aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/hardware.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: OMAP3: Add basic board support for OMAP LDPNishant Kamat2008-10-101-0/+4
| | | | | | | | | This adds minimal board support for the OMAP3430 LDP development platform. Signed-off-by: Nishant Kamat <nskamat@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: OMAP3: Add minimal Beagle board supportSyed Mohammed, Khasim2008-10-091-0/+4
| | | | | | | | | | Add minimal Beagle board support. Based on earlier patches by Syed Mohammed Khasim with some fixes from linux-omap tree. Signed-off-by: Syed Mohammed Khasim <khasim@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: OMAP2: Misc updates from linux-omap treeTony Lindgren2008-10-061-1/+1
| | | | | | | | | | | | | | Misc updates from linux-omap tree, mostly to update common device initialization and add missing defines from linux-omap tree. Also some changes to make room for adding 34xx in following patches. Note that the I2C resources are now set up in arch/arm/plat-omap/i2c.c helper, and can be removed from devices.c. Signed-off-by: Tony Lindgren <tony@atomide.com>
* [ARM] omap: make sure virtual mmio addresses are __iomem pointer-likeRussell King2008-09-051-1/+1
| | | | 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-0/+355
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>