linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] ARM: uncompress.h multi-platform enablement
@ 2012-09-25 22:46 Stephen Warren
  2012-09-25 22:46 ` [RFC PATCH 1/3] ARM: move ICEDCC uncompress.h to common location Stephen Warren
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Stephen Warren @ 2012-09-25 22:46 UTC (permalink / raw)
  To: linux-arm-kernel

From: Stephen Warren <swarren@nvidia.com>

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%)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-09-28  3:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25 22:46 [RFC PATCH 0/3] ARM: uncompress.h multi-platform enablement Stephen Warren
2012-09-25 22:46 ` [RFC PATCH 1/3] ARM: move ICEDCC uncompress.h to common location Stephen Warren
2012-09-26 21:56   ` Domenico Andreoli
2012-09-27  5:19     ` Stephen Warren
2012-09-25 22:46 ` [RFC PATCH 2/3] ARM: mvebu: restore uncompress.h Stephen Warren
2012-09-25 22:46 ` [RFC PATCH 3/3] ARM: tegra: move debug macros to include/debug Stephen Warren
2012-09-26 10:38 ` [RFC PATCH 0/3] ARM: uncompress.h multi-platform enablement Arnd Bergmann
2012-09-26 10:44   ` Russell King - ARM Linux
2012-09-26 12:05     ` Arnd Bergmann
2012-09-26 13:10       ` Domenico Andreoli
2012-09-26 13:48     ` Tim Bird
2012-09-26 14:17       ` Arnd Bergmann
2012-09-26 14:48         ` Tim Bird
2012-09-26 14:49           ` Arnd Bergmann
2012-09-26 15:10             ` Russell King - ARM Linux
2012-09-26 15:34               ` Stephen Warren
2012-09-28  3:53                 ` Nicolas Pitre
2012-09-27  5:37 ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).