Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-19 | ARM: 6665/1: Add Snapper9260 rtc wakeup interrupt pin | Ryan Mallon | |
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2010-10-20 | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | |
Since we're now using addruart to establish the debug mapping, we can remove the io_pg_offst and phys_io members of struct machine_desc. The various declarations were removed using the following script: grep -rl MACHINE_START arch/arm | xargs \ sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }' [ Initial patch was from Jeremy Kerr, example script from Russell King ] Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Eric Miao <eric.miao at canonical.com> | |||
2010-07-09 | ARM: 6209/2: at91: Add support for Bluewater Systems Snapper 9260/9G20 modules | Ryan Mallon | |
Add support for Bluewater Systems Snapper 9260/9G20 modules Signed-off-by: Ryan Mallon <ryan@bluewatersys.com> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |