summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | i2c: imx: Fix reinit_completion() useEsben Haabendal2018-07-231-2/+1
|/
* i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-5/+5
* i2c: imx: Switch to SPDX identifierFabio Estevam2018-05-241-10/+1
* i2c: imx: avoid taking clk_prepare mutex in PM callbacksLucas Stach2018-04-031-2/+2
* i2c: imx: use clk notifier for rate changesLucas Stach2018-04-031-7/+25
* i2c: imx: Include the right GPIO headerLinus Walleij2017-12-121-1/+1
* i2c: imx: use proper GPIO directions for recoveryWolfram Sang2017-12-071-2/+2
* i2c: imx: switch to using gpiod for bus recovery gpiosPhil Reid2017-11-271-9/+9
* i2c: imx: fix misleading bus recovery debug messageClemens Gruber2017-10-131-1/+1
* i2c: imx: use IRQF_SHARED mode to request IRQWei Jinhua2017-10-131-1/+1
* i2c: imx: Use correct function to write to registerMichail Georgios Etairidis2017-06-221-4/+4
* i2c: busses: constify i2c_algorithm structuresBhumika Goyal2017-02-091-1/+1
* i2c: imx: defer probe if bus recovery GPIOs are not readyStefan Agner2016-10-251-4/+7
* i2c: imx: make bus recovery through pinctrl optionalYang Li2016-09-151-9/+22
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* i2c: imx: reduce load by using usleep_range instead of udelayOleksij Rempel2016-04-261-1/+1
* i2c: imx: remove extra spaces.Dmitriy Baranov2016-03-031-6/+6
* i2c: imx: fix i2c resource leak with dma transferGao Pan2016-01-101-0/+1
* i2c: imx: Remove unneeded commentsFabio Estevam2016-01-041-12/+0
* i2c: imx: improve code readabilityGao Pan2016-01-031-4/+2
* i2c: imx: Improve message log when DMA is not usedFabio Estevam2016-01-031-1/+1
* i2c: imx: add runtime pm support to improve the performanceGao Pan2016-01-031-12/+78
* i2c: imx: init bus recovery info before adding i2c adapterGao Pan2016-01-031-2/+2
* i2c: imx: fix a compiling errorHou Zhiqiang2015-11-201-0/+1
* i2c: imx: Use -ENXIO as error in the NACK caseFabio Estevam2015-10-231-1/+1
* i2c: imx: implement bus recoveryGao Pan2015-10-231-0/+71
* i2c: constify platform_device_idKrzysztof Kozlowski2015-05-121-1/+1
* i2c: imx: match return type of wait_for_completion_timeoutNicholas Mc Guire2015-03-151-4/+6
* i2c: imx: whitespace and checkpatch cleanupPhilipp Zabel2015-01-221-10/+13
* i2c: imx: remove unused return value assignmentsPhilipp Zabel2015-01-141-2/+0
* i2c: imx: fix handling of wait_for_completion_timeout resultNicholas Mc Guire2015-01-131-4/+4
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: imx: simplify i2c_imx_dma_write() a littleWolfram Sang2014-11-191-5/+1
* | i2c: imx: add DMA support for freescale i2c driverYao Yuan2014-11-181-2/+333
* | i2c: imx: Sort include headers alphabeticallyYao Yuan2014-11-181-10/+10
* | i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam2014-11-101-2/+1
* | i2c: remove FSF addressWolfram Sang2014-11-071-5/+0
|/
* i2c-imx: Disable the clock on probe failureFabio Estevam2014-10-061-2/+6
* i2c: imx: Add arbitration lost checkHaibo Chen2014-09-291-0/+8
* i2c: imx: Fix format warning for dev_dbgXiubo Li2014-08-061-4/+1
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1
* i2c: imx: update i2c clock divider for each transactionFugang Duan2014-06-021-44/+49
* i2c: imx: fix the i2c bus hang issue when do repeat restartFugang Duan2014-06-021-11/+30
* i2c: imx: add SMBus block read supportKaushal Butala2014-05-221-3/+28
* i2c: imx: propagate irq error code in probeWolfram Sang2014-01-031-1/+1
OpenPOWER on IntegriCloud