During testing of big-endian on a Jetson TK1 with baserock, the following issues were found and fixed. Note that to get the system running with big-endian you will need to disable ARCH_SUSPEND_POSSIBLE within arch/arm/Kconfig. Bob Mottram (4): ARM: tegra: Add a separate big-endian configuration ARM: gpio: tegra: Maintain endianness ARM: tegra: enable big-endian support ARM: tegra: fix big-endian issue with irq code arch/arm/configs/tegra_be_defconfig | 298 ++++++++++++++++++++++++++++++++++++ arch/arm/mach-tegra/Kconfig | 1 + arch/arm/mach-tegra/headsmp.S | 3 +- arch/arm/mach-tegra/irq.c | 2 +- drivers/gpio/gpio-tegra.c | 4 +- 5 files changed, 304 insertions(+), 4 deletions(-) create mode 100644 arch/arm/configs/tegra_be_defconfig -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html