1. 8d425ff i2c: Remove CFG_SYS_I2C_MAX_HOPS by Simon Glass · 3 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 2 months ago
  6. 272829d cmd: i2c: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  7. 7662736 global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG by Tom Rini · 2 years ago
  8. 6da96a1 i2c: Remove CONFIG_I2C_MULTI_BUS by Tom Rini · 2 years ago
  9. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  10. 0a2bac7 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · 2 years ago
  11. f683cdd i2c: fix stack buffer overflow vulnerability in i2c md command by Marek Vasut · 2 years, 3 months ago
  12. 8f3caea Revert "i2c: fix stack buffer overflow vulnerability in i2c md command" by Marek Vasut · 2 years, 3 months ago
  13. dfd72fe i2c: fix stack buffer overflow vulnerability in i2c md command by Nicolas Iooss · 2 years, 6 months ago
  14. 2165225 cmd/i2c.c: Remove unused legacy code by Tom Rini · 3 years, 3 months ago
  15. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 3 months ago
  16. faed567 Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig by Tom Rini · 3 years, 3 months ago
  17. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  18. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 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. f7eca61 cmd: Drop use of old sequence numbers in commands by Simon Glass · 4 years ago
  22. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  23. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  24. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  25. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  26. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  27. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  28. c2226bf crc: Fix code style with crc functions by Simon Glass · 5 years ago
  29. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  30. fc574be cmd: i2c: Fix help output of i2c command. by Christoph Muellner · 6 years ago
  31. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  32. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  33. 24e592c cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C by Nobuhiro Iwamatsu · 7 years ago
  34. 0a55627 i2c: Set default I2C bus number by Lukasz Majewski · 8 years ago
  35. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  36. 95e11f4 i2c: spd: Extend SPD memory types by Michal Simek · 9 years ago
  37. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_i2c.c]
  38. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_i2c.c]
  39. 63f5785 i2c: Correct command return values by Simon Glass · 9 years ago
  40. 28990ed i2c: cmd: Relocate subcommands when MANUAL_RELOC by Michal Simek · 9 years ago
  41. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  42. a44d5df dm: i2c: Add a command to adjust the offset length by Simon Glass · 9 years ago
  43. b8c2f88 dm: i2c: Implement 'i2c bus' command for driver model by Simon Glass · 10 years ago
  44. 56dae70 cmd_i2c: Provide option for bulk 'i2c write' in one transaction by Lubomir Popov · 10 years ago
  45. 6b546f3 cmd_i2c: quit I2C commands immediately on error by Masahiro Yamada · 10 years ago
  46. e4e8ff2 dm: i2c: Add a dm_ prefix to driver model bus speed functions by Simon Glass · 10 years ago
  47. a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  48. 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  49. b87abaf cmd_i2c: change variable type for 10bit addressing support by Masahiro Yamada · 10 years ago
  50. c11ddd4 dm: i2c: Implement driver model support in the i2c command by Simon Glass · 10 years ago
  51. 2a30239 dm: i2c: Move error reporting into a common function by Simon Glass · 10 years ago
  52. f384fbf common: commands: make commands static by Jeroen Hofstee · 10 years ago
  53. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · 11 years ago
  54. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
  55. be6aafc Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  56. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
  57. 52fe2bf i2c: fix i2c dev command for not using new framework by Heiko Schocher · 11 years ago
  58. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  59. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. 95f1d7e cmd_i2c: Use ARRAY_SIZE instead of reinventing it by Axel Lin · 11 years ago
  61. a4ea445 i2c, multibus: get rid of CONFIG_I2C_MUX by Heiko Schocher · 12 years ago
  62. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  63. 6664f20 edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
  64. 2476c8d i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c by Marek Vasut · 12 years ago
  65. 392d924 i2c: Use __weak instead of __attribute__((weak, alias)) by Marek Vasut · 12 years ago
  66. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  67. 4de3168 i2c_probe: update for use in scripting by Eric Nelson · 12 years ago
  68. 53bb44d common/i2c: Add i2c write command by York Sun · 12 years ago
  69. d9a028a i2c: deblock i2c bus also if accessed before realocation by Holger Brunck · 12 years ago
  70. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  71. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  72. 9a9619f common/cmd_i2c.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  73. 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · 13 years ago
  74. 2f8baaa i2c: add i2c deblock sequence before and after every mux config by Stefan Bigler · 14 years ago
  75. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  76. aeb2991 ARM: add relocation support by Heiko Schocher · 14 years ago
  77. 167ad64 i2c: fix command usage help by Heiko Schocher · 14 years ago
  78. ae62eb6 CMD_I2C: make alen=0 work by Reinhard Meyer · 14 years ago
  79. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  80. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  81. ae18b41 i2c: made unused function i2c_mux_add_device static by Frans Meulenbroeks · 15 years ago
  82. d388e88 cmd_i2c: introduced get_alen helper function by Frans Meulenbroeks · 15 years ago
  83. 97ea6e9 cmd_i2c: moved a define to before the functions by Frans Meulenbroeks · 15 years ago
  84. 6a08fd1 cmd_i2c: moved mispositioned comment for i2c md by Frans Meulenbroeks · 15 years ago
  85. 3f3748d cmd_i2c.c: declared local functions as static by Frans Meulenbroeks · 15 years ago
  86. 290eefb cmd_i2c.c: added i2c read to memory function by Frans Meulenbroeks · 15 years ago
  87. 1c70402 cmd_i2c.c: sorted commands alphabetically by Frans Meulenbroeks · 15 years ago
  88. a5b9522 cmd_i2c.c: reworked subcommand handling by Frans Meulenbroeks · 15 years ago
  89. 94bf72b cmd_i2c.c: reduced subaddress length to 3 bytes by Frans Meulenbroeks · 15 years ago
  90. b9a8d45 i2c: fix dangling comment in do_i2c_mw() by Heiko Schocher · 15 years ago
  91. 83e3535 Removes dead code in the file common/cmd_i2c.c by Pratap Chandu · 15 years ago
  92. d7218fe cmd_i2c: bugfix: add missing brace by Alessandro Rubini · 15 years ago
  93. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  94. 65a48ea cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX by Peter Tyser · 16 years ago
  95. b9077a4 cmd_i2c: Clean up trivial helper functions by Peter Tyser · 16 years ago
  96. 4ff03cf cmd_i2c: Clean up i2c command argument parsing by Peter Tyser · 16 years ago
  97. 469cde4 i2c: Update references to individual i2c commands by Peter Tyser · 16 years ago
  98. 1ad7b35 i2c: Remove deprecated individual i2c commands by Peter Tyser · 16 years ago
  99. 2e69765 i2c: Create common default i2c_[set|get]_bus_speed() functions by Peter Tyser · 16 years ago
  100. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago