aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pxa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-27i2c-pxa: Add polling transferMike Rapoport1-12/+121
2008-01-27i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27xeric miao1-29/+29
2007-10-19i2c-pxa, rename BIT macro to PXA_BITJiri Slaby1-27/+27
2007-10-12[ARM] pxa: update pxa i2c driver to use clk supportRussell King1-20/+25
2007-09-09i2c-pxa: Fix adapter numberJean Delvare1-1/+1
2007-07-12i2c-pxa: Support new-style I2C driversRodolfo Giometti1-1/+8
2007-05-26[ARM] 4403/1: Make the PXA-I2C driver work with lockdep validatorEnrico Scholz1-14/+9
2007-05-10arm: fix i2c-pxa buildRussell King1-1/+1
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-8/+10
2007-05-01i2c: SPIN_LOCK_UNLOCKED cleanupMilind Arun Choudhary1-1/+1
2007-05-01i2c-pxa: Clean transaction stopJean Delvare1-0/+13
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao1-6/+6
2007-04-21[ARM] 4246/1: i2c-pxa: add adapter class to platform specific dataMatej Kenda1-2/+4
2007-02-08[ARM] 4144/1: Fix for patch #4099/1 with CONFIG_I2C_PXA_SLAVE setGuennadi Liakhovetski1-77/+164
2006-11-30[ARM] Remove EEPROM slave emulation from i2c-pxa driver.Russell King1-130/+1
2006-10-28[ARM] Fix i2c-pxa slave mode supportRussell King1-2/+6
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 3Jean Delvare1-1/+1
2006-02-06[PATCH] i2c: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-12[ARM] 3237/1: PXA I2C driver updatesRichard Purdie1-0/+10
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-12/+13
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-09-14[I2C] Add a functionality method, and remove algorithm idsRussell King1-4/+8
2005-09-08[I2C] Clean up i2c-pxa debugging/printksRussell King1-42/+33
2005-06-15[PATCH] I2C: Add PXA I2C driverRussell King1-0/+1031