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