Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-23 | [ARM] 3391/1: use PLAT8250_DEV_PLATFORM{,1} for platform device id instead ↵ | Lennert Buytenhek | |
of 0/1 Patch from Lennert Buytenhek This patch changes iop3xx and omap2 and to use PLAT8250_DEV_PLATFORM{,1} as platform device id instead of just hardcoding 0/1 directly. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2006-01-17 | ARM: OMAP: 4/4 Fix clock framework to use clk_enable/disable misc | Tony Lindgren | |
This patch fixes OMAP clock framework to use clk_enable/disable instead of clk_use/unuse as specified in include/linux/clk.h. Signed-off-by: Tony Lindgren <tony@atomide.com> | |||
2006-01-07 | [ARM] Move asm/hardware/clock.h to linux/clk.h | Russell King | |
This is needs to be visible to other architectures using the AMBA bus and peripherals. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2005-11-10 | [ARM] 3145/1: OMAP 3a/5: Add support for omap24xx | Tony Lindgren | |
Patch from Tony Lindgren This patch adds support for omap24xx series of processors. The files live in arch/arm/mach-omap2, and share common files with omap15xx and omap16xx processors in arch/arm/plat-omap. Omap24xx support was originally added for 2.6.9 by TI. This code was then improved and integrated to share common code with omap15xx and omap16xx processors by various omap developers, such as Paul Mundt, Juha Yrjola, Imre Deak, Tony Lindgren, Richard Woodruff, Nishant Menon, Komal Shah et al. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |