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.c
Age
Commit message (
Expand
)
Author
2023-08-26
i2c: Make return value check more accurate and explicit for devm_pinctrl_get()
Jinjie Ruan
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-08
i2c: imx: Clean up a call to request_irq()
Dan Carpenter
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-16
i2c: imx: Simplify using devm_clk_get_enabled()
Uwe Kleine-König
2022-12-15
Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-02
i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set
Andrew Lunn
2022-11-12
i2c: imx: use devm_platform_get_and_ioremap_resource()
Minghao Chi
2022-09-16
i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
Uwe Kleine-König
2022-08-21
i2c: imx: Make sure to unregister adapter on remove()
Uwe Kleine-König
2022-07-16
i2c: imx: fix typo in comment
Flavio Suligoi
2022-04-15
i2c: imx: Implement errata ERR007805 or e7805 bus frequency limit
Marek Vasut
2021-11-23
i2c: imx: Add timer for handling the stop condition
Corey Minyard
2021-08-11
i2c: imx: : use proper DMAENGINE API for termination
Wolfram Sang
2021-06-24
i2c: imx: Fix some checkpatch warnings
Kwon Tae-young
2021-04-14
i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()
Ye Weihua
2021-04-14
i2c: imx: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
2021-02-01
i2c: imx: Synthesize end of transaction events without idle interrupts
Kevin Paul Herbert
2021-01-28
Merge tag 'v5.11-rc5' into i2c/for-5.12
Wolfram Sang
2021-01-22
Revert "i2c: imx: Remove unused .id_table support"
Fabio Estevam
2021-01-05
i2c: use DIV_ROUND_UP macro to do calculation
Zheng Yongjun
2020-12-07
i2c: imx: support slave mode for imx I2C driver
Biwen Li
2020-12-07
Merge branch 'i2c/for-current' into i2c/for-5.11
Wolfram Sang
2020-12-02
i2c: imx: Remove unused .id_table support
Fabio Estevam
2020-12-02
i2c: imx: Don't generate STOP condition if arbitration has been lost
Christian Eggers
2020-12-02
i2c: imx: Check for I2SR_IAL after every byte
Christian Eggers
2020-12-02
i2c: imx: Fix reset of I2SR_IAL flag
Christian Eggers
2020-09-27
i2c: imx: Fix external abort on interrupt in exit paths
Krzysztof Kozlowski
2020-09-09
i2c: imx: Use dev_err_probe() to simplify error handling
Anson Huang
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2020-03-21
i2c: imx: remove duplicate print after platform_get_irq()
Tang Bin
2020-02-26
i2c: imx: implement master_xfer_atomic callback
Stefan Lengfeld
2019-09-24
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2019-09-13
i2c: imx: ACPI support for NXP i2c controller
Chuanhua Han
2019-08-14
Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"
Fabio Estevam
2019-05-27
i2c: imx: Use __maybe_unused instead of #if CONFIG_PM
Anson Huang
2019-04-24
i2c: imx: correct the method of getting private data in notifier_call
Anson Huang
2019-04-06
i2c: imx: don't leak the i2c adapter on error
Laurentiu Tudor
2019-01-22
i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()
YueHaibing
2019-01-15
i2c: imx: improve the error handling in i2c_imx_dma_request()
Oleksij Rempel
2019-01-15
i2c: imx: notify about real errors on dma i2c_imx_dma_request
Oleksij Rempel
2018-11-27
i2c: imx: don't print error message on probe defer
Lucas Stach
2018-08-21
Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-20
i2c: imx: Simplify stopped state tracking
Esben Haabendal
2018-08-20
i2c: imx: Fix race condition in dma read
Esben Haabendal
2018-07-24
i2c: imx: use open drain for recovery GPIO
Wolfram Sang
2018-07-23
i2c: imx: Fix reinit_completion() use
Esben Haabendal
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
2018-05-24
i2c: imx: Switch to SPDX identifier
Fabio Estevam
2018-04-03
i2c: imx: avoid taking clk_prepare mutex in PM callbacks
Lucas Stach
[next]