Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | command: Remove the cmd_tbl_t typedef | Simon Glass |
2020-04-20 | cmd: eeprom: Staticize eeprom_i2c_bus | Marek Vasut |
2020-01-10 | cmd/eeprom.c: prepend 0x to hex numbers in output message format | Klaus H. Sorensen |
2019-12-02 | common: Move old EEPROM functions into a new header | Simon Glass |
2019-07-19 | cosmetic: Update comment in cmd/eeprom.c | Lukasz Majewski |
2019-04-25 | eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS | Simon Goldschmidt |
2018-12-05 | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini |
2018-12-03 | eeprom: Add device model based I2C support to eeprom command | Lukasz Majewski |
2018-11-27 | spi: Remove unused mpc8xx code | Jagan Teki |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Convert CONFIG_SPI to Kconfig | Adam Ford |
2017-05-22 | Convert CONFIG_CMD_EEPROM et al to Kconfig | Simon Glass |
2017-05-15 | i2c: Finish dropping use of CONFIG_I2C_HARD | Simon Glass |
2016-05-20 | eeprom: merge cmdline parsing of eeprom commands | Nikita Kiryanov |
2016-05-20 | eeprom: use eeprom_execute_command for all eeprom functions | Nikita Kiryanov |
2016-05-20 | eeprom: refactor i2c bus and devaddr parsing | Nikita Kiryanov |
2016-05-20 | cmd: eeprom: add support for layout aware commands | Nikita Kiryanov |
2016-05-20 | cmd: eeprom: add bus switching support for all i2c drivers | Nikita Kiryanov |
2016-05-03 | i2c/eeprom: Always define I2C_RXTX_LEN | Mario Six |
2016-01-25 | Remove the cmd_ prefix from command files | Simon Glass |