aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pxa.c
Commit message (Expand)AuthorAge
* i2c: pxa: Add support for the I2C units found in Armada 3700Romain Perier2016-12-01
* i2c: pxa: Add definition of fast and high speed modes via the regs layoutRomain Perier2016-12-01
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-22
* i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath2015-10-25
* i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath2015-08-10
* i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath2015-08-10
* i2c: pxa: Fix compile warning in 64bit modeYipeng Yao2015-08-10
* i2c: pxa: Return I2C_RETRY when timeout in pio modeShouming Wang2015-08-10
* i2c: pxa: No need to set slave addr for i2c master mode resetVaibhav Hiremath2015-08-10
* i2c: pxa: keep i2c irq ON in suspendLeilei Shang2015-08-10
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | i2c: pxa: add support for SCCB devicesPetr Cvek2014-11-25
|/
* i2c: Make of_device_id array constJingoo Han2014-06-02
* i2c: move OF helpers into the coreWolfram Sang2013-08-23
* i2c: use dev_get_platdata()Jingoo Han2013-08-19
* i2c: pxa: enable high speed mode for i2c busLeilei Shang2013-08-07
* i2c-pxa: prepare clock before useDaniel Drake2013-06-18
* i2c: pxa: Use i2c-core to get bus number nowDoug Anderson2013-03-24
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-21
* i2c: pxa: remove incorrect __exit annotationsDmitry Torokhov2013-02-21
* i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar2012-07-30
* i2c-pxa: Drop leftover commentKarol Lewandowski2012-05-12
* i2c: pxa: add OF supportHaojian Zhuang2012-03-06
* i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely2011-07-25
* i2c-pxa2xx: Don't clear isr bits too earlyVasily Khoruzhick2011-03-21
* i2c-pxa2xx: Fix register offsetsVasily Khoruzhick2011-03-21
* i2c-pxa2xx: pass of_node from platform driver to adapter and publishSebastian Andrzej Siewior2011-03-21
* i2c-pxa2xx: check timeout correctlySebastian Andrzej Siewior2011-03-21
* i2c-pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior2011-03-21
* i2c-pxa2xx: Add PCI support for PXA I2C controllerSebastian Andrzej Siewior2011-03-21
* ARM: pxa2xx: reorganize I2C filesSebastian Andrzej Siewior2011-03-21
* i2c-pxa2xx: use dynamic register layoutSebastian Andrzej Siewior2011-03-21
* i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare2010-10-24
* i2c-pxa: fix compiler warning, due to missing constMarc Kleine-Budde2010-08-10
* i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2010-05-21
* i2c-pxa: only define 'blue_murder'-function if DEBUG is #definedWolfram Sang2010-05-19
* i2c-pxa: remove unused macroUwe Kleine-König2010-05-19
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-15
* I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm2009-07-21
* i2c: Use resource_size macroLinus Walleij2009-06-16
* [ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao2009-06-04
* [ARM] pxa: add platform device ID table to pxa i2c driverEric Miao2009-06-04
* i2c-pxa.c: timeouts off by 1Roel Kluin2009-05-03
* i2c: Add missing KERN_* constants to printksFrank Seidel2009-03-28
* i2c: Timeouts reach -1Roel Kluin2009-02-24
* i2c: Get rid of remaining bus_id accessJean Delvare2009-01-07
* [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-27