* [GIT PULL] ARM: SoC fixes for 4.6
@ 2016-05-13 16:16 Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2016-05-13 16:16 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 44549e8f5eea4e0a41b487b63e616cb089922b99:
Linux 4.6-rc7 (2016-05-08 14:38:32 -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 8a934ccbf90959877beec27780469e85f1c3f101:
Merge tag 'at91-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes (2016-05-12 17:44:53 +0200)
----------------------------------------------------------------
Three more bug fixes for ARM SoCs this week:
- The Atmel sama5d2 was registering the wrong NFC device type
- On Atmel sam9x5, the power management controller had an incorrect
register area size
- On ARM64 Allwinner machine was not secting the generic irqchip
code, causing build errors in some configurations
----------------------------------------------------------------
Arnd Bergmann (2):
Merge tag 'at91-fixes' of git://git.kernel.org/.../nferre/linux-at91 into fixes
Merge tag 'at91-fixes2' of git://git.kernel.org/.../nferre/linux-at91 into fixes
Boris Brezillon (1):
ARM: dts: at91: sam9x5: Fix the memory range assigned to the PMC
Suzuki K Poulose (1):
arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip
Wenyou Yang (1):
ARM: dts: at91: sama5d2: use "atmel,sama5d3-nfc" compatible for nfc
arch/arm/boot/dts/at91sam9x5.dtsi | 2 +-
arch/arm/boot/dts/sama5d2.dtsi | 2 +-
arch/arm64/Kconfig.platforms | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL] ARM SoC fixes for 4.6
@ 2016-05-05 19:56 Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2016-05-05 19:56 UTC (permalink / raw)
To: linux-arm-kernel
[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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-13 16:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 16:16 [GIT PULL] ARM: SoC fixes for 4.6 Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2016-05-05 19:56 [GIT PULL] ARM " Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox