From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756847AbcEEThV (ORCPT ); Thu, 5 May 2016 15:37:21 -0400 Received: from mout.kundenserver.de ([212.227.126.134]:62999 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755496AbcEEThT (ORCPT ); Thu, 5 May 2016 15:37:19 -0400 From: Arnd Bergmann To: Linus Torvalds Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: ARM: SoC fixes for 4.6 Date: Thu, 05 May 2016 21:36:43 +0200 Message-ID: <7856724.NgjOiORdJx@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:59iOaN55eVvS7e71xso2ATrT9llhU0UPKRHb9oRjYWMbqG0fs2W KY49E4R4+whyfWSexUbzIFsWke+Avpigu59GcimjejlRDgnVlLxzizB3IEqJ8FZPQZiLPJ0 E2FUKWJK1WfUiEeLRL1cn3LS8166ToDHyGPjQjYoLKW2c2KcVMUuI9Zb3rLwtuckgBppB/E zfwdaskxC9PYf/qN/qKvA== X-UI-Out-Filterresults: notjunk:1;V01:K0:1peWnmHNsnc=:+CvmfO7ZBQ15ytXtK+77iD y0YvfjHBKYxgS+L5MykK+pu77ooq1RS8E6xy0M2lSRx6Qi8zI/IqUmofl4fuSOCan0zMY7/4H DI3H3IfckplnefXyGYMzmgFu614TLnUGvmEYzatCGNUX8ivb3WuO8+e61SBu1MVL/BoPvBvoZ tCEpWaIdx8z2iqAc9nMIvKO79k0RTZ3LcvU5xeZfsbGl7UoiHGiFKBBUaroFXWXJpJfMfex95 VoS3g0Uqvw6kVwJW2YREuJN4eTfoRHrpzzEQzszC0LcBe+vkaZwJytf01yhJ9S7w1c7bCAdcU 3x4N1XNnCQICJ1/23KMi8m1GuT20rCYzmaxv51MGGquSKk66jwZPOFIQmXirV+RirfGw8Brdw icR0lFVq3wSCMoxzVg28j1TGfa5SoCoOmIA6j1riWjgh4NYG/twEEEiNBB3nl1uckDnMJdtZL jJx6303LZpXh+JwPaLmRo+gz8FZuH7j3PcCOw3VAr1M9QHZsoqA1CgFtos8lsWYi7sjBWN736 iBTE1Rm44DeYKKNmBRu7y7vMDfiac2TCdFEYbmTy6Tn22nzAIsgfCziWmT0cJdnsPi3yaUG2n bFlpjxeH2X56VGXhmNLhJWJPFw0OzOFgob/vfPknIZDbD7EILdlHEXxUWQkpU9JakR7Dc9Z9B CPfLCUZDovmCbLaWLe4NegtdMrTqxo4bvYTCQDtDUnoLTXKYGnpfoFcw2oxB/9E4FfC0/OZmf 6CmmYWk5Zo0tNGaz Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)