index
:
linux.git
for-next
master
Linus' 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
2025-06-25
i2c: imx: fix emulated smbus block read
Lukasz Kucharczyk
2025-06-12
i2c: use inclusive callbacks in struct i2c_algorithm
Wolfram Sang
2025-05-19
i2c: imx: add some dev_err_probe calls
Alexander Stein
2025-02-18
i2c: Switch to use hrtimer_setup()
Nam Cao
2025-01-07
i2c: imx: support DMA defer probing
Carlos Song
2025-01-07
i2c: imx: switch different pinctrl state in different system power status
Carlos Song
2025-01-07
i2c: imx: make controller available until system suspend_noirq() and from res...
Carlos Song
2025-01-07
i2c: imx: fix divide by zero warning
Carlos Song
2024-12-25
i2c: imx: add imx7d compatible string for applying erratum ERR007805
Carlos Song
2024-12-25
i2c: imx: fix missing stop condition in single-master mode
Stefan Eichenberger
2024-11-17
i2c: imx: add support for S32G2/S32G3 SoCs
Ciprian Marian Costea
2024-11-17
i2c: imx: prevent rescheduling in non dma mode
Stefan Eichenberger
2024-11-17
i2c: imx: separate atomic, dma and non-dma use case
Stefan Eichenberger
2024-11-17
i2c: imx: do not poll for bus busy in single master mode
Stefan Eichenberger
2024-11-17
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-10
i2c: imx: Convert comma to semicolon
Shen Lichuan
2024-09-10
i2c: imx: Switch to RUNTIME_PM_OPS()
Fabio Estevam
2024-03-15
Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-23
i2c: imx: when being a target, mark the last read as processed
Corey Minyard
2024-02-08
i2c: imx: move to generic GPIO recovery
Esben Haabendal
2024-01-18
i2c: imx: Make SDA actually optional for bus recovering
Alexander Stein
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
[next]