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
/
imx_lpi2c.c
Age
Commit message (
Expand
)
Author
2025-12-04
i2c: imx_lpi2c: Fix error detection
Andrew Goodbody
2024-08-09
i2c: imx_lpi2c: Support read transfers longer than 256 bytes
Fedor Ross
2024-08-09
i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hz
Fedor Ross
2024-08-09
i2c: imx_lpi2c: Fix a typo in bus_i2c_receive
Fedor Ross
2024-07-22
drivers: i2c: Remove duplicate newlines
Marek Vasut
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
2023-04-11
i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clock
Ye Li
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-09
i2c: imx_lpi2c: Improve the codes to use private data
Ye Li
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-01-27
i2c: Update drivers to use enum for speed
Simon Glass
2019-10-14
i2c: imx_lpi2c: add ipg clk
Peng Fan
2018-10-22
i2c: imx_lpi2c: fix typo and register base address format
Anatolij Gustschin
2018-08-06
i2c: imx_lpi2c: add uclass api support
Peng Fan
2018-07-12
lpi2c: Add bus busy error handling
Ye Li
2018-07-12
lpi2c: Fix bus stop problem in xfer
Ye Li
2018-07-12
imx: lpi2c: fix clock issue when NACK detected
Gao Pan
2018-07-12
imx_lpi2c: Update lpi2c driver to support imx8
Ye Li
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
2018-03-23
i2c: lpi2c: remove superfluous assignments
Heinrich Schuchardt
2018-01-16
i2c: lpi2c: do not add 4 for bus seq
Peng Fan
2017-10-08
dm: gpio: Correct use of -ENODEV in drivers
Simon Glass
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-03-17
i2c: lpi2c: add lpi2c driver for i.MX7ULP
Peng Fan