linux/arch/arm/mach-shmobile
Nicolas Pitre 6451d7783b arm: remove machine_desc.io_pg_offst and .phys_io
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-10-20 00:27:46 -04:00
..
include/mach ARM: mach-shmobile: extend clock definitions on sh7372 2010-08-04 16:12:06 +09:00
Kconfig ARM: mach-shmobile: ap4evb: Add LCD panel selection 2010-08-04 15:32:46 +09:00
Makefile ARM: mach-shmobile: Runtime PM V3 2010-08-16 13:16:19 +09:00
Makefile.boot ARM: mach-shmobile: SH-Mobile G3 support. 2010-02-08 12:44:11 +09:00
board-ap4evb.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-g3evm.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-g4evm.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
clock-sh7367.c ARM: mach-shmobile: sh7367 clock framework V2 2010-05-22 17:22:57 +09:00
clock-sh7372.c ARM: mach-shmobile: do not enable the PLLC2 clock on init 2010-08-18 16:31:12 +09:00
clock-sh7377.c ARM: mach-shmobile: sh7377 clock framework V2 2010-05-22 17:23:14 +09:00
clock.c ARM: mach-shmobile: Clock framework comment fix 2010-08-18 16:31:00 +09:00
console.c ARM: mach-shmobile: early console support using earlyprintk 2010-02-09 10:34:12 +09:00
intc-sh7367.c ARM: mach-shmobile: Add missing __initdata on intcs sh7367/sh7377 2010-04-07 16:26:47 +09:00
intc-sh7372.c ARM: mach-shmobile: sh7372 INTCS support 2010-05-20 12:00:44 +09:00
intc-sh7377.c ARM: mach-shmobile: Add missing __initdata on intcs sh7367/sh7377 2010-04-07 16:26:47 +09:00
pfc-sh7367.c ARM: mach-shmobile: sh7367 and G3EVM pinmux support 2010-02-12 14:10:47 +09:00
pfc-sh7372.c ARM: mach-shmobile: add GPIO definitions for switching between LCDC0 and LCDC1 2010-08-04 15:34:27 +09:00
pfc-sh7377.c ARM: mach-shmobile: pfc-sh7377: modify KEYIN settings 2010-02-23 11:17:30 +09:00
pm_runtime.c ARM: mach-shmobile: Runtime PM V3 2010-08-16 13:16:19 +09:00
setup-sh7367.c ARM: mach-shmobile: sh7367/G3EVM evt2irq() update 2010-05-22 17:22:55 +09:00
setup-sh7372.c ARM: mach-shmobile: add SCIFA and SCIFB DMA slave definitions for sh7372 2010-05-31 13:45:00 +09:00
setup-sh7377.c ARM: mach-shmobile: sh7377/G4EVM evt2irq() update 2010-05-22 17:22:56 +09:00
timer.c ARM: mach-shmobile: SH-Mobile G3 support. 2010-02-08 12:44:11 +09:00