Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752846AbbBLToT (ORCPT ); Thu, 12 Feb 2015 14:44:19 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:53461 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752486AbbBLToQ (ORCPT ); Thu, 12 Feb 2015 14:44:16 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, arm@kernel.org, Arnd Bergmann , Andrew Lunn , Barry Song , Christian Daudt , Florian Fainelli , Gregory Clement , Heiko Stuebner , Imre Kaloz , Jason Cooper , Kevin Hilman , Krzysztof Halasa , Liviu Dudau , Lorenzo Pieralisi , Maxime Coquelin , Maxime Ripard , Nicolas Ferre , Sekhar Nori , Srinivas Kandagatla , Sudeep Holla Subject: [PATCH 00/11] ARM: random randconfig fixes, soc specific Date: Thu, 12 Feb 2015 20:42:32 +0100 Message-Id: <1423770163-583064-1-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.1.0.rc2 X-Provags-ID: V03:K0:ZwxyVOnwRiAPmCn2WDs1MtZas4+4qnE5yF8/ipcw0EsKMfnhAq0 uQWk3P/WWxvBivUEMCL2g7pjfbqKhRKFEznJ3X8hg5FhA2FO9ddiaECzih80G7kfFAqQff/ vrpRfUZlxHfZ39o9OweusX5UlpbjCp6fY6IUALwkFKny8h9vdGS34NjynQa8AncPvQz5bTR vAIYH6q5HCrOkO1hyYigg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2503 Lines: 62 Hello maintainers, I've kept these to myself for too long, and would like to get them into v3.20. I hope all of these are noncontroversial, but please have a look and provide an Ack/Nak where appropriate so we can stick them into the first fixes pull request after the initial merge for -rc1. Arnd Arnd Bergmann (11): ARM: vexpress: use ARM_CPU_SUSPEND if needed ARM: sunxi: always select RESET_CONTROLLER ARM: BCM: put back ARCH_MULTI_V7 dependency for mobile ARM: davinci: davinci_cfg_reg cannot be init ARM: davinci: multi-soc kernels require AUTO_ZRELADDR ARM: at91: fix pm declarations ARM: prima2: do not select SMP_ON_UP ARM: ixp4xx: fix {in,out}s{bwl} data types ARM: rockchip: make rockchip_suspend_init conditional ARM: sti: always enable RESET_CONTROLLER ARM: mvebu: build armada375-smp code conditionally arch/arm/mach-at91/generic.h | 8 ++++---- arch/arm/mach-bcm/Kconfig | 4 ++-- arch/arm/mach-davinci/Kconfig | 2 ++ arch/arm/mach-davinci/mux.c | 4 ++-- arch/arm/mach-ixp4xx/include/mach/io.h | 19 +++++++++++++------ arch/arm/mach-mvebu/system-controller.c | 2 +- arch/arm/mach-prima2/Kconfig | 1 - arch/arm/mach-rockchip/pm.h | 6 ++++++ arch/arm/mach-sti/Kconfig | 1 + arch/arm/mach-sunxi/Kconfig | 8 ++------ arch/arm/mach-vexpress/Kconfig | 1 + 11 files changed, 34 insertions(+), 22 deletions(-) -- 2.1.0.rc2 Cc: Andrew Lunn Cc: Barry Song Cc: Christian Daudt Cc: Florian Fainelli Cc: Gregory Clement Cc: Heiko Stuebner Cc: Imre Kaloz Cc: Jason Cooper Cc: Kevin Hilman Cc: Krzysztof Halasa Cc: Liviu Dudau Cc: Lorenzo Pieralisi Cc: Maxime Coquelin Cc: Maxime Ripard Cc: Nicolas Ferre Cc: Sekhar Nori Cc: Srinivas Kandagatla Cc: Sudeep Holla -- 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/