Revision b326272010b6656210193d7ab93fa184087e8ee1 authored by Linus Torvalds on 25 August 2018, 21:12:36 UTC, committed by Linus Torvalds on 25 August 2018, 21:12:36 UTC
Pull ARM SoC late updates from Olof Johansson:
 "A couple of late-merged changes that would be useful to get in this
  merge window:

   - Driver support for reset of audio complex on Meson platforms. The
     audio driver went in this merge window, and these changes have been
     in -next for a while (just not in our tree).

   - Power management fixes for IOMMU on Rockchip platforms, getting
     closer to kexec working on them, including Chromebooks.

   - Another pass updating "arm,psci" -> "psci" for some properties that
     have snuck in since last time it was done"

* tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  iommu/rockchip: Move irq request past pm_runtime_enable
  iommu/rockchip: Handle errors returned from PM framework
  arm64: rockchip: Force CONFIG_PM on Rockchip systems
  ARM: rockchip: Force CONFIG_PM on Rockchip systems
  arm64: dts: Fix various entry-method properties to reflect documentation
  reset: imx7: Fix always writing bits as 0
  reset: meson: add meson audio arb driver
  reset: meson: add dt-bindings for meson-axg audio arb
2 parent s 1bc2767 + 1aa55ca
History
File Mode Size
Kconfig -rw-r--r-- 614 bytes
Makefile -rw-r--r-- 201 bytes
af_smc.c -rw-r--r-- 49.9 KB
smc.h -rw-r--r-- 7.5 KB
smc_cdc.c -rw-r--r-- 11.6 KB
smc_cdc.h -rw-r--r-- 6.8 KB
smc_clc.c -rw-r--r-- 18.0 KB
smc_clc.h -rw-r--r-- 6.6 KB
smc_close.c -rw-r--r-- 11.8 KB
smc_close.h -rw-r--r-- 610 bytes
smc_core.c -rw-r--r-- 26.9 KB
smc_core.h -rw-r--r-- 9.3 KB
smc_diag.c -rw-r--r-- 7.4 KB
smc_ib.c -rw-r--r-- 15.4 KB
smc_ib.h -rw-r--r-- 2.9 KB
smc_ism.c -rw-r--r-- 8.5 KB
smc_ism.h -rw-r--r-- 1.5 KB
smc_llc.c -rw-r--r-- 19.2 KB
smc_llc.h -rw-r--r-- 1.5 KB
smc_pnet.c -rw-r--r-- 15.7 KB
smc_pnet.h -rw-r--r-- 935 bytes
smc_rx.c -rw-r--r-- 11.5 KB
smc_rx.h -rw-r--r-- 715 bytes
smc_tx.c -rw-r--r-- 18.4 KB
smc_tx.h -rw-r--r-- 1.1 KB
smc_wr.c -rw-r--r-- 16.9 KB
smc_wr.h -rw-r--r-- 3.1 KB

back to top