aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c
AgeCommit message (Expand)Author
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
2016-01-03i2c: imx: improve code readabilityGao Pan
2016-01-03i2c: imx: Improve message log when DMA is not usedFabio Estevam
2016-01-03i2c: imx: add runtime pm support to improve the performanceGao Pan
2016-01-03i2c: imx: init bus recovery info before adding i2c adapterGao Pan
2015-11-20i2c: imx: fix a compiling errorHou Zhiqiang
2015-10-23i2c: imx: Use -ENXIO as error in the NACK caseFabio Estevam
2015-10-23i2c: imx: implement bus recoveryGao Pan
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski
2015-03-15i2c: imx: match return type of wait_for_completion_timeoutNicholas Mc Guire
2015-01-22i2c: imx: whitespace and checkpatch cleanupPhilipp Zabel
2015-01-14i2c: imx: remove unused return value assignmentsPhilipp Zabel
2015-01-13i2c: imx: fix handling of wait_for_completion_timeout resultNicholas Mc Guire
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-19i2c: imx: simplify i2c_imx_dma_write() a littleWolfram Sang
2014-11-18i2c: imx: add DMA support for freescale i2c driverYao Yuan
2014-11-18i2c: imx: Sort include headers alphabeticallyYao Yuan
2014-11-10i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam
2014-11-07i2c: remove FSF addressWolfram Sang
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-10-06i2c-imx: Disable the clock on probe failureFabio Estevam
2014-09-29i2c: imx: Add arbitration lost checkHaibo Chen
2014-08-06i2c: imx: Fix format warning for dev_dbgXiubo Li
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han
2014-06-02i2c: imx: update i2c clock divider for each transactionFugang Duan
2014-06-02i2c: imx: fix the i2c bus hang issue when do repeat restartFugang Duan
2014-05-22i2c: imx: add SMBus block read supportKaushal Butala
2014-01-03i2c: imx: propagate irq error code in probeWolfram Sang
2013-12-12i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam
2013-10-10i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-08-15i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu
2013-08-15i2c: imx: add struct to hold more configurable quirksJingchang Lu
2013-08-15i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu
2013-08-15i2c: imx: change register offset representationJingchang Lu
2013-08-15i2c: imx: wrap registers read/write to inline functionJingchang Lu
2013-08-15i2c: imx: don't change platform device id_entry directlyJingchang Lu
2013-08-15i2c: imx: enable clk before write to registersJingchang Lu
2013-08-15i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu
2013-06-25i2c: imx: allow autoloading on dt idsArnaud Patard \(Rtp\)
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang
2013-06-12i2c: imx: Let device core handle pinctrlFabio Estevam
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding
2012-10-15i2c: imx: remove cpu_is_xxx by using platform_device_idShawn Guo