summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-151-57/+5
|\
| * i2c: imx: move to generic GPIO recoveryEsben Haabendal2024-02-081-57/+5
* | i2c: imx: when being a target, mark the last read as processedCorey Minyard2024-02-231-0/+5
|/
* i2c: imx: Make SDA actually optional for bus recoveringAlexander Stein2024-01-181-1/+1
* i2c: Make return value check more accurate and explicit for devm_pinctrl_get()Jinjie Ruan2023-08-261-1/+5
* I2C: Explicitly include correct DT includesRob Herring2023-08-141-1/+0
* i2c: imx: Clean up a call to request_irq()Dan Carpenter2023-08-081-2/+1
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König2023-03-161-11/+1
* Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-151-2/+1
|\
| * i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-121-2/+1
* | i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn2022-12-021-2/+4
|/
* i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König2022-09-161-1/+1
* i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König2022-08-211-9/+11
* i2c: imx: fix typo in commentFlavio Suligoi2022-07-161-1/+1
* i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut2022-04-151-0/+33
* i2c: imx: Add timer for handling the stop conditionCorey Minyard2021-11-231-19/+73
* i2c: imx: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-3/+3
* i2c: imx: Fix some checkpatch warningsKwon Tae-young2021-06-241-14/+5
* i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()Ye Weihua2021-04-141-1/+1
* i2c: imx: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
* i2c: imx: Synthesize end of transaction events without idle interruptsKevin Paul Herbert2021-02-011-7/+52
* Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang2021-01-281-1/+19
|\
| * Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam2021-01-221-1/+19
* | i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun2021-01-051-3/+3
|/
* i2c: imx: support slave mode for imx I2C driverBiwen Li2020-12-071-24/+195
* Merge branch 'i2c/for-current' into i2c/for-5.11Wolfram Sang2020-12-071-8/+36
|\
| * i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers2020-12-021-2/+10
| * i2c: imx: Check for I2SR_IAL after every byteChristian Eggers2020-12-021-0/+10
| * i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers2020-12-021-6/+16
* | i2c: imx: Remove unused .id_table supportFabio Estevam2020-12-021-19/+1
|/
* i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski2020-09-271-11/+13
* i2c: imx: Use dev_err_probe() to simplify error handlingAnson Huang2020-09-091-5/+3
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-4/+1
* i2c: imx: remove duplicate print after platform_get_irq()Tang Bin2020-03-211-3/+1
* i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld2020-02-261-41/+105
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-241-4/+13
|\
| * i2c: imx: ACPI support for NXP i2c controllerChuanhua Han2019-09-131-4/+13
* | Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Fabio Estevam2019-08-141-12/+6
|/
* i2c: imx: Use __maybe_unused instead of #if CONFIG_PMAnson Huang2019-05-271-8/+3
* i2c: imx: correct the method of getting private data in notifier_callAnson Huang2019-04-241-2/+2
* i2c: imx: don't leak the i2c adapter on errorLaurentiu Tudor2019-04-061-1/+3
* i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()YueHaibing2019-01-221-1/+1
* i2c: imx: improve the error handling in i2c_imx_dma_request()Oleksij Rempel2019-01-151-6/+10
* i2c: imx: notify about real errors on dma i2c_imx_dma_requestOleksij Rempel2019-01-151-9/+12
* i2c: imx: don't print error message on probe deferLucas Stach2018-11-271-1/+2
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-12/+11
|\
| * i2c: imx: Simplify stopped state trackingEsben Haabendal2018-08-201-8/+7
| * i2c: imx: Fix race condition in dma readEsben Haabendal2018-08-201-4/+4
* | i2c: imx: use open drain for recovery GPIOWolfram Sang2018-07-241-1/+1