mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 09:40:27 +02:00
These are updates for drivers that are tied to a particular SoC,
including the correspondig device tree bindings:
- A couple of reset controller changes for unisoc, uniphier, renesas
and zte platforms
- memory controller driver fixes for omap and tegra
- Rockchip io domain driver updates
- Lots of updates for qualcomm platforms, mostly touching their
firmware and power management drivers
- Tegra FUSE and firmware driver updateѕ
- Support for virtio transports in the SCMI firmware framework
- cleanup of ixp4xx drivers, towards enabling multiplatform
support and bringing it up to date with modern platforms
- Minor updates for keystone, mediatek, omap, renesas.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBhLz215t5GS2LDRf4RAjlHAJ473D0PymaTzv68EuPHThG+DEPifQCdGjLq
QGBB6JidIP8rtEdC+LWBB8I=
=M5+N
-----END PGP SIGNATURE-----
Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC driver updates from Arnd Bergmann:
"These are updates for drivers that are tied to a particular SoC,
including the correspondig device tree bindings:
- A couple of reset controller changes for unisoc, uniphier, renesas
and zte platforms
- memory controller driver fixes for omap and tegra
- Rockchip io domain driver updates
- Lots of updates for qualcomm platforms, mostly touching their
firmware and power management drivers
- Tegra FUSE and firmware driver updateѕ
- Support for virtio transports in the SCMI firmware framework
- cleanup of ixp4xx drivers, towards enabling multiplatform support
and bringing it up to date with modern platforms
- Minor updates for keystone, mediatek, omap, renesas"
* tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (96 commits)
reset: simple: remove ZTE details in Kconfig help
soc: rockchip: io-domain: Remove unneeded semicolon
soc: rockchip: io-domain: add rk3568 support
dt-bindings: power: add rk3568-pmu-io-domain support
bus: ixp4xx: return on error in ixp4xx_exp_probe()
soc: renesas: Prefer memcpy() over strcpy()
firmware: tegra: Stop using seq_get_buf()
soc/tegra: fuse: Enable fuse clock on suspend for Tegra124
soc/tegra: fuse: Add runtime PM support
soc/tegra: fuse: Clear fuse->clk on driver probe failure
soc/tegra: pmc: Prevent racing with cpuilde driver
soc/tegra: bpmp: Remove unused including <linux/version.h>
dt-bindings: soc: ti: pruss: Add dma-coherent property
soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex
soc: ti: pruss: Enable support for ICSSG subsystems on K3 AM64x SoCs
dt-bindings: soc: ti: pruss: Update bindings for K3 AM64x SoCs
firmware: arm_scmi: Use WARN_ON() to check configured transports
firmware: arm_scmi: Fix boolconv.cocci warnings
soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing
soc: mediatek: mmsys: add MT8365 support
...
|
||
|---|---|---|
| .. | ||
| hisilicon | ||
| sti | ||
| tegra | ||
| core.c | ||
| Kconfig | ||
| Makefile | ||
| reset-a10sr.c | ||
| reset-ath79.c | ||
| reset-axs10x.c | ||
| reset-bcm6345.c | ||
| reset-berlin.c | ||
| reset-brcmstb-rescal.c | ||
| reset-brcmstb.c | ||
| reset-hsdk.c | ||
| reset-imx7.c | ||
| reset-intel-gw.c | ||
| reset-k210.c | ||
| reset-lantiq.c | ||
| reset-lpc18xx.c | ||
| reset-meson-audio-arb.c | ||
| reset-meson.c | ||
| reset-microchip-sparx5.c | ||
| reset-npcm.c | ||
| reset-oxnas.c | ||
| reset-pistachio.c | ||
| reset-qcom-aoss.c | ||
| reset-qcom-pdc.c | ||
| reset-raspberrypi.c | ||
| reset-rzg2l-usbphy-ctrl.c | ||
| reset-scmi.c | ||
| reset-simple.c | ||
| reset-socfpga.c | ||
| reset-sunxi.c | ||
| reset-ti-sci.c | ||
| reset-ti-syscon.c | ||
| reset-uniphier-glue.c | ||
| reset-uniphier.c | ||
| reset-zynq.c | ||
| reset-zynqmp.c | ||