index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
mv_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-07
i2c: Remove <common.h> and add needed includes
Tom Rini
2022-12-22
i2c: Remove CONFIG_I2C_MULTI_BUS
Tom Rini
2022-11-10
Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig
Tom Rini
2021-08-30
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
Tom Rini
2021-02-21
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
Igor Opaniuk
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-08-22
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
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-01-27
i2c: Update drivers to use enum for speed
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2016-12-19
i2c: mv_i2c.c: Correct address endianness
Bradley Bolen
2016-09-26
i2c: mv_i2c.c: Validate read length in I2C command
jinghua
2016-09-26
i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)
Stefan Roese
2016-09-26
i2c: mv_i2c.c: Add DM support
Stefan Roese
2016-09-26
i2c: mv_i2c.c: Prepare driver for DM conversion
Stefan Roese
2016-09-26
i2c: mv_i2c.c: Remove CONFIG_HARD_I2C
Stefan Roese
2016-09-26
i2c: mv_i2c.c: cosmetic: Coding style cleanups
Stefan Roese
2015-03-18
mv_i2c: fix warnings on 64-bit builds
Rob Herring
2015-02-12
dm: i2c: Make API accessible even without CONFIG_DM
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2011-10-03
I2C: mv_i2c: fix multi-bus init issue
Lei Wen
2011-10-03
I2C: mv_i2c: fix build issue when enable debug option
Lei Wen
2011-04-27
I2C: mv_i2c: add multi bus support
Lei Wen
2011-04-27
mv_i2c: use structure to replace the direclty define
Lei Wen
2011-04-27
mv_i2c: fix timeout value to be consistent with comments
Lei Wen
2011-04-27
pxa: move i2c driver to the common place
Lei Wen