Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936322AbcKKTFA (ORCPT ); Fri, 11 Nov 2016 14:05:00 -0500 Received: from smtprelay2.synopsys.com ([198.182.60.111]:42026 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934785AbcKKTE6 (ORCPT ); Fri, 11 Nov 2016 14:04:58 -0500 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: Alexey Brodkin , Noam Camus , Yuriy Kolerov , arcml , lkml From: Vineet Gupta Subject: [GIT PULL] ARC updates for 4.9-rc5 Message-ID: Date: Fri, 11 Nov 2016 11:04:49 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.196.111] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2710 Lines: 73 Hi Linus, Here's a bunch of fixes for ARC for latest RC. Please pull. Thx, -Vineet ------------> Linux 4.9-rc3 (2016-10-29 13:52:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.9-rc5 for you to fetch changes up to 0a0a047def15b7c8bcd27671d2be2de3d37fb30d: ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination core (2016-11-08 12:22:52 -0800) ---------------------------------------------------------------- ARC fixes for 4.9-rc5 - mmap handler for dma ops as generic handler no longer works for us [Alexey] - Fixes for EZChip platform [Noam] - Fix RTC clocksource driver build issue - ARC IRQ handling fixes [Yuriy] - Revert a recent makefile change which doesn't go well with oldish tools out in the wild ---------------------------------------------------------------- Alexey Brodkin (2): ARC: Enable PERF_EVENTS in nSIM driven platforms arc: Implement arch-specific dma_map_ops.mmap Noam Camus (3): ARC: [SMP] avoid overriding present cpumask ARC: [plat-eznps] remove IPI clear from SMP operations ARC: [plat-eznps] set default baud for early console Vineet Gupta (3): ARC: change return value of userspace cmpxchg assist syscall ARC: timer: rtc: implement read loop in "C" vs. inline asm Revert "ARC: build: retire old toggles" Yuriy Kolerov (2): ARC: IRQ: Do not use hwirq as virq and vice versa ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination core arch/arc/Makefile | 3 +++ arch/arc/boot/dts/axc001.dtsi | 2 +- arch/arc/boot/dts/nsim_700.dts | 2 +- arch/arc/boot/dts/nsimosci.dts | 4 ++++ arch/arc/configs/nsim_700_defconfig | 1 + arch/arc/configs/nsim_hs_defconfig | 1 + arch/arc/configs/nsim_hs_smp_defconfig | 1 + arch/arc/configs/nsimosci_defconfig | 1 + arch/arc/configs/nsimosci_hs_defconfig | 1 + arch/arc/configs/nsimosci_hs_smp_defconfig | 3 +-- arch/arc/include/asm/arcregs.h | 2 ++ arch/arc/include/asm/smp.h | 4 ++-- arch/arc/kernel/devtree.c | 2 ++ arch/arc/kernel/mcip.c | 32 +++++++++++++++++++----------- arch/arc/kernel/process.c | 20 ++++++++++--------- arch/arc/kernel/smp.c | 23 +++++++++++++-------- arch/arc/kernel/time.c | 19 ++++++++++-------- arch/arc/mm/dma.c | 26 ++++++++++++++++++++++++ arch/arc/plat-eznps/smp.c | 6 ------ 19 files changed, 104 insertions(+), 49 deletions(-)