From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752449AbcFIEQ4 (ORCPT ); Thu, 9 Jun 2016 00:16:56 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:40413 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751970AbcFIEQz (ORCPT ); Thu, 9 Jun 2016 00:16:55 -0400 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: lkml , arcml , Peter Zijlstra , Andrea Gelmini , Alexey Brodkin From: Vineet Gupta Subject: [GIT PULL] ARC fixes for 4.7-rc3 Message-ID: <5758EDA6.8080407@synopsys.com> Date: Thu, 9 Jun 2016 09:46:38 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.197.158] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull ! Thx, -Vineet ----------------> The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.7-rc3 for you to fetch changes up to ed6aefed726a305bd36344e230d2a9e9301226fc: Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff" (2016-06-02 10:59:23 +0530) ---------------------------------------------------------------- ARC updates for 4.7-rc3 - Revert of ll-sc backoff retry workaround in atomics/spinlocks as hardware is now proven to work just fine - Typo fixes (Thanks Andrea Gelmini) - Removal of obsolete DT property (Alexey) - Other minor fixes ---------------------------------------------------------------- Alexey Brodkin (1): arc: Get rid of root core-frequency property Andrea Gelmini (1): Fix typos Vineet Gupta (5): ARC: [intc-compact] simplify code for 2 priority levels ARC: don't enable DISCONTIGMEM unconditionally Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff" Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle" Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff" arch/arc/Kconfig | 31 +--- arch/arc/Makefile | 2 +- arch/arc/boot/dts/abilis_tb100.dtsi | 2 - arch/arc/boot/dts/abilis_tb101.dtsi | 2 - arch/arc/boot/dts/axc001.dtsi | 1 - arch/arc/boot/dts/axc003.dtsi | 1 - arch/arc/boot/dts/axc003_idu.dtsi | 1 - arch/arc/boot/dts/eznps.dts | 1 - arch/arc/boot/dts/nsim_700.dts | 1 - arch/arc/boot/dts/nsimosci.dts | 1 - arch/arc/boot/dts/nsimosci_hs.dts | 1 - arch/arc/boot/dts/nsimosci_hs_idu.dts | 1 - arch/arc/boot/dts/skeleton.dtsi | 1 - arch/arc/boot/dts/skeleton_hs.dtsi | 1 - arch/arc/boot/dts/skeleton_hs_idu.dtsi | 1 - arch/arc/boot/dts/vdk_axc003.dtsi | 1 - arch/arc/boot/dts/vdk_axc003_idu.dtsi | 1 - arch/arc/include/asm/atomic.h | 45 +---- arch/arc/include/asm/entry-compact.h | 4 +- arch/arc/include/asm/mmu_context.h | 2 +- arch/arc/include/asm/pgtable.h | 2 +- arch/arc/include/asm/processor.h | 2 +- arch/arc/include/asm/smp.h | 2 +- arch/arc/include/asm/spinlock.h | 292 --------------------------------- arch/arc/include/asm/thread_info.h | 2 +- arch/arc/include/asm/uaccess.h | 2 +- arch/arc/include/uapi/asm/swab.h | 2 +- arch/arc/kernel/entry-compact.S | 18 +- arch/arc/kernel/intc-compact.c | 6 +- arch/arc/kernel/perf_event.c | 2 +- arch/arc/kernel/setup.c | 2 +- arch/arc/kernel/signal.c | 2 +- arch/arc/kernel/troubleshoot.c | 2 +- arch/arc/mm/cache.c | 6 +- arch/arc/mm/dma.c | 2 +- 35 files changed, 30 insertions(+), 415 deletions(-)