index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-imx-lpi2c.c
Age
Commit message (
Expand
)
Author
2024-11-17
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-10
i2c: don't use ',' after delimiters
Wolfram Sang
2024-05-06
i2c: imx-lpi2c: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-05-06
i2c: lpi2c: Avoid calling clk_get_rate during transfer
Alexander Stein
2024-03-06
i2c: imx-lpi2c: add generic GPIO recovery for LPI2C
Carlos Song
2023-09-04
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-14
i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work
Carlos Song
2023-08-10
i2c: imx-lpi2c: Use dev_err_probe in probe function
Liao Chang
2023-08-08
i2c: imx-lpi2c: directly return ISR when detect a NACK
Carlos Song
2023-07-02
Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-23
i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
Clark Wang
2023-06-09
i2c: imx-lpi2c: Don't open-code DIV_ROUND_UP
Uwe Kleine-König
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-05-03
i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacks
Alexander Stein
2023-03-16
i2c: imx-lpi2c: check only for enabled interrupt flags
Alexander Stein
2023-03-16
i2c: imx-lpi2c: clean rx/tx buffers upon new message
Alexander Stein
2022-08-30
i2c: imx-lpi2c: use bulk clk API
Peng Fan
2022-08-11
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
2021-04-14
i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
2020-04-18
i2c: busses: remove duplicate dev_err()
Dejin Zheng
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2019-08-01
i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-05-03
i2c: imx-lpi2c: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
2018-09-02
i2c: imx-lpi2c: Remove mx8dv compatible entry
Fabio Estevam
2018-05-30
i2c: imx-lpi2c: Switch to SPDX identifier
Fabio Estevam
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
2018-01-24
i2c: imx-lpi2c: add runtime pm support
Fugang Duan
2017-02-25
Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-02-09
i2c: busses: constify i2c_algorithm structures
Bhumika Goyal
2017-01-26
i2c: imx-lpi2c: add VLLS mode support
Gao Pan
2016-12-11
i2c: fsl-lpi2c: read lpi2c fifo size in probe()
Gao Pan
2016-12-01
i2c: imx-lpi2c: add low power i2c bus driver
Gao Pan