summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* 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
* i2c: imx: change register offset representationJingchang Lu2013-08-151-7/+16
* i2c: imx: wrap registers read/write to inline functionJingchang Lu2013-08-151-34/+46
* i2c: imx: don't change platform device id_entry directlyJingchang Lu2013-08-151-2/+6
* i2c: imx: enable clk before write to registersJingchang Lu2013-08-151-0/+6
* i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu2013-08-151-7/+13
* i2c: imx: allow autoloading on dt idsArnaud Patard \(Rtp\)2013-06-251-0/+1
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-06-121-5/+1
* i2c: imx: Let device core handle pinctrlFabio Estevam2013-06-121-8/+0
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-1/+0
|\
| * i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-1/+0
* | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-3/+3
|/
* i2c: imx: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-5/+35
OpenPOWER on IntegriCloud