summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-imx.c
AgeCommit message (Expand)Author
2024-03-15Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-23i2c: imx: when being a target, mark the last read as processedCorey Minyard
2024-02-08i2c: imx: move to generic GPIO recoveryEsben Haabendal
2024-01-18i2c: imx: Make SDA actually optional for bus recoveringAlexander Stein
2023-08-26i2c: Make return value check more accurate and explicit for devm_pinctrl_get()Jinjie Ruan
2023-08-14I2C: Explicitly include correct DT includesRob Herring
2023-08-08i2c: imx: Clean up a call to request_irq()Dan Carpenter
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-16i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn
2022-11-12i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi
2022-09-16i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König
2022-08-21i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König
2022-07-16i2c: imx: fix typo in commentFlavio Suligoi
2022-04-15i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut
2021-11-23i2c: imx: Add timer for handling the stop conditionCorey Minyard
2021-08-11i2c: imx: : use proper DMAENGINE API for terminationWolfram Sang
2021-06-24i2c: imx: Fix some checkpatch warningsKwon Tae-young
2021-04-14i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua
2021-04-14i2c: imx: fix reference leak when pm_runtime_get_sync failsQinglang Miao
2021-02-01i2c: imx: Synthesize end of transaction events without idle interruptsKevin Paul Herbert
2021-01-28Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam
2021-01-05i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun
2020-12-07i2c: imx: support slave mode for imx I2C driverBiwen Li
2020-12-07Merge branch 'i2c/for-current' into i2c/for-5.11Wolfram Sang
2020-12-02i2c: imx: Remove unused .id_table supportFabio Estevam
2020-12-02i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers
2020-12-02i2c: imx: Check for I2SR_IAL after every byteChristian Eggers
2020-12-02i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers
2020-09-27i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski
2020-09-09i2c: imx: Use dev_err_probe() to simplify error handlingAnson Huang
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2020-03-21i2c: imx: remove duplicate print after platform_get_irq()Tang Bin
2020-02-26i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-09-13i2c: imx: ACPI support for NXP i2c controllerChuanhua Han
2019-08-14Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Fabio Estevam
2019-05-27i2c: imx: Use __maybe_unused instead of #if CONFIG_PMAnson Huang
2019-04-24i2c: imx: correct the method of getting private data in notifier_callAnson Huang
2019-04-06i2c: imx: don't leak the i2c adapter on errorLaurentiu Tudor
2019-01-22i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()YueHaibing
2019-01-15i2c: imx: improve the error handling in i2c_imx_dma_request()Oleksij Rempel
2019-01-15i2c: imx: notify about real errors on dma i2c_imx_dma_requestOleksij Rempel
2018-11-27i2c: imx: don't print error message on probe deferLucas Stach
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-20i2c: imx: Simplify stopped state trackingEsben Haabendal
2018-08-20i2c: imx: Fix race condition in dma readEsben Haabendal
2018-07-24i2c: imx: use open drain for recovery GPIOWolfram Sang