aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09i2c: busses: constify i2c_algorithm structuresBhumika Goyal1-1/+1
2016-10-25i2c: imx: defer probe if bus recovery GPIOs are not readyStefan Agner1-4/+7
2016-09-15i2c: imx: make bus recovery through pinctrl optionalYang Li1-9/+22
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-04-26i2c: imx: reduce load by using usleep_range instead of udelayOleksij Rempel1-1/+1
2016-03-03i2c: imx: remove extra spaces.Dmitriy Baranov1-6/+6
2016-01-10i2c: imx: fix i2c resource leak with dma transferGao Pan1-0/+1
2016-01-04i2c: imx: Remove unneeded commentsFabio Estevam1-12/+0
2016-01-03i2c: imx: improve code readabilityGao Pan1-4/+2
2016-01-03i2c: imx: Improve message log when DMA is not usedFabio Estevam1-1/+1
2016-01-03i2c: imx: add runtime pm support to improve the performanceGao Pan1-12/+78
2016-01-03i2c: imx: init bus recovery info before adding i2c adapterGao Pan1-2/+2
2015-11-20i2c: imx: fix a compiling errorHou Zhiqiang1-0/+1
2015-10-23i2c: imx: Use -ENXIO as error in the NACK caseFabio Estevam1-1/+1
2015-10-23i2c: imx: implement bus recoveryGao Pan1-0/+71
2015-05-12i2c: constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-03-15i2c: imx: match return type of wait_for_completion_timeoutNicholas Mc Guire1-4/+6
2015-01-22i2c: imx: whitespace and checkpatch cleanupPhilipp Zabel1-10/+13
2015-01-14i2c: imx: remove unused return value assignmentsPhilipp Zabel1-2/+0
2015-01-13i2c: imx: fix handling of wait_for_completion_timeout resultNicholas Mc Guire1-4/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-19i2c: imx: simplify i2c_imx_dma_write() a littleWolfram Sang1-5/+1
2014-11-18i2c: imx: add DMA support for freescale i2c driverYao Yuan1-2/+333
2014-11-18i2c: imx: Sort include headers alphabeticallyYao Yuan1-10/+10
2014-11-10i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam1-2/+1
2014-11-07i2c: remove FSF addressWolfram Sang1-5/+0
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-06i2c-imx: Disable the clock on probe failureFabio Estevam1-2/+6
2014-09-29i2c: imx: Add arbitration lost checkHaibo Chen1-0/+8
2014-08-06i2c: imx: Fix format warning for dev_dbgXiubo Li1-4/+1
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-06-02i2c: imx: update i2c clock divider for each transactionFugang Duan1-44/+49
2014-06-02i2c: imx: fix the i2c bus hang issue when do repeat restartFugang Duan1-11/+30
2014-05-22i2c: imx: add SMBus block read supportKaushal Butala1-3/+28
2014-01-03i2c: imx: propagate irq error code in probeWolfram Sang1-1/+1
2013-12-12i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2013-10-10i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang1-5/+6
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-15i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu1-0/+32
2013-08-15i2c: imx: add struct to hold more configurable quirksJingchang Lu1-25/+52
2013-08-15i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu1-5/+22
2013-08-15i2c: imx: change register offset representationJingchang Lu1-7/+16
2013-08-15i2c: imx: wrap registers read/write to inline functionJingchang Lu1-34/+46
2013-08-15i2c: imx: don't change platform device id_entry directlyJingchang Lu1-2/+6
2013-08-15i2c: imx: enable clk before write to registersJingchang Lu1-0/+6
2013-08-15i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu1-7/+13
2013-06-25i2c: imx: allow autoloading on dt idsArnaud Patard \(Rtp\)1-0/+1
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+1
2013-06-12i2c: imx: Let device core handle pinctrlFabio Estevam1-8/+0