summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pnx4008/i2c.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] fix pnx4008Russell King2009-01-081-0/+1
| | | | | | arch/arm/mach-pnx4008/include/mach/gpio.h:214: error: implicit declaration of function 'IO_ADDRESS' Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
| | | | | | This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* i2c: New Philips PNX bus driverVitaly Wool2006-12-101-0/+167
New I2C bus driver for Philips ARM boards (Philips IP3204 I2C IP block). This I2C controller can be found on (at least) PNX010x, PNX52xx and PNX4008 Philips boards. Signed-off-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>