ARM: mach-stmp378x: remove mach
commitf295dc6874bf271253f70cb75a483d4a23911117
authorWolfram Sang <w.sang@pengutronix.de>
Fri, 29 Apr 2011 13:06:42 +0000 (29 15:06 +0200)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 2 May 2011 18:08:55 +0000 (2 19:08 +0100)
treed3f37cbd0c0552cd83bee1d7cf77dc3d19df4ae0
parent7635965891761a732a610aa7ad9371de742ef52b
ARM: mach-stmp378x: remove mach

This mach has not seen any updates since the initial inclusion besides
generic cleanup. Furthermore:

- The i.MX23 covered in mach-mxs is just a renamed version of the
  STMP378x.

- mach-stmp378x has a lot of reinvented interfaces, leaking all sorts of
  mach-related includes into the drivers. One example is the dmaengine
  which does not use the linux dmaengine-API but some privately exported
  symbols. So drivers cannot be reused. mach-mxs does it better.

- There is only one board defined (which I couldn't find any trace of
  despite being a development board). It has been converted to
  mach-mxs in a previous patch.

Since the only user of this mach was converted, it means that
mach-stmp378x can go.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
45 files changed:
arch/arm/Makefile
arch/arm/configs/stmp378x_defconfig [deleted file]
arch/arm/mach-stmp378x/Makefile [deleted file]
arch/arm/mach-stmp378x/Makefile.boot [deleted file]
arch/arm/mach-stmp378x/include/mach/entry-macro.S [deleted file]
arch/arm/mach-stmp378x/include/mach/irqs.h [deleted file]
arch/arm/mach-stmp378x/include/mach/pins.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-apbh.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-apbx.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-audioin.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-audioout.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-bch.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-clkctrl.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-dcp.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-digctl.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-dram.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-dri.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-ecc8.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-emi.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-gpmi.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-i2c.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-icoll.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-ir.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-lcdif.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-lradc.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-ocotp.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-pinctrl.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-power.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-pwm.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-pxp.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-rtc.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-saif.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-spdif.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-ssp.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-sydma.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-timrot.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-tvenc.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-uartapp.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-uartdbg.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-usbctrl.h [deleted file]
arch/arm/mach-stmp378x/include/mach/regs-usbphy.h [deleted file]
arch/arm/mach-stmp378x/stmp378x.c [deleted file]
arch/arm/mach-stmp378x/stmp378x.h [deleted file]
arch/arm/mach-stmp378x/stmp378x_devb.c [deleted file]
arch/arm/plat-stmp3xxx/Kconfig