[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201003230414.o2N4EdjP003316@goober.internal.moreton.com.au>
Date: Tue, 23 Mar 2010 14:14:39 +1000
From: Greg Ungerer <gerg@...pgear.com>
To: <torvalds@...ux-foundation.org>
CC: <gerg@...inux.org>, <linux-kernel@...r.kernel.org>,
<linux-m68k@...r.kernel.org>
Subject: [git pull] m68knommu arch fixes
Hi Linus,
Please pull to get some m68knommu fixes. Nothing too major in here,
adding QSPI platform support and some minor fixes.
Thanks
Greg
The following changes since commit 6ebdc661b608671e9ca572af8bb42d58108cc008:
Linus Torvalds (1):
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-linus
Greg Ungerer (1):
m68knommu: remove a duplicate vector setting line for 68360
Jun Sun (1):
uclinux: error message when FLAT reloc symbol is invalid, v2
Maxim Kuvyrkov (1):
Fix m68k-uclinux's rt_sigreturn trampoline
Philip Nye (1):
m68knommu: correct the CC flags for Coldfire M5272 targets
Steven King (1):
m68knommu: Coldfire QSPI platform support
arch/m68k/include/asm/m520xsim.h | 1 +
arch/m68k/include/asm/m523xsim.h | 5 +
arch/m68k/include/asm/m5249sim.h | 2 +
arch/m68k/include/asm/m527xsim.h | 7 ++
arch/m68k/include/asm/m528xsim.h | 67 +------------
arch/m68k/include/asm/m532xsim.h | 1 +
arch/m68k/include/asm/mcfqspi.h | 64 ++++++++++++
arch/m68knommu/Makefile | 2 +-
arch/m68knommu/kernel/entry.S | 2 +-
arch/m68knommu/platform/520x/config.c | 149 +++++++++++++++++++++++++++
arch/m68knommu/platform/523x/config.c | 170 ++++++++++++++++++++++++++++++
arch/m68knommu/platform/5249/config.c | 167 ++++++++++++++++++++++++++++++
arch/m68knommu/platform/527x/config.c | 182 +++++++++++++++++++++++++++++++++
arch/m68knommu/platform/528x/config.c | 137 +++++++++++++++++++++++++
arch/m68knommu/platform/532x/config.c | 124 ++++++++++++++++++++++
arch/m68knommu/platform/68360/ints.c | 1 -
fs/binfmt_flat.c | 2 +-
17 files changed, 1013 insertions(+), 70 deletions(-)
create mode 100644 arch/m68k/include/asm/mcfqspi.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists