index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
i2c.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
cmd: Remove <common.h> and add needed includes
Tom Rini
2023-10-16
cmd: Convert existing long help messages to the new macro
Tom Rini
2023-09-14
cmd: i2c: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2022-12-23
global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG
Tom Rini
2022-12-22
i2c: Remove CONFIG_I2C_MULTI_BUS
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*
Tom Rini
2022-08-31
i2c: fix stack buffer overflow vulnerability in i2c md command
Marek Vasut
2022-08-31
Revert "i2c: fix stack buffer overflow vulnerability in i2c md command"
Marek Vasut
2022-06-28
i2c: fix stack buffer overflow vulnerability in i2c md command
Nicolas Iooss
2021-08-30
cmd/i2c.c: Remove unused legacy code
Tom Rini
2021-08-30
Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY
Tom Rini
2021-08-30
Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig
Tom Rini
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-07-28
i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY
Simon Glass
2021-02-21
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
Igor Opaniuk
2020-12-18
cmd: Drop use of old sequence numbers in commands
Simon Glass
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
crc: Fix code style with crc functions
Simon Glass
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
2018-12-10
cmd: i2c: Fix help output of i2c command.
Christoph Muellner
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-12-07
cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C
Nobuhiro Iwamatsu
2017-03-28
i2c: Set default I2C bus number
Lukasz Majewski
2016-07-16
Various, unrelated tree-wide typo fixes.
Robert P. J. Day
2016-02-22
i2c: spd: Extend SPD memory types
Michal Simek
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass