Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752686AbcDKIMc (ORCPT ); Mon, 11 Apr 2016 04:12:32 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:54682 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbcDKIMa (ORCPT ); Mon, 11 Apr 2016 04:12:30 -0400 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: arcml , lkml , Andreas Ziegler , Alexey Brodkin From: Vineet Gupta Subject: [GIT PULL] ARC fixes for 4.6-rc4 Message-ID: <570B5C5D.7020209@synopsys.com> Date: Mon, 11 Apr 2016 13:42:13 +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: 1400 Lines: 45 Hi Linus, Please pull. Thx, -Vineet --------------> The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9: Linux 4.6-rc2 (2016-04-03 09:09:40 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.6-rc4-fixes for you to fetch changes up to 0dee6c82c2aa5342357dabd0e536a97f72039f0b: ARC: [plat-axs103] Enable loop block devices (2016-04-07 14:59:09 +0530) ---------------------------------------------------------------- ARC fixes for 4.6-rc4 - Kconfig splat due to pcie rework - Making ethernet work again on axs103 - Provide fb_pgprotect() for future Video driver integration ---------------------------------------------------------------- Alexey Brodkin (2): arc: Add our own implementation of fb_pgprotect() ARC: [plat-axs103] Enable loop block devices Andreas Ziegler (1): ARC: Don't source drivers/pci/pcie/Kconfig ourselves Vineet Gupta (1): Revert "ARC: [plat-axs10x] add Ethernet PHY description in .dts" arch/arc/Kconfig | 1 - arch/arc/boot/dts/axs10x_mb.dtsi | 8 -------- arch/arc/configs/axs103_defconfig | 1 + arch/arc/configs/axs103_smp_defconfig | 1 + arch/arc/include/asm/fb.h | 19 +++++++++++++++++++ 5 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 arch/arc/include/asm/fb.h