[GIT PULL] ARC updates for 3.15 rc1

From: Vineet Gupta
Date: Mon Apr 07 2014 - 07:48:02 EST


Hi Linus,

Please pull ARC changes for 3.15 merge window.

Thx,
-Vineet

------------------->
The following changes since commit b098d6726bbfb94c06d6e1097466187afddae61f:

Linux 3.14-rc8 (2014-03-24 19:31:17 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-v3.15-rc1

for you to fetch changes up to 61fb4bfc010b0d2940f7fd87acbce6a0f03217cb:

ARC: [nsimosci] Unbork console (2014-04-05 18:36:51 +0530)

----------------------------------------------------------------
ARC changes for 3.15

* Support for external initrd from Noam
* Fix broken serial console in nsimosci Virtual Platform
* Reuse of ENTRY/END assembler macros across hand asm code
* Other minor fixes here and there

----------------------------------------------------------------
Mischa Jonker (3):
ARC: [arcfpga] Fix __initconst data const-correctness
ARC: add uImage to .gitignore
ARC: [nsimosci] Change .dts to use generic 8250 UART

Noam Camus (1):
ARC: support external initrd

Richard Weinberger (1):
ARC: Remove ARC_HAS_COH_RTSC

Vineet Gupta (6):
ARC: switch to generic ENTRY/END assembler annotations
ARC: [clockevent] can't be SoC specific
ARC: [clockevent] simplify timer ISR
ARC: Remove unused DT template file
ARC: [SMP] General Fixes
ARC: [nsimosci] Unbork console

arch/arc/boot/.gitignore | 1 +
arch/arc/boot/dts/nsimosci.dts | 12 +++++----
arch/arc/boot/dts/skeleton.dts | 10 -------
arch/arc/configs/nsimosci_defconfig | 1 +
arch/arc/include/asm/linkage.h | 14 ----------
arch/arc/kernel/ctx_sw_asm.S | 2 +-
arch/arc/kernel/entry.S | 52 ++++++++++++++++++-------------------
arch/arc/kernel/head.S | 7 ++---
arch/arc/kernel/time.c | 37 ++++++++++++--------------
arch/arc/lib/memcmp.S | 6 ++---
arch/arc/lib/memcpy-700.S | 6 ++---
arch/arc/lib/memset.S | 10 +++----
arch/arc/lib/strchr-700.S | 6 ++---
arch/arc/lib/strcmp.S | 6 ++---
arch/arc/lib/strcpy-700.S | 6 ++---
arch/arc/lib/strlen.S | 6 ++---
arch/arc/mm/cache_arc700.c | 3 +--
arch/arc/mm/init.c | 27 +++++++++++++++++++
arch/arc/mm/tlbex.S | 10 +++----
arch/arc/plat-arcfpga/Kconfig | 1 -
arch/arc/plat-arcfpga/platform.c | 6 ++---
21 files changed, 114 insertions(+), 115 deletions(-)
delete mode 100644 arch/arc/boot/dts/skeleton.dts
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/