aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-pxa.c
AgeCommit message (Expand)Author
2013-03-24i2c: pxa: Use i2c-core to get bus number nowDoug Anderson
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-02-22i2c: pxa: remove incorrect __exit annotationsDmitry Torokhov
2012-07-30i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar
2012-05-12i2c-pxa: Drop leftover commentKarol Lewandowski
2012-03-07i2c: pxa: add OF supportHaojian Zhuang
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely
2011-03-21i2c-pxa2xx: Don't clear isr bits too earlyVasily Khoruzhick
2011-03-21i2c-pxa2xx: Fix register offsetsVasily Khoruzhick
2011-03-21i2c-pxa2xx: pass of_node from platform driver to adapter and publishSebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: check timeout correctlySebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: Add PCI support for PXA I2C controllerSebastian Andrzej Siewior
2011-03-21ARM: pxa2xx: reorganize I2C filesSebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: use dynamic register layoutSebastian Andrzej Siewior
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare
2010-08-11i2c-pxa: fix compiler warning, due to missing constMarc Kleine-Budde
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten
2010-05-20i2c-pxa: only define 'blue_murder'-function if DEBUG is #definedWolfram Sang
2010-05-20i2c-pxa: remove unused macroUwe Kleine-König
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-07-22I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm
2009-06-16i2c: Use resource_size macroLinus Walleij
2009-06-05[ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao
2009-06-05[ARM] pxa: add platform device ID table to pxa i2c driverEric Miao
2009-05-03i2c-pxa.c: timeouts off by 1Roel Kluin
2009-03-28i2c: Add missing KERN_* constants to printksFrank Seidel
2009-02-24i2c: Timeouts reach -1Roel Kluin
2009-01-07i2c: Get rid of remaining bus_id accessJean Delvare
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King
2008-10-07[ARM] pxa: move i2c register and bit definitions into i2c-pxa.cEric Miao
2008-10-03[ARM] 5278/1: i2c-pxa fast mode supportJonathan Cameron
2008-09-09[I2C] pxa: provide late suspend and early resume hooksRussell King
2008-09-09[ARM] 5203/1: i2c-pxa: fix scheduling while atomic in i2c_pxa_abort()Dmitry Baryshkov
2008-09-09[ARM] 5201/1: PXA3xx: Add support for power i2c busMike Rapoport
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2008-07-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds
2008-07-14i2c-pxa: Initialize earlyUli Luckas
2008-07-09Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxaRussell King
2008-07-07[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includesPhilipp Zabel
2008-06-02[ARM] 5075/1: i2c-pxa: move i2c pin setup and PCFR_PI2CEN handling into arch/...Philipp Zabel
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers
2008-04-22i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao
2008-02-24i2c-pxa: Misc fixesWolfram Sang
2008-02-17[ARM] 4827/1: fix two warnings in drivers/i2c/busses/i2c-pxa.cHolger Schurig
2008-01-27i2c-pxa: Add polling transferMike Rapoport