]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: u300: delete all static board data
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 22 Apr 2013 09:29:30 +0000 (11:29 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Jun 2013 11:54:30 +0000 (13:54 +0200)
commit7563ae8706b4d1d1403e134047c9a65e4949d7af
treeb74a90f572f10c6c54b90f9eddb2c1419c5d3ff2
parentff60310cd28ac4382eb52a81495bd5bb72ba5c59
ARM: u300: delete all static board data

We have now transferred all the U300 peripherals to the device
tree, so we just select USE_OF, and delete all static board data,
then require that this platform shall be booted using the device
tree and nothing else.

This gets rid of the MMCI (PL180), PL022, and serial PL011
platform data entries and more.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/Kconfig
arch/arm/mach-u300/Makefile
arch/arm/mach-u300/core.c
arch/arm/mach-u300/i2c.c [deleted file]
arch/arm/mach-u300/i2c.h [deleted file]
arch/arm/mach-u300/regulator.c
arch/arm/mach-u300/spi.c [deleted file]
arch/arm/mach-u300/spi.h [deleted file]
arch/arm/mach-u300/timer.c
arch/arm/mach-u300/timer.h [deleted file]
arch/arm/mach-u300/u300-gpio.h [deleted file]