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