1. 97208d9 cros_ec: Correct collection of EC hash by Simon Glass · 4 years, 1 month ago
  2. 1ce0729 cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · 4 years, 1 month ago
  3. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  4. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  5. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  6. 4eaae8e cros_ec: use uint instead of uint8_t for cmd param by Michael Auchter · 5 years ago
  7. f18ca78 cros_ec: Use a hyphen in the uclass name by Simon Glass · 6 years ago
  8. 48d268f cros: Correct a printf() string and comment by Simon Glass · 6 years ago
  9. 153f252 cros_ec: Add new features for events and power by Simon Glass · 6 years ago
  10. 134022a cros_ec: Align uclass data to a cache boundary by Simon Glass · 6 years ago
  11. 411661d cros_ec: Fail if we cannot determine the flash burst size by Simon Glass · 6 years ago
  12. a77024d cros_ec: Add error logging on a few commands by Simon Glass · 6 years ago
  13. 3a23951 cros_ec: Use uint instead of u8 for parameters by Simon Glass · 6 years ago
  14. 9456490 cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · 6 years ago
  15. 2c1e550 cros: Update ec_commands to latest version by Simon Glass · 6 years ago
  16. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  17. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
  18. 4b58093 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · 6 years ago
  19. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  20. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  21. 2852976 dm: core: Add ofnode_for_each_subnode() by Simon Glass · 7 years ago
  22. b35e6d6 cros_ec: Convert to support live tree by Simon Glass · 8 years ago
  23. 0b8e8ce cros_ec: Fix debug() statement in ec_command_inptr() by Simon Glass · 8 years ago
  24. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  25. 50c1402 cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c by Moritz Fischer · 8 years ago
  26. 62b3027 cmd: cros_ec: Move crosec commands to cmd subdirectory by Moritz Fischer · 8 years ago
  27. e597bc7 cros_ec: Fix issue with cros_ec_flash_write command by Moritz Fischer · 8 years ago
  28. 29c6326 cros_ec: Add crosec flashinfo command by Moritz Fischer · 8 years ago
  29. de5bc89 cros_ec: Add function to read back flash parameters by Moritz Fischer · 8 years ago
  30. 6cddc60 cros_ec: Honor the google,remote-bus dt property by Moritz Fischer · 8 years ago
  31. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  32. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  33. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  34. fb72640 cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  35. 66d14fc cros_ec: Remove the old tunnel code by Simon Glass · 9 years ago
  36. eb2cc51 cros_ec: Support the LDO access method used by spring by Simon Glass · 9 years ago
  37. 9ad07af dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  38. 46e1733 cros_ec: Show the protocol version in the debug message by Simon Glass · 10 years ago
  39. 7441523 cros_ec: Drop unused CONFIG_DM_CROS_EC by Simon Glass · 10 years ago
  40. f9a2d9a cros_ec: Reinit the cros_ec device when 'crosec init' is used by Simon Glass · 10 years ago
  41. 23fb156 dm: cros_ec: Convert cros_ec LPC driver to driver model by Simon Glass · 10 years ago
  42. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  43. d3d9c06 dm: cros_ec: Don't require protocol 3 support by Simon Glass · 10 years ago
  44. 0d7cc47 dm: cros_ec: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  45. 73c1ecf cros_ec: Fix uninitialised variable in cros_ec.c by Simon Glass · 10 years ago
  46. 44569b5 dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  47. 9b0d1c9 cros_ec: Implement I2C pass-through by Simon Glass · 11 years ago
  48. 36170f0 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · 11 years ago
  49. 19cc295 cros_ec: Correct comparison between signed and unsigned numbers by Simon Glass · 11 years ago
  50. ce3ebb9 cros_ec: spi: Add support for EC protocol version 3 by Randall Spangler · 11 years ago
  51. 13c7c5b cros_ec: Add base support for protocol v3 by Simon Glass · 11 years ago
  52. f03e970 cros_ec: Clean up multiple EC protocol support by Randall Spangler · 11 years ago
  53. ece2886 cros_ec: Sync up with latest Chrome OS EC version by Simon Glass · 11 years ago
  54. c4af76a cros_ec: Move #ifdef to permit flash region access by Simon Glass · 11 years ago
  55. 2f54881 cros_ec: Drop old EC version support from EC driver by Vadim Bendebury · 11 years ago
  56. 3c59abc cros_ec: Add a function for decoding the Chrome OS EC flashmap by Simon Glass · 11 years ago
  57. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  58. c48ca88f cros: add cros_ec driver by Hung-ying Tyan · 12 years ago