* ARM: SoC fixes for 4.4-rc
@ 2015-11-27 21:56 Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2015-11-27 21:56 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
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 a405fd1b1fd2f96ab7c57a600d3c21f4eae6882c:
Merge tag 'v4.4-rockchip-dts32-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes (2015-11-27 17:41:48 +0100)
----------------------------------------------------------------
ARM: SoC fixes for 4.4-rc
There is a small backlog of at91 patches here, the most significant is
the addition of some sama5d2 Xplained nodes that were waiting on an MFD include
file to get merged through another tree. We normally try to sort those out
before the merge window opens, but the maintainer wasn't aware of that here
and I decided to merge the changes this time as an exception.
On OMAP a series of audio changes for dra7 missed the merge window but turned
out to be necessary to fix a boot time imprecise external abort error and to
get audio working.
The other changes are the usual simple changes, here is a list sorted by
platform:
at91:
removal of a useless defconfig option
removal of some legacy DT pieces
use of the proper watchdog compatible string
update of the MAINTAINERS entries for some Atmel drivers
drivers/scpi:
hide get_scpi_ops in module from built-in code
imx:
add missing .irq_set_type for i.MX GPC irq_chip.
fix the wrong spi-num-chipselects settings for Vybrid DSPI devices.
fix a merge error in Vybrid dts regarding to ADC device property
keystone:
fix the optional PDSP firmware loading
fix linking RAM setup for QMs
fix crash with clk_ignore_unused
mediatek:
Enable SCPSYS power domain driver by default
mvebu:
fix QNAP TS219 power-off in dts
fix legacy get_irqnr_and_base for dove and orion5x
omap:
fix l4 related boot time errors for dm81xx
use lockless cldm/pwrdm api in omap4_boot_secondary
remove t410 abort handler to avoid hiding other critical errors
mark cpuidle tracepoints as _rcuidle
fix module alias for omap-ocp2scp
pxa:
palm: Fix typos in PWM lookup table code
renesas:
missing __initconst annotation for r8a7793_boards_compat_dt
rockchip:
disable mmc-tuning on the veyron-minnie board
adding the init state for the over-temperature-protection
zx:
only build power domain code when CONFIG_PM=y
----------------------------------------------------------------
Alexandre Belloni (2):
ARM: at91/dt: remove leftovers clock definition
ARM: at91/dt: remove bootargs
Anson Huang (1):
ARM: imx: add platform irq type setting in gpc
Arnd Bergmann (10):
ARM: zx: only build power domain code when CONFIG_PM=y
Merge tag 'at91-fixes' of git://git.kernel.org/.../nferre/linux-at91 into fixes
scpi: hide get_scpi_ops in module from built-in code
Merge tag 'imx-fixes-4.4' of git://git.kernel.org/.../shawnguo/linux into fixes
Merge tag 'v4.4-rc2' into fixes
Merge tag 'keystone-fixes-for-4.4' of git://git.kernel.org/.../ssantosh/linux-keystone into fixes
Merge tag 'omap-for-v4.4/fixes-rc2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Merge tag 'renesas-fixes-for-v4.4' of git://git.kernel.org/.../horms/renesas into fixes
Merge tag 'mvebu-fixes-4.4-1' of git://git.infradead.org/linux-mvebu into fixes
Merge tag 'v4.4-rockchip-dts32-fixes1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
Axel Lin (1):
bus: omap-ocp2scp: Fix module alias
Caesar Wang (1):
ARM: dts: rockchip: Add OTP gpio pinctrl to rk3288 tsadc node
Cory Tusar (1):
ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.
Eddie Huang (1):
soc: Mediatek: Enable SCPSYS power domain driver by default
Grygorii Strashko (1):
ARM: OMAP4+: SMP: use lockless clkdm/pwrdm api in omap4_boot_secondary
Heiko Stuebner (1):
ARM: dts: rockchip: temporarily remove emmc hs200 speed from rk3288 minnie
Helmut Klein (1):
ARM: dts: Kirkwood: Fix QNAP TS219 power-off
Jisheng Zhang (1):
ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()
Lucas Stach (1):
ARM: OMAP2+: remove custom abort handler for t410
Ludovic Desroches (1):
ARM: at91/dt: sama5d2 Xplained: add several devices
Michal Morawiec (1):
soc: ti: knav_qmss_queue: Fix linking RAM setup for queue managers
Murali Karicheri (2):
soc: ti: use request_firmware_direct() as acc firmware is optional
ARM: dts: keystone: k2l: fix kernel crash when clk_ignore_unused is not in bootargs
Neil Armstrong (1):
arm: omap2+: add missing HWMOD_NO_IDLEST in 81xx hwmod data
Nicolas Ferre (2):
ARM: at91/defconfig: remove CONFIG_SSB from Atmel defconfigs
MAINTAINERS: Atmel drivers: change NAND and ISI entries
Nicolas Pitre (3):
ARM: shmobile: r8a7793: proper constness with __initconst
ARM: dove: Fix legacy get_irqnr_and_base
ARM: orion5x: Fix legacy get_irqnr_and_base
Peter Ujfalusi (3):
ARM: dts: dra7: Fix McASP3 node regarding to clocks
ARM: OMAP2+: hwmod: Add hwmod flag for HWMOD_OPT_CLKS_NEEDED
ARM: OMAP: DRA7: hwmod: Add data for McASP3
Sanchayan Maity (1):
ARM: dts: vfxxx: Fix erroneous property in esdhc0 node
Sudeep Holla (1):
ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property
Thierry Reding (1):
ARM: pxa: palm: Fix typos in PWM lookup table code
Tony Lindgren (2):
Merge branch 'x15-audio-fixes' into omap-for-v4.4/fixes
Merge branch '81xx' into omap-for-v4.4/fixes
Wenyou Yang (1):
ARM: at91/dt: sama5d4: change watchdog compatible
Documentation/arm/keystone/Overview.txt | 18 ----
MAINTAINERS | 5 +-
arch/arm/boot/dts/animeo_ip.dts | 6 +-
arch/arm/boot/dts/at91-foxg20.dts | 2 +-
arch/arm/boot/dts/at91-kizbox.dts | 13 +--
arch/arm/boot/dts/at91-kizbox2.dts | 6 +-
arch/arm/boot/dts/at91-kizboxmini.dts | 4 +-
arch/arm/boot/dts/at91-qil_a9260.dts | 2 +-
arch/arm/boot/dts/at91-sama5d2_xplained.dts | 115 +++++++++++++++++++++--
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +-
arch/arm/boot/dts/at91-sama5d4_xplained.dts | 12 +--
arch/arm/boot/dts/at91-sama5d4ek.dts | 12 +--
arch/arm/boot/dts/at91rm9200ek.dts | 9 --
arch/arm/boot/dts/at91sam9261ek.dts | 19 +---
arch/arm/boot/dts/at91sam9263ek.dts | 13 +--
arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 13 +--
arch/arm/boot/dts/at91sam9m10g45ek.dts | 13 +--
arch/arm/boot/dts/at91sam9n12ek.dts | 11 +--
arch/arm/boot/dts/at91sam9rlek.dts | 13 +--
arch/arm/boot/dts/at91sam9x5cm.dtsi | 11 ---
arch/arm/boot/dts/dra7.dtsi | 4 +-
arch/arm/boot/dts/k2l-netcp.dtsi | 2 +-
arch/arm/boot/dts/kirkwood-ts219.dtsi | 2 +-
arch/arm/boot/dts/rk3288-veyron-minnie.dts | 4 +
arch/arm/boot/dts/rk3288.dtsi | 10 +-
arch/arm/boot/dts/sama5d35ek.dts | 2 +-
arch/arm/boot/dts/sama5d4.dtsi | 2 +-
arch/arm/boot/dts/usb_a9260_common.dtsi | 2 +-
arch/arm/boot/dts/usb_a9263.dts | 2 +-
arch/arm/boot/dts/vfxxx.dtsi | 8 +-
arch/arm/configs/at91_dt_defconfig | 1 -
arch/arm/configs/sama5_defconfig | 1 -
arch/arm/mach-dove/include/mach/entry-macro.S | 4 +-
arch/arm/mach-imx/gpc.c | 1 +
arch/arm/mach-omap2/omap-smp.c | 6 +-
arch/arm/mach-omap2/omap_hwmod.c | 66 +++++++------
arch/arm/mach-omap2/omap_hwmod.h | 3 +
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 56 +++++++++++
arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 3 +
arch/arm/mach-omap2/pdata-quirks.c | 29 ------
arch/arm/mach-omap2/pm34xx.c | 4 +-
arch/arm/mach-orion5x/include/mach/entry-macro.S | 2 +-
arch/arm/mach-pxa/palm27x.c | 2 +-
arch/arm/mach-pxa/palmtc.c | 2 +-
arch/arm/mach-shmobile/setup-r8a7793.c | 2 +-
arch/arm/mach-zx/Kconfig | 2 +-
drivers/bus/omap-ocp2scp.c | 2 +-
drivers/soc/mediatek/Kconfig | 1 +
drivers/soc/ti/knav_qmss_queue.c | 8 +-
include/linux/scpi_protocol.h | 2 +-
50 files changed, 280 insertions(+), 254 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* ARM: SoC fixes for 4.4-rc
@ 2016-01-08 23:07 Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2016-01-08 23:07 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
one last minute pull request here, only a few but all highly anticipated fixes
so I hope we can still make it into the final release.
The following changes since commit 80373d37bee562060ce4d3e5272b708e8db5d1fc:
ARM: tegra: Fix suspend hang on Tegra124 Chromebooks (2015-12-22 15:41:37 -0800)
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 841bcd2e5014f83ed99e88bd550645d8848ce19a:
Merge tag 'omap-for-v4.4/onenand-corruption' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2016-01-08 17:46:45 +0100)
----------------------------------------------------------------
ARM: SoC fixes for 4.4-rc
This is the final small set of ARM SoC bug fixes for linux-4.4,
almost all regressions:
OMAP: data corruption on the Nokia N900 flash
Allwinner: Two defconfig change to get USB working again
ARM Versatile: Interrupt numbers gone bad after an older bug fix
Nomadik: Crashes from incorrect L2 cache settings
VIA vt8500: SD/MMC support on WM8650 never worked
----------------------------------------------------------------
Arnd Bergmann (1):
Merge tag 'omap-for-v4.4/onenand-corruption' of git://git.kernel.org/.../tmlind/linux-omap into fixes
Linus Walleij (2):
ARM: nomadik: set latencies to 8 cycles
ARM: versatile: fix MMC/SD interrupt assignment
Roman Volkov (1):
dts: vt8500: Add SDHC node to DTS file for WM8650
Timo Sigurdsson (2):
ARM: Fix broken USB support in sunxi_defconfig
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
Tony Lindgren (1):
ARM: OMAP2+: Fix onenand rate detection to avoid filesystem corruption
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 6 +++---
arch/arm/boot/dts/versatile-ab.dts | 10 +++++++---
arch/arm/boot/dts/versatile-pb.dts | 20 +++++++++++++++++++-
arch/arm/boot/dts/wm8650.dtsi | 9 +++++++++
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/configs/sunxi_defconfig | 1 +
arch/arm/mach-omap2/gpmc-onenand.c | 14 +++++++++-----
7 files changed, 49 insertions(+), 12 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-08 23:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 21:56 ARM: SoC fixes for 4.4-rc Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2016-01-08 23:07 Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox