Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753432AbbGBSC1 (ORCPT ); Thu, 2 Jul 2015 14:02:27 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:32840 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753772AbbGBSCR (ORCPT ); Thu, 2 Jul 2015 14:02:17 -0400 From: Kevin Hilman To: Linus Torvalds Cc: linux-arm-kernel@lists.infradead.org, arm@kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: SoC: late fixes and dependencies Date: Thu, 2 Jul 2015 11:02:11 -0700 Message-Id: <1435860131-32747-1-git-send-email-khilman@kernel.org> X-Mailer: git-send-email 2.3.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3566 Lines: 84 This is a collection of a few late fixes and other misc. stuff that had dependencies on things being merged from other trees. Other than the fixes, the primary feature being added is the conversion of some OMAP drivers to the new generic wakeirq interface. ---------------------------------------------------------------- The following changes since commit 7adf12b87f45a77d364464018fb8e9e1ac875152: Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-late for you to fetch changes up to ae41a0b7ed7740009b9ec87c7dc05b23f01d361a: ARM: multi_v7_defconfig: Enable BRCMNAND driver ---------------------------------------------------------------- Boris Brezillon (1): ARM: at91/dt: update udc compatible strings Florian Fainelli (2): ARM: BCM: Do not select CONFIG_MTD_NAND_BRCMNAND ARM: multi_v7_defconfig: Enable BRCMNAND driver Kevin Hilman (8): Merge tag 'armsoc-cleanup' into test-merge Merge tag 'armsoc-soc' into test-merge Merge tag 'armsoc-dt' into test-merge Merge tag 'armsoc-drivers' into test-merge Merge tag 'armsoc-defconfig' into test-merge Merge tag 'omap-for-v4.2/wakeirq-drivers-v2' of git://git.kernel.org/.../tmlind/linux-omap into next/late Merge tag 'mvebu-dt-4.2-3' of git://git.infradead.org/linux-mvebu into next/late Merge tag 'mvebu-fixes-4.2-0' of git://git.infradead.org/linux-mvebu into next/late Nicolas Ferre (1): ARM: at91/dt: trivial: fix USB udc compatible string Russell King (1): ARM: dove: fix legacy dove IRQ numbers Stephen Boyd (1): soc: qcom: spm: Fix idle on THUMB2 kernels Thomas Petazzoni (2): ARM: mvebu: adjust Armada XP DT spi muxing after pinctrl function rename ARM: mvebu: fix suspend to RAM on big-endian configurations Tony Lindgren (4): mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq serial: omap: Switch wake-up interrupt to generic wakeirq serial: 8250_omap: Move wake-up interrupt to generic wakeirq Merge branch 'wakeirq-8250' into omap-for-v4.2/wakeirq-v2 Y Vo (1): arm64: dts: Add APM X-Gene standby GPIO controller DTS entries .../devicetree/bindings/usb/atmel-usb.txt | 6 +- arch/arm/boot/dts/armada-xp.dtsi | 2 +- arch/arm/boot/dts/at91sam9g45.dtsi | 2 +- arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- arch/arm/boot/dts/sama5d3.dtsi | 2 +- arch/arm/boot/dts/sama5d4.dtsi | 2 +- arch/arm/configs/multi_v7_defconfig | 1 + arch/arm/mach-bcm/Kconfig | 1 - arch/arm/mach-dove/include/mach/irqs.h | 118 +++++++++---------- arch/arm/mach-dove/irq.c | 8 +- arch/arm/mach-mvebu/pm-board.c | 3 + arch/arm64/boot/dts/apm/apm-storm.dtsi | 13 ++ drivers/mmc/host/omap_hsmmc.c | 49 +------- drivers/soc/qcom/spm.c | 2 +- drivers/tty/serial/8250/8250_omap.c | 58 +-------- drivers/tty/serial/omap-serial.c | 35 +----- 16 files changed, 103 insertions(+), 201 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/