From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932653AbcHKVHK (ORCPT ); Thu, 11 Aug 2016 17:07:10 -0400 Received: from mout.kundenserver.de ([217.72.192.73]:49169 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932247AbcHKVHD (ORCPT ); Thu, 11 Aug 2016 17:07:03 -0400 From: Arnd Bergmann To: Linus Torvalds Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: SoC fixes Date: Thu, 11 Aug 2016 23:06:30 +0200 Message-ID: <2747538.eI4c21NGdR@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-31-generic; KDE/5.18.0; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:RpNtGzT7KjPPZx2FUIOEgJUWMY1UK/GJld6zpI0mjdTKIPrrkv4 lLf17VLQOcNCoKC2AgsMG5sGd6eqy0EJASjYJ2SagimGnQr02H/0XbThIpZ33GoOqBADocJ ZTOB0IJyAn2LRcl/w9MRjJBnc4APBw9CVJmK6Kt80NNzU/53wO8JAHxrahLPfvkdwk5Aqox qP84vPRUqRScAYSD1WP9w== X-UI-Out-Filterresults: notjunk:1;V01:K0:w4i5DZn4YZw=:zJEOF3PZ6KhERD7cVUSY5v ZnZ49veRusfiBVvhtpqSb+io34/dgY+MKs67Wsb4+GB5p10O5fnJS9p2BFeiABkIFLMGZ3GuB N4X6e4+15SailM/NiW47ixK36rz2R3Bh+AobWM/sjcDclVUzDYmEZBNkV3HlWLaMFYTIyBIbH PbsqTdKHjeFwbxhq6vr9Bsq8gAN+Q40rfNk4SOV7DAaVj6PyLwmGudv4i0m/J9ikMUTwH4mRA MC9qS/Ip+pPCxH48+zwjjGOsIkqMhcrCiyk1wQJ/yS+yNXkCFIZ2KGgNIUSbQ22fcvY8TH6JN Z6C+hOWhMcfouIDps8N84Ag579CP8dPgPBAiOoiMf0gh3pUoM4hSx6h2ZyypRw69n1euVaAgd JlIkJ3G/H14KG7v5BpaDLQIGzq2h6CaXoKTy3lzVe12jjuMp+GYjs4XsLF0y06PDCvjdw+Edl UQc4u11q0u2vVn77RhIzTelwQ/fsSvxDfDdDSB2Y/vMhh5bWkCN7uiSaDMI8NXPWqfHCWKG7G /exEg5+VTKNldij2Ja7NcP4tLq6zfnFbiblu1agx/3ZEK1KNlpZ2s1nlMWKdPeRxsep/Md68T ZKEXPKXwWowirWncPdIBaWQevfsq2LidUQ1aa5JutQ+UnkiVE+r8ktJaEePDVEL8BVzqJHF6A +sc0cpBEDguR5bFJ+p/xUbCSXpxkaG2jwU0o8Q1nwCjVIL70BBWyOB2w00JAaJdpzFPkm5LRd woVEzkTuEeOMwxTi Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit f7b32e4c021fd788f13f6785e17efbc3eb05b351: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2016-08-02 12:41:13 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus for you to fetch changes up to 12beb346710b766b8e74a7a3ac8165835bd68def: Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8 (2016-08-11 08:43:03 +0200) ---------------------------------------------------------------- ARM: SoC fixes A couple of bug fixes have come in for v4.8 so far. Since the first few were originally meant to go into -rc1 (but didn't get sent in time for travel reasons), the branch is unfortunately based on top of a commit in the middle of the merge window rather than -rc1. Content-wise we have - A fix for the last remaining broken build in kernelci, getting mach-shmobile to build again with SMP disabled - A fix for a realview regression that broke real hardware but not the qemu model that everyone uses in practice (needed for v4.7 as well) - A merge conflict fix for Tegra that also broke v4.7 - Two Kconfig fixes for arm64 build regressions - A couple of arm32 build warning fixes (all harmless) - Fixing the RTC on Exynos7 Espresso (which apparently never worked right) ---------------------------------------------------------------- Alim Akhtar (1): arm64: dts: Fix RTC by providing rtc_src clock Antoine Tenart (1): MAINTAINER: alpine: add a mailing list Arnd Bergmann (6): ARM: shmobile: don't call platform_can_secondary_boot on UP Revert "ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME" ARM: don't include removed directories ARM: hide mach-*/ include for ARM_SINGLE_ARMV7M ARM: oxnas: select reset controller framework Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8 Linus Walleij (3): ARM: do away with final ARCH_REQUIRE_GPIOLIB ARM: dts: add syscon compatible string for CP syscon ARM: dts: add syscon compatible string for AP syscon Ralf Ramsauer (1): ARM: tegra: fix erroneous address in dts Robin Murphy (1): ARM: dts: realview: Fix PBX-A9 cache description Sudeep Holla (2): arm64: Kconfig: select ALPINE_MSI only if PCI is selected arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selected MAINTAINERS | 1 + arch/arm/Makefile | 2 ++ arch/arm/boot/dts/arm-realview-pbx-a9.dts | 9 ++++----- arch/arm/boot/dts/integratorap.dts | 2 +- arch/arm/boot/dts/integratorcp.dts | 2 +- arch/arm/boot/dts/tegra124-jetson-tk1.dts | 4 ++-- arch/arm/configs/aspeed_g4_defconfig | 2 +- arch/arm/configs/aspeed_g5_defconfig | 2 +- arch/arm/mach-clps711x/Kconfig | 2 +- arch/arm/mach-mvebu/Makefile | 3 +-- arch/arm/mach-oxnas/Kconfig | 2 ++ arch/arm/mach-pxa/corgi.c | 1 + arch/arm/mach-pxa/spitz.c | 1 + arch/arm/mach-realview/Makefile | 3 +-- arch/arm/mach-s5pv210/Makefile | 2 +- arch/arm/mach-shmobile/platsmp.c | 3 +++ arch/arm64/Kconfig.platforms | 4 ++-- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 3 +++ 18 files changed, 29 insertions(+), 19 deletions(-)