1. 82b5a86 Merge patch series "'eeprom' command improvements" by Tom Rini · 6 months ago
  2. e554506 cmd: eeprom: Extend to EEPROMs probed via driver model by Marek Behún · 6 months ago
  3. 5ff2f6d cmd: eeprom: Don't read/write whole EEPROM if not necessary by Marek Behún · 6 months ago
  4. 533d338 cmd: eeprom: Refactor command execution into function by action by Marek Behún · 6 months ago
  5. 246d1a5 cmd: eeprom: Refactor eeprom device specifier parsing by Marek Behún · 6 months ago
  6. a56f0ca cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls by Marek Behún · 6 months ago
  7. bff98ba cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option by Marek Behún · 6 months ago
  8. ce0a0ef cmd: eeprom: Fix usage help for the eeprom command by Marek Behún · 6 months ago
  9. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  10. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  11. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  12. 761d602 treewide: Tidy up semicolon after command macros by Simon Glass · 1 year ago
  13. 76afe2f cmd: eeprom: don't truncate target address at 32-bit by Baruch Siach · 2 years, 1 month ago
  14. 99d1b10 cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled by Marek Vasut · 2 years, 9 months ago
  15. a6e2923 Convert CONFIG_SYS_I2C_SPEED et al to Kconfig by Tom Rini · 3 years, 3 months ago
  16. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 3 months ago
  17. faed567 Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig by Tom Rini · 3 years, 3 months ago
  18. a2612c5 eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usage by Tom Rini · 3 years, 3 months ago
  19. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 5 months ago
  20. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  21. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  22. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  23. 75f3c19 cmd: eeprom: Staticize eeprom_i2c_bus by Marek Vasut · 4 years, 8 months ago
  24. 0c1ca6d cmd/eeprom.c: prepend 0x to hex numbers in output message format by Klaus H. Sorensen · 5 years ago
  25. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago
  26. 20bfc57 cosmetic: Update comment in cmd/eeprom.c by Lukasz Majewski · 5 years ago
  27. 3094682 eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS by Simon Goldschmidt · 6 years ago
  28. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  29. c71c269 eeprom: Add device model based I2C support to eeprom command by Lukasz Majewski · 6 years ago
  30. b64cea0 spi: Remove unused mpc8xx code by Jagan Teki · 6 years ago
  31. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  32. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  33. 4590d4e Convert CONFIG_CMD_EEPROM et al to Kconfig by Simon Glass · 8 years ago
  34. 1a46a72 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
  35. 9e559fd eeprom: merge cmdline parsing of eeprom commands by Nikita Kiryanov · 9 years ago
  36. 91f226a eeprom: use eeprom_execute_command for all eeprom functions by Nikita Kiryanov · 9 years ago
  37. adb62f0 eeprom: refactor i2c bus and devaddr parsing by Nikita Kiryanov · 9 years ago
  38. 37dda1c cmd: eeprom: add support for layout aware commands by Nikita Kiryanov · 9 years ago
  39. 1bdbe2d cmd: eeprom: add bus switching support for all i2c drivers by Nikita Kiryanov · 9 years ago
  40. df0a914 i2c/eeprom: Always define I2C_RXTX_LEN by Mario Six · 9 years ago
  41. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_eeprom.c]
  42. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_eeprom.c]
  43. 90eed7f eeprom: fix eeprom write procedure by Alexey Brodkin · 9 years ago
  44. a24ea7a eeprom: Clean up checkpatch issues by Marek Vasut · 9 years ago
  45. 4d17f71 eeprom: Add support for selecting i2c bus by Marek Vasut · 9 years ago
  46. f422ae7 eeprom: Add bus argument to eeprom_init() by Marek Vasut · 9 years ago
  47. 7a23721 eeprom: Pull out the RW loop by Marek Vasut · 9 years ago
  48. d062c48 eeprom: Pull out transfer length computation by Marek Vasut · 9 years ago
  49. 4208679 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS by Marek Vasut · 9 years ago
  50. a1d4aeb eeprom: Suck the ifdef into eeprom_init() by Marek Vasut · 9 years ago
  51. d848b08 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS by Marek Vasut · 9 years ago
  52. 2a632ffc eeprom: Make eeprom_write_enable() weak by Marek Vasut · 9 years ago
  53. 6ae5957 eeprom: Pull out address computation by Marek Vasut · 9 years ago
  54. 78990c7 eeprom: Pull out the I/O code by Marek Vasut · 9 years ago
  55. ae59bfc eeprom: Zap CONFIG_SPI_X by Marek Vasut · 9 years ago
  56. ff933f5 eeprom: Zap eeprom_probe() by Marek Vasut · 9 years ago
  57. 44a6ac4 eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · 9 years ago
  58. ee54144 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · 9 years ago
  59. 704a096 eeprom: Shuffle code around by Marek Vasut · 9 years ago
  60. 4c5b754 cmd_eeprom: make it possible to define the used i2c bus by Christian Gmeiner · 10 years ago
  61. 9a59ec7 Revert "common, env: Fix support for environment in i2c eeprom" by Valentin Longchamp · 10 years ago
  62. f384fbf common: commands: make commands static by Jeroen Hofstee · 10 years ago
  63. 5f9f4a9 common, env: Fix support for environment in i2c eeprom by Matthias Fuchs · 11 years ago
  64. bffe904 cmd_eeprom: bug fix for i2c read/write by Kuo-Jung Su · 11 years ago
  65. 3f43fdf cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM by Alexey Brodkin · 11 years ago
  66. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  67. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  68. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  69. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  70. c48ae8c cmd_eeprom: typo by Peter Meerwald · 13 years ago
  71. 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · 13 years ago
  72. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  73. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  74. 9bb0dd5 cmd_eeprom: I2C updates by Heiko Schocher · 15 years ago
  75. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  76. 769069e i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value by Peter Tyser · 16 years ago
  77. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  78. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  79. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. 5709fe8 cmd_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. e46af64 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  83. 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  84. 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  85. d9d9774 Add SM501 support to HH405 board. by Stefan Roese · 19 years ago
  86. e4e5e4e Add new board specific commands for TQM5200/STK52XX by Wolfgang Denk · 19 years ago
  87. a484c60 FRAM memory access optimization. by m8 · 19 years ago
  88. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  89. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  90. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  91. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  92. eda4208 * Add dual ethernet support on PM826 by wdenk · 22 years ago
  93. 3863585 Initial revision by wdenk · 22 years ago