summaryrefslogtreecommitdiffstats
path: root/cmd/eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-3/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* cmd: eeprom: Staticize eeprom_i2c_busMarek Vasut2020-04-201-1/+1
* cmd/eeprom.c: prepend 0x to hex numbers in output message formatKlaus H. Sorensen2020-01-101-1/+1
* common: Move old EEPROM functions into a new headerSimon Glass2019-12-021-0/+1
* cosmetic: Update comment in cmd/eeprom.cLukasz Majewski2019-07-191-1/+1
* eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUSSimon Goldschmidt2019-04-251-8/+15
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-051-14/+0
|\
| * spi: Remove unused mpc8xx codeJagan Teki2018-11-271-14/+1
* | eeprom: Add device model based I2C support to eeprom commandLukasz Majewski2018-12-031-3/+21
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-271-2/+2
* Convert CONFIG_CMD_EEPROM et al to KconfigSimon Glass2017-05-221-4/+0
* i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass2017-05-151-2/+0
* eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov2016-05-201-64/+53
* eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov2016-05-201-21/+40
* eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov2016-05-201-26/+53
* cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-201-1/+147
* cmd: eeprom: add bus switching support for all i2c driversNikita Kiryanov2016-05-201-1/+1
* i2c/eeprom: Always define I2C_RXTX_LENMario Six2016-05-031-0/+4
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+265