From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757656AbcEET5G (ORCPT ); Thu, 5 May 2016 15:57:06 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:60788 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756446AbcEET5E (ORCPT ); Thu, 5 May 2016 15:57:04 -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 for 4.6 Date: Thu, 05 May 2016 21:56:33 +0200 Message-ID: <4719866.mossMk4AmU@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:jGfJuNMKQ+tRv7q0d1C1y9kbvHSdgvHAQKozaPqnVmusc0fvW00 cinavoDN+k5CY8L+/OZdv2q/ErZeNe+jmKAej+Kgp1rffmyloTMiKvwWcijo8144HZB3oWo oNHE5fkF0paBmmHtPTSIYvFLJWNN2xdVbtZIpAICz9D2orQ55B7UOuGG5Yqad9lPBGkhNin YOahT0A+nNxSLywlYSyWg== X-UI-Out-Filterresults: notjunk:1;V01:K0:DxcyjrX4FJU=:3YypK3K2t4olbzeW6xetc/ a14XJ8yfsIxUEHTxPly8QDJU0PAKPYDmXOySKQWNWjsYvjLUnxJDYlRMl30AYK+GV28t5f6Y9 r7meoieEARHWPYt8b1AJMx6+a5h+BunVYmnUyWSKeQI3ZJBp1Ir/P1KYKwjTpT8KafLI4HG+9 /gRWWjYLrNwACrfoCpA7RKCAsbswdX/QI+KIj9qZsyA60K/h2buIGkztw1+hpKtylMk/E0frx 7GhcbqQlasGvoyCmX4okkLxgnlEeocWh6mjofgM2eXyG2aBUlA2C1FOxP9obVrUSvacCf7t5Z wqR0FC09yDvdOWLtFOQVzXDVhw/7yORITBA7zizHa+F3euoUScZPgwMImvgTxS3kC19g1XcRU iAhoMHGX4wXXG9D87KEn2i8EPWCXnnYdR8cS8NwUOoTmUL37Xerd7RPceSMyGETIR0qZoTi// M6XM9IXEGDNtcikqi7TtFTu1NmxGH0yCoUM1pexWzueHypRLqT5AhdQHJLY40TRqd34SXHuvS sxOkwMKIcpR7PUEUkq0/6T3XDSTG24PbXg5WiUIlOxxXYoRUssSbAjtZ8VH1JxMsVscn03sgA 3H6sAdRdEYGw50JfmgPpBQybxOZfLER3WZW8CZR3zZfoU0bqhIgrTpPXi5SL2nuIYNp9IYPmr thcejvnFBpwR4HjLxg2nK/7YrHjmtYdk+uEZK/kDXqC/pdDtsUJm+9aLwyKHqbvY1tJRJG380 pz9Pl46g7aNeDBG0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [resent to fix the subject line] The following changes since commit 02da2d72174c61988eb4456b53f405e3ebdebce4: Linux 4.6-rc5 (2016-04-24 16:17:05 -0700) 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 ed19ca7fa8bd44936aa3d5284bf38f5d96a28b35: Merge tag 'sunxi-fixes-for-4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes (2016-04-29 12:04:02 -0700) ---------------------------------------------------------------- Here are a couple last-minute fixes for ARM SoCs. Most of them are for the OMAP platforms, quoting Tony Lindgren: Fixes for omaps for v4.6-rc cycle. All dts fixes, mostly affecting voltages and pinctrl for various device drivers: - Regulator minimum voltage fixes for omap5 - ISP syscon register offset fix for omap3 - Fix regulator initial modes for n900 - Fix omap5 pinctrl wkup instance size The rest are all for different platforms: - Allwinner: Remove incorrect constraints from a dcdc1 regulator - Alltera SoCFPGA: Fix compilation in thumb2 mode - Samsung exynos: Fix a potential oops in the pm-domain error handling - Davinci: Avoid a link error if NVMEM is disabled - Renesas: Do not mark an external uart clock as disabled, to allow probing the uarts ---------------------------------------------------------------- Arnd Bergmann (4): Merge tag 'samsung-fixes-4.6' of git://git.kernel.org/.../krzk/linux into fixes Merge tag 'omap-for-v4.6/fixes-rc5-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes Merge tag 'renesas-fixes2-for-v4.6' of git://git.kernel.org/.../horms/renesas into fixes ARM: davinci: only use NVMEM when available Geert Uytterhoeven (1): arm64: dts: r8a7795: Don't disable referenced optional scif clock H. Nikolaus Schaller (1): ARM: dts: omap5: fix range of permitted wakeup pinmux registers Hans de Goede (1): ARM: dts: sun8i-q8-common: Do not set constraints on dc1sw regulator Ivaylo Dimitrov (2): ARM: dts: omap3: Fix ISP syscon register offset ARM: dts: omap3-n900: Specify peripherals LDO regulators initial mode Kevin Hilman (1): Merge tag 'sunxi-fixes-for-4.6' of https://git.kernel.org/.../mripard/linux into fixes Krzysztof Kozlowski (1): ARM: EXYNOS: Properly skip unitialized parent clock in power domain on Sascha Hauer (1): ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel Tomi Valkeinen (2): ARM: dts: omap5-board-common: fix ldo1_reg and ldo4_reg ranges ARM: dts: omap5-cm-t54: fix ldo1_reg and ldo4_reg ranges arch/arm/boot/dts/omap3-n900.dts | 9 +++++++++ arch/arm/boot/dts/omap34xx.dtsi | 2 +- arch/arm/boot/dts/omap5-board-common.dtsi | 4 ++-- arch/arm/boot/dts/omap5-cm-t54.dts | 4 ++-- arch/arm/boot/dts/omap5.dtsi | 2 +- arch/arm/boot/dts/r8a7791-koelsch.dts | 1 + arch/arm/boot/dts/r8a7791-porter.dts | 14 +------------- arch/arm/boot/dts/r8a7791.dtsi | 5 +---- arch/arm/boot/dts/sun8i-q8-common.dtsi | 2 -- arch/arm/mach-davinci/board-mityomapl138.c | 5 +++++ arch/arm/mach-davinci/common.c | 5 +++++ arch/arm/mach-exynos/pm_domains.c | 2 +- arch/arm/mach-shmobile/timer.c | 28 +++++++++++----------------- arch/arm/mach-socfpga/headsmp.S | 1 + arch/arm64/boot/dts/renesas/r8a7795.dtsi | 1 - 15 files changed, 41 insertions(+), 44 deletions(-)