aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pxa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-25i2c: pxa: add support for SCCB devicesPetr Cvek1-7/+12
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-02i2c: Make of_device_id array constJingoo Han1-1/+1
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-2/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-07i2c: pxa: enable high speed mode for i2c busLeilei Shang1-1/+63
2013-06-18i2c-pxa: prepare clock before useDaniel Drake1-3/+3
2013-03-24i2c: pxa: Use i2c-core to get bus number nowDoug Anderson1-11/+9
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2013-02-22i2c: pxa: remove incorrect __exit annotationsDmitry Torokhov1-2/+2
2012-07-30i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar1-7/+0
2012-05-12i2c-pxa: Drop leftover commentKarol Lewandowski1-5/+0
2012-03-07i2c: pxa: add OF supportHaojian Zhuang1-21/+74
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely1-5/+2
2011-03-21i2c-pxa2xx: Don't clear isr bits too earlyVasily Khoruzhick1-3/+2
2011-03-21i2c-pxa2xx: Fix register offsetsVasily Khoruzhick1-7/+7
2011-03-21i2c-pxa2xx: pass of_node from platform driver to adapter and publishSebastian Andrzej Siewior1-0/+5
2011-03-21i2c-pxa2xx: check timeout correctlySebastian Andrzej Siewior1-1/+3
2011-03-21i2c-pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior1-2/+8
2011-03-21i2c-pxa2xx: Add PCI support for PXA I2C controllerSebastian Andrzej Siewior1-3/+24
2011-03-21ARM: pxa2xx: reorganize I2C filesSebastian Andrzej Siewior1-1/+1
2011-03-21i2c-pxa2xx: use dynamic register layoutSebastian Andrzej Siewior1-20/+50
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare1-1/+0
2010-08-11i2c-pxa: fix compiler warning, due to missing constMarc Kleine-Budde1-1/+1
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2010-05-20i2c-pxa: only define 'blue_murder'-function if DEBUG is #definedWolfram Sang1-10/+14
2010-05-20i2c-pxa: remove unused macroUwe Kleine-König1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-07-22I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm1-8/+17
2009-06-16i2c: Use resource_size macroLinus Walleij1-5/+4
2009-06-05[ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao1-1/+1
2009-06-05[ARM] pxa: add platform device ID table to pxa i2c driverEric Miao1-2/+18
2009-05-03i2c-pxa.c: timeouts off by 1Roel Kluin1-3/+3
2009-03-28i2c: Add missing KERN_* constants to printksFrank Seidel1-4/+5
2009-02-24i2c: Timeouts reach -1Roel Kluin1-1/+1
2009-01-07i2c: Get rid of remaining bus_id accessJean Delvare1-2/+2
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-10-07[ARM] pxa: move i2c register and bit definitions into i2c-pxa.cEric Miao1-1/+38
2008-10-03[ARM] 5278/1: i2c-pxa fast mode supportJonathan Cameron1-2/+4
2008-09-09[I2C] pxa: provide late suspend and early resume hooksRussell King1-6/+24
2008-09-09[ARM] 5203/1: i2c-pxa: fix scheduling while atomic in i2c_pxa_abort()Dmitry Baryshkov1-3/+4
2008-09-09[ARM] 5201/1: PXA3xx: Add support for power i2c busMike Rapoport1-5/+7
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-1/+1
2008-07-14i2c-pxa: Initialize earlyUli Luckas1-1/+1
2008-07-09Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxaRussell King1-29/+0