summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-imx.c
AgeCommit message (Expand)Author
2020-12-08i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld
2020-11-05Merge tag 'v5.4.75' into 5.4-2.1.x-imxAndrey Zhizhikin
2020-11-05i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski
2020-02-26LF-162: i2c: imx: Defer probing if EDMA not availablePeng Ma
2019-11-29LF-263-2 i2c: imx: increase PM timeout to avoid operate clk frequentlyClark Wang
2019-11-28LF-98 i2c: imx: fix the judgement of slave mode in isrClark Wang
2019-11-28i2c: imx: correct code of errata A-010650 for layerscape platformBiwen Li
2019-11-28i2c: imx: support slave mode for imx I2C driverBiwen Li
2019-11-25i2c: imx: fix system hang due to access i2c registers without clockDong Aisheng
2019-11-25i2c: imx: get rid of CONFIG_ARCH_LAYERSCAPEDong Aisheng
2019-11-25i2c: imx: implement bus recovery with gpio for LayerscapeZhang Ying-22455
2019-11-25i2c: imx: add workaround for erratum ERR010027Zhang Ying-22455
2019-11-25MLK-20368 i2c-imx: Coverity: fix divide by zero warningClark Wang
2019-11-25MLK-20773 i2c-imx: add a limit of maximum transfer speed for imx7dClark Wang
2019-11-25MLK-16203 enable runtime pm of i2c temporary when do system suspendGao Pan
2019-11-25MLK-11403: I2C: imx: restore pin setting for i2cGao Pan
2019-11-25MLK-10893: i2c: imx: add irqf_no_suspendgaopan
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
2018-07-23i2c: imx: Fix reinit_completion() useEsben Haabendal
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin
2018-05-24i2c: imx: Switch to SPDX identifierFabio Estevam
2018-04-03i2c: imx: avoid taking clk_prepare mutex in PM callbacksLucas Stach
2018-04-03i2c: imx: use clk notifier for rate changesLucas Stach
2017-12-12i2c: imx: Include the right GPIO headerLinus Walleij
2017-12-07i2c: imx: use proper GPIO directions for recoveryWolfram Sang
2017-11-27i2c: imx: switch to using gpiod for bus recovery gpiosPhil Reid
2017-10-13i2c: imx: fix misleading bus recovery debug messageClemens Gruber
2017-10-13i2c: imx: use IRQF_SHARED mode to request IRQWei Jinhua
2017-06-22i2c: imx: Use correct function to write to registerMichail Georgios Etairidis
2017-02-09i2c: busses: constify i2c_algorithm structuresBhumika Goyal
2016-10-25i2c: imx: defer probe if bus recovery GPIOs are not readyStefan Agner
2016-09-15i2c: imx: make bus recovery through pinctrl optionalYang Li
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-04-26i2c: imx: reduce load by using usleep_range instead of udelayOleksij Rempel
2016-03-03i2c: imx: remove extra spaces.Dmitriy Baranov
2016-01-10i2c: imx: fix i2c resource leak with dma transferGao Pan
2016-01-04i2c: imx: Remove unneeded commentsFabio Estevam