Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752977AbcD0OQL (ORCPT ); Wed, 27 Apr 2016 10:16:11 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:41706 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752485AbcD0OQJ (ORCPT ); Wed, 27 Apr 2016 10:16:09 -0400 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: Alexey Brodkin , Eric Engestrom , "Voevodin, Evgeny" , lkml , arcml From: Vineet Gupta Subject: [GIT PULL] ARC fixes for 4.6-rc4 Message-ID: <5720C998.9020308@synopsys.com> Date: Wed, 27 Apr 2016 19:45:52 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.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 Content-Length: 1501 Lines: 45 Hi Linus, Please pull. Thx, -Vineet --------------> The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9: Linux 4.6-rc4 (2016-04-17 19:13:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.6-rc6-fixes for you to fetch changes up to 1b10cb21d888c021bedbe678f7c26aee1bf04ffa: ARC: add support for reserved memory defined by device tree (2016-04-27 17:06:56 +0530) ---------------------------------------------------------------- ARC fixes for 4.6-rc6 - LOCKDEP now words for ARCv2 builds - Enabling DT reserved-memory binding to work (for forthcoming HDMI driver) ---------------------------------------------------------------- Alexey Brodkin (2): ARC: support generic per-device coherent dma mem ARC: add support for reserved memory defined by device tree Eric Engestrom (1): Documentation: dt: arc: fix spelling mistakes Evgeny Voevodin (1): ARCv2: Enable LOCKDEP .../devicetree/bindings/arc/archs-pct.txt | 2 +- Documentation/devicetree/bindings/arc/pct.txt | 2 +- arch/arc/Kconfig | 2 ++ arch/arc/include/asm/irqflags-arcv2.h | 36 +++++++++++++++++++++- arch/arc/kernel/entry-arcv2.S | 10 +++++- arch/arc/kernel/entry-compact.S | 3 ++ arch/arc/mm/init.c | 4 +++ 7 files changed, 55 insertions(+), 4 deletions(-)