summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-imx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24i2c: imx: when being a target, mark the last read as processedCorey Minyard1-0/+5
2024-01-18i2c: imx: Make SDA actually optional for bus recoveringAlexander Stein1-1/+1
2023-08-26i2c: Make return value check more accurate and explicit for devm_pinctrl_get()Jinjie Ruan1-1/+5
2023-08-14I2C: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-08i2c: imx: Clean up a call to request_irq()Dan Carpenter1-2/+1
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-16i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König1-11/+1
2022-12-16Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-11-12i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-09-16i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König1-1/+1
2022-08-21i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König1-9/+11
2022-07-16i2c: imx: fix typo in commentFlavio Suligoi1-1/+1
2022-04-16i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut1-0/+33
2021-11-23i2c: imx: Add timer for handling the stop conditionCorey Minyard1-19/+73
2021-08-11i2c: imx: : use proper DMAENGINE API for terminationWolfram Sang1-3/+3
2021-06-24i2c: imx: Fix some checkpatch warningsKwon Tae-young1-14/+5
2021-04-14i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua1-1/+1
2021-04-14i2c: imx: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-2/+2
2021-02-02i2c: imx: Synthesize end of transaction events without idle interruptsKevin Paul Herbert1-7/+52
2021-01-28Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang1-1/+19
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam1-1/+19
2021-01-05i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun1-3/+3
2020-12-07i2c: imx: support slave mode for imx I2C driverBiwen Li1-24/+195
2020-12-07Merge branch 'i2c/for-current' into i2c/for-5.11Wolfram Sang1-8/+36
2020-12-02i2c: imx: Remove unused .id_table supportFabio Estevam1-19/+1
2020-12-02i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers1-2/+10
2020-12-02i2c: imx: Check for I2SR_IAL after every byteChristian Eggers1-0/+10
2020-12-02i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers1-6/+16
2020-09-27i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski1-11/+13
2020-09-09i2c: imx: Use dev_err_probe() to simplify error handlingAnson Huang1-5/+3
2020-03-25i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-4/+1
2020-03-21i2c: imx: remove duplicate print after platform_get_irq()Tang Bin1-3/+1
2020-02-26i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld1-41/+105
2019-09-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-4/+13
2019-09-13i2c: imx: ACPI support for NXP i2c controllerChuanhua Han1-4/+13
2019-08-14Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Fabio Estevam1-12/+6
2019-05-27i2c: imx: Use __maybe_unused instead of #if CONFIG_PMAnson Huang1-8/+3
2019-04-24i2c: imx: correct the method of getting private data in notifier_callAnson Huang1-2/+2
2019-04-06i2c: imx: don't leak the i2c adapter on errorLaurentiu Tudor1-1/+3
2019-01-23i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()YueHaibing1-1/+1
2019-01-16i2c: imx: improve the error handling in i2c_imx_dma_request()Oleksij Rempel1-6/+10
2019-01-16i2c: imx: notify about real errors on dma i2c_imx_dma_requestOleksij Rempel1-9/+12
2018-11-27i2c: imx: don't print error message on probe deferLucas Stach1-1/+2
2018-08-22Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+11
2018-08-20i2c: imx: Simplify stopped state trackingEsben Haabendal1-8/+7
2018-08-20i2c: imx: Fix race condition in dma readEsben Haabendal1-4/+4
2018-07-24i2c: imx: use open drain for recovery GPIOWolfram Sang1-1/+1
2018-07-23i2c: imx: Fix reinit_completion() useEsben Haabendal1-2/+1
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin1-5/+5