From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC late branch
Date: Sat, 25 Aug 2018 12:29:27 -0700 [thread overview]
Message-ID: <20180825192927.votock3x5zpwplzo@localhost> (raw)
Hi Linus,
The following changes since commit 29ed45fff05899f6f39d05fe1c32b1bc51f8926b:
Merge tag 'v4.18-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into next/drivers (2018-07-26 13:08:01 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-late
for you to fetch changes up to 1aa55ca9b14af6cfd987ce4fdaf548f7067a5d07:
iommu/rockchip: Move irq request past pm_runtime_enable (2018-08-24 08:50:32 -0700)
----------------------------------------------------------------
ARM: SoC: late updates
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.
----------------------------------------------------------------
Amit Kucheria (1):
arm64: dts: Fix various entry-method properties to reflect documentation
Jerome Brunet (2):
reset: meson: add dt-bindings for meson-axg audio arb
reset: meson: add meson audio arb driver
Leonard Crestez (1):
reset: imx7: Fix always writing bits as 0
Marc Zyngier (4):
ARM: rockchip: Force CONFIG_PM on Rockchip systems
arm64: rockchip: Force CONFIG_PM on Rockchip systems
iommu/rockchip: Handle errors returned from PM framework
iommu/rockchip: Move irq request past pm_runtime_enable
Olof Johansson (2):
Merge tag 'reset-for-4.19-2' of git://git.pengutronix.de/git/pza/linux into next/late
Merge tag 'reset-fixes-for-4.18' of git://git.pengutronix.de/git/pza/linux into next/late
.../devicetree/bindings/arm/cpu-capacity.txt | 2 +-
.../devicetree/bindings/arm/idle-states.txt | 4 +-
.../bindings/reset/amlogic,meson-axg-audio-arb.txt | 21 +++
arch/arm/mach-rockchip/Kconfig | 1 +
arch/arm64/Kconfig.platforms | 1 +
arch/arm64/boot/dts/arm/juno-r1.dts | 2 +-
arch/arm64/boot/dts/arm/juno-r2.dts | 2 +-
arch/arm64/boot/dts/arm/juno.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 2 +-
arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 2 +-
arch/arm64/boot/dts/sprd/sc9860.dtsi | 2 +-
arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
drivers/iommu/rockchip-iommu.c | 45 +++---
drivers/reset/Kconfig | 7 +
drivers/reset/Makefile | 1 +
drivers/reset/reset-imx7.c | 2 +-
drivers/reset/reset-meson-audio-arb.c | 168 +++++++++++++++++++++
.../reset/amlogic,meson-axg-audio-arb.h | 17 +++
20 files changed, 257 insertions(+), 30 deletions(-)
create mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson-axg-audio-arb.txt
create mode 100644 drivers/reset/reset-meson-audio-arb.c
create mode 100644 include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h
reply other threads:[~2018-08-25 19:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180825192927.votock3x5zpwplzo@localhost \
--to=olof@lixom.net \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).