1. 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 8 months ago
  2. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  3. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  4. ce97607 cmd: eeprom: Staticize eeprom_i2c_bus by Marek Vasut · 4 years, 6 months ago
  5. 6478a7e cmd/eeprom.c: prepend 0x to hex numbers in output message format by Klaus H. Sorensen · 4 years, 10 months ago
  6. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 4 years, 10 months ago
  7. 35087fb cosmetic: Update comment in cmd/eeprom.c by Lukasz Majewski · 5 years ago
  8. 4f25617 eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS by Simon Goldschmidt · 5 years ago
  9. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  10. 0c07a9b eeprom: Add device model based I2C support to eeprom command by Lukasz Majewski · 6 years ago
  11. efbeabe spi: Remove unused mpc8xx code by Jagan Teki · 6 years ago
  12. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  13. f1b1f77 Convert CONFIG_SPI to Kconfig by Adam Ford · 6 years ago
  14. a1dc980 Convert CONFIG_CMD_EEPROM et al to Kconfig by Simon Glass · 7 years ago
  15. 6915398 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 7 years ago
  16. 3dc9be8 eeprom: merge cmdline parsing of eeprom commands by Nikita Kiryanov · 8 years ago
  17. e7c2729 eeprom: use eeprom_execute_command for all eeprom functions by Nikita Kiryanov · 8 years ago
  18. c40f037 eeprom: refactor i2c bus and devaddr parsing by Nikita Kiryanov · 8 years ago
  19. aa9e604 cmd: eeprom: add support for layout aware commands by Nikita Kiryanov · 8 years ago
  20. 2636ac6 cmd: eeprom: add bus switching support for all i2c drivers by Nikita Kiryanov · 8 years ago
  21. a6e7b77 i2c/eeprom: Always define I2C_RXTX_LEN by Mario Six · 8 years ago
  22. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_eeprom.c]
  23. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_eeprom.c]
  24. 52bc7c7 eeprom: fix eeprom write procedure by Alexey Brodkin · 9 years ago
  25. d4e69e6 eeprom: Clean up checkpatch issues by Marek Vasut · 9 years ago
  26. d4fec4e eeprom: Add support for selecting i2c bus by Marek Vasut · 9 years ago
  27. 354e3ed eeprom: Add bus argument to eeprom_init() by Marek Vasut · 9 years ago
  28. 1a37889 eeprom: Pull out the RW loop by Marek Vasut · 9 years ago
  29. 39b6f98 eeprom: Pull out transfer length computation by Marek Vasut · 9 years ago
  30. 6717e3c eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS by Marek Vasut · 9 years ago
  31. 8eee40a eeprom: Suck the ifdef into eeprom_init() by Marek Vasut · 9 years ago
  32. d738746 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS by Marek Vasut · 9 years ago
  33. 52cd47c eeprom: Make eeprom_write_enable() weak by Marek Vasut · 9 years ago
  34. 02c321c eeprom: Pull out address computation by Marek Vasut · 9 years ago
  35. 9132088 eeprom: Pull out the I/O code by Marek Vasut · 9 years ago
  36. 53a85ad eeprom: Zap CONFIG_SPI_X by Marek Vasut · 9 years ago
  37. b7b2e3f eeprom: Zap eeprom_probe() by Marek Vasut · 9 years ago
  38. ec7012e eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · 9 years ago
  39. e4f65d0 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · 9 years ago
  40. 4f296d0 eeprom: Shuffle code around by Marek Vasut · 9 years ago
  41. 189d257 cmd_eeprom: make it possible to define the used i2c bus by Christian Gmeiner · 10 years ago
  42. 4bf3a56 Revert "common, env: Fix support for environment in i2c eeprom" by Valentin Longchamp · 10 years ago
  43. 0e350f8 common: commands: make commands static by Jeroen Hofstee · 10 years ago
  44. 01a0c64 common, env: Fix support for environment in i2c eeprom by Matthias Fuchs · 11 years ago
  45. 6ca6d08 cmd_eeprom: bug fix for i2c read/write by Kuo-Jung Su · 11 years ago
  46. a2e0a45 cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM by Alexey Brodkin · 11 years ago
  47. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  48. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  49. ea818db i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  50. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  51. e506a00 cmd_eeprom: typo by Peter Meerwald · 13 years ago
  52. f9a78b8 cosmetic: spell fixes etc. by Michael Jones · 13 years ago
  53. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  54. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  55. 548738b cmd_eeprom: I2C updates by Heiko Schocher · 15 years ago
  56. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  57. 9c90a2c i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value by Peter Tyser · 15 years ago
  58. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  59. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  60. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  61. d1034bc cmd_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  62. bb1f8b4 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  63. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  64. baa26db common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  65. a76adc8 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  66. 98f4a3d Add SM501 support to HH405 board. by Stefan Roese · 19 years ago
  67. 6617aae Add new board specific commands for TQM5200/STK52XX by Wolfgang Denk · 19 years ago
  68. d4f5c72 FRAM memory access optimization. by · 19 years ago
  69. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  70. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  71. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  72. 6dd652f Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  73. aacf9a4 * Add dual ethernet support on PM826 by wdenk · 22 years ago
  74. 3863585 Initial revision by wdenk · 22 years ago