14 Jan, 2011
1 commit
-
Signed-off-by: Lennert Buytenhek
20 Oct, 2010
1 commit
-
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
Acked-by: Eric Miao
04 Jun, 2009
2 commits
-
Define onboard devices for Freescale STMP3xxx boards
Signed-off-by: dmitry pervushin
Signed-off-by: Russell King -
Add register definitions for Freescale STMP 37nn boards
Signed-off-by: dmitry pervushin
Signed-off-by: Russell King
31 May, 2009
2 commits
-
Replace HW_zzz register access macros by regular __raw_readl/__raw_writel calls
Signed-off-by: dmitry pervushin
Signed-off-by: Russell King -
Replace HW_zzz register access macros by regular __raw_readl/__raw_writel calls
Signed-off-by: dmitry pervushin
Signed-off-by: Russell King
27 Apr, 2009
3 commits
-
Sources: support for 37xx boards
Signed-off-by: dmitry pervushin
Signed-off-by: Russell King -
Minimal definition of register set for 37xx boards
Signed-off-by: dmitry pervushin
Signed-off-by: Russell King -
Header files for STMP37xx boards
Signed-off-by: dmitry pervushin
Signed-off-by: Russell King