[RFC PATCH 0/3] ARM: uncompress.h multi-platform enablement
From: Stephen Warren <hidden>
Date: 2012-09-25 22:46:49
Also in:
linux-tegra
From: Stephen Warren <redacted>
Tegra's uncompress and debug-macro.S communicate to each-other. Hence,
we can't be left without uncompress.h in a multi-platform enabled kernel,
or we'll lose features. This series allows uncompress.h to be used in a
multi-platform kernel, restores the mvebu uncompress.h, and finally moves
the Tegra debug macros into the common location. The series as mainly an
RFC due to the outstanding question of where to put Tegra's <mach/iomap.h>
in the final patch.
Stephen Warren (3):
ARM: move ICEDCC uncompress.h to common location
ARM: mvebu: restore uncompress.h
ARM: tegra: move debug macros to include/debug
arch/arm/Kconfig.debug | 20 ++++++
arch/arm/boot/compressed/misc.c | 64 +-------------------
arch/arm/include/debug/icedcc-uncompress.h | 61 +++++++++++++++++++
arch/arm/include/debug/mvebu-uncompress.h | 43 +++++++++++++
arch/arm/include/debug/none-uncompress.h | 3 +
.../debug/tegra-uncompress.h} | 6 +-
.../mach/debug-macro.S => include/debug/tegra.S} | 6 +-
7 files changed, 132 insertions(+), 71 deletions(-)
create mode 100644 arch/arm/include/debug/icedcc-uncompress.h
create mode 100644 arch/arm/include/debug/mvebu-uncompress.h
create mode 100644 arch/arm/include/debug/none-uncompress.h
rename arch/arm/{mach-tegra/include/mach/uncompress.h => include/debug/tegra-uncompress.h} (98%)
rename arch/arm/{mach-tegra/include/mach/debug-macro.S => include/debug/tegra.S} (96%)