summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+0Star
* i2c: imx: improve code readabilityGao Pan2016-01-031-4/+2Star
* 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/+0Star
* 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-151-1/+0Star
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | i2c: imx: simplify i2c_imx_dma_write() a littleWolfram Sang2014-11-191-5/+1Star
* | 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/+1Star
* | i2c: remove FSF addressWolfram Sang2014-11-071-5/+0Star
|/
* 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/+1Star
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1Star
* 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
* i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam2013-12-121-1/+3
* i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-5/+6
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0Star
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu2013-08-151-0/+32
* i2c: imx: add struct to hold more configurable quirksJingchang Lu2013-08-151-25/+52
* i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu2013-08-151-5/+22