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