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