Skip to content

Commit

Permalink
ARM: mach-stmp378x: remove mach
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang authored and Russell King committed May 2, 2011
1 parent 7635965 commit f295dc6
Show file tree
Hide file tree
Showing 45 changed files with 0 additions and 3,585 deletions.
1 change: 0 additions & 1 deletion arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ machine-$(CONFIG_ARCH_EXYNOS4) := exynos4
machine-$(CONFIG_ARCH_SA1100) := sa1100
machine-$(CONFIG_ARCH_SHARK) := shark
machine-$(CONFIG_ARCH_SHMOBILE) := shmobile
machine-$(CONFIG_ARCH_STMP378X) := stmp378x
machine-$(CONFIG_ARCH_TCC8K) := tcc8k
machine-$(CONFIG_ARCH_TEGRA) := tegra
machine-$(CONFIG_ARCH_U300) := u300
Expand Down
128 changes: 0 additions & 128 deletions arch/arm/configs/stmp378x_defconfig

This file was deleted.

2 changes: 0 additions & 2 deletions arch/arm/mach-stmp378x/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions arch/arm/mach-stmp378x/Makefile.boot

This file was deleted.

35 changes: 0 additions & 35 deletions arch/arm/mach-stmp378x/include/mach/entry-macro.S

This file was deleted.

95 changes: 0 additions & 95 deletions arch/arm/mach-stmp378x/include/mach/irqs.h

This file was deleted.

Loading

0 comments on commit f295dc6

Please sign in to comment.