aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pxa.c
Commit message (Expand)AuthorAgeFilesLines
...
* arm: fix i2c-pxa buildRussell King2007-05-101-1/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-061-8/+10
|\
| * [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao2007-04-211-6/+6
| * [ARM] 4246/1: i2c-pxa: add adapter class to platform specific dataMatej Kenda2007-04-211-2/+4
* | i2c: SPIN_LOCK_UNLOCKED cleanupMilind Arun Choudhary2007-05-011-1/+1
* | i2c-pxa: Clean transaction stopJean Delvare2007-05-011-0/+13
|/
* [ARM] 4144/1: Fix for patch #4099/1 with CONFIG_I2C_PXA_SLAVE setGuennadi Liakhovetski2007-02-081-77/+164
* [ARM] Remove EEPROM slave emulation from i2c-pxa driver.Russell King2006-11-301-130/+1
* [ARM] Fix i2c-pxa slave mode supportRussell King2006-10-281-2/+6
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* i2c: Constify i2c_algorithm declarations, part 2Jean Delvare2006-09-261-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] i2c: Semaphore to mutex conversions, part 3Jean Delvare2006-03-231-1/+1
* [PATCH] i2c: Use ARRAY_SIZE macroTobias Klauser2006-02-061-1/+1
* [ARM] 3237/1: PXA I2C driver updatesRichard Purdie2006-01-121-0/+10
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-12/+13
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
* [I2C] Add a functionality method, and remove algorithm idsRussell King2005-09-141-4/+8
* [I2C] Clean up i2c-pxa debugging/printksRussell King2005-09-081-42/+33
* [PATCH] I2C: Add PXA I2C driverRussell King2005-06-151-0/+1031