summaryrefslogtreecommitdiff
path: root/cmd/eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29cmd: eeprom: Add StarFive VisionFive 2 board supportJianlong Huang1-27/+12
2023-11-29cmd/eeprom: fix data type issue for parse_numeric_paramJianlong.Huang1-2/+2
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-1/+1
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-3/+3
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-04-20cmd: eeprom: Staticize eeprom_i2c_busMarek Vasut1-1/+1
2020-01-10cmd/eeprom.c: prepend 0x to hex numbers in output message formatKlaus H. Sorensen1-1/+1
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-07-19cosmetic: Update comment in cmd/eeprom.cLukasz Majewski1-1/+1
2019-04-25eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUSSimon Goldschmidt1-8/+15
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-14/+0
2018-12-03eeprom: Add device model based I2C support to eeprom commandLukasz Majewski1-3/+21
2018-11-27spi: Remove unused mpc8xx codeJagan Teki1-14/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-2/+2
2017-05-22Convert CONFIG_CMD_EEPROM et al to KconfigSimon Glass1-4/+0
2017-05-15i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass1-2/+0
2016-05-21eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov1-64/+53
2016-05-21eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov1-21/+40
2016-05-21eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov1-26/+53
2016-05-21cmd: eeprom: add support for layout aware commandsNikita Kiryanov1-1/+147
2016-05-21cmd: eeprom: add bus switching support for all i2c driversNikita Kiryanov1-1/+1
2016-05-03i2c/eeprom: Always define I2C_RXTX_LENMario Six1-0/+4
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+265