linux/arch/arm/mach-s5p64x0
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: S5P64X0: Move GPIO support files for merge S5P64X0 2010-10-18 18:33:03 +09:00
Kconfig
Makefile
Makefile.boot
clock-s5p6440.c ARM: S5P64X0: Update Clock for S5P6440 and S5P6450 2010-10-18 18:33:02 +09:00
clock-s5p6450.c ARM: S5P64X0: Update Clock for S5P6440 and S5P6450 2010-10-18 18:33:02 +09:00
clock.c ARM: S5P64X0: Update Clock for S5P6440 and S5P6450 2010-10-18 18:33:02 +09:00
cpu.c ARM: S5P64X0: Bug fix on errors of build with CONFIG_PREEMPT_NONE 2010-10-18 18:33:04 +09:00
dev-audio.c ARM: S5P64X0: Update Audio support 2010-10-18 18:33:03 +09:00
dev-spi.c ARM: S5P64X0: Update Audio support 2010-10-18 18:33:03 +09:00
dma.c ARM: S5P64X0: Move DMA support for S5P64X0 2010-10-18 18:33:03 +09:00
gpio.c ARM: S5P64X0: Fix GPIO rbank support 2010-10-18 18:33:04 +09:00
init.c
mach-smdk6440.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
mach-smdk6450.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
setup-i2c0.c ARM: S5P64X0: Add S5P6450 I2C support 2010-10-18 18:33:03 +09:00
setup-i2c1.c ARM: S5P64X0: Add S5P6450 I2C support 2010-10-18 18:33:03 +09:00