This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3a1d5384b7de Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new b270ea40b3c6 dt-bindings: soc: qcom: Add remote-pid binding for GLINK SMEM new 54119bc1110d rpmsg: core: Make remove handler for rpmsg driver optional. new 7636b7589f81 Merge tag 'rpmsg-v5.3' of git://github.com/andersson/remoteproc new 7ef5f7dd2a07 dt-bindings: remoteproc: Rename and amend Hexagon v56 binding new 0c6de4c299cc remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSP new 51b073a0a7e6 remoteproc,rpmsg: add missing MAINTAINERS file entries new 0aa25820aa2f remoteproc: imx: Broaden the Kconfig selection logic new 16a3c637f074 remoteproc: imx: Fix typo in "failed" new b1a17513a2d6 remoteproc: add vendor resources handling new 77e5a44879c9 remoteproc: Use struct_size() helper new f83c0510de8e dt-bindings: stm32: add bindings for ML-AHB interconnect new 6f576b439017 dt-bindings: remoteproc: add bindings for stm32 remote pro [...] new 13140de09cc2 remoteproc: stm32: add an ST stm32_rproc driver new 498b98e93900 soc: qcom: mdt_loader: Support loading non-split images new f04b91383456 remoteproc: qcom: q6v5-mss: Support loading non-split images new 72f64cabc4bd remoteproc: copy parent dma_pfn_offset for vdev new f1d72c55d94e remoteproc: qcom: q6v5-mss: Fix build error without QCOM_M [...] new 93f1d3e4b59c remoteproc: stm32: fix building without ARM SMCC new fdcec00405fa Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc new 7f40c260df86 dt-bindings: hwlock: Update OMAP binding for TI K3 SoCs new 6fa154e282f9 hwspinlock/omap: Add support for TI K3 SoCs new d4d98bba3ea5 hwspinlock/omap: Add a trace during probe new fbd7330c9fd8 hwspinlock: ignore disabled device new 5cd69f13deef hwspinlock: stm32: implement the relax() ops new bce6f5221374 hwspinlock: document the hwspinlock 'raw' API new 360aa640a59f hwspinlock: add the 'in_atomic' API new 57ab5f740202 Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteproc
The 27 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/arm/stm32/mlahb.txt | 37 ++ .../devicetree/bindings/hwlock/omap-hwspinlock.txt | 25 +- .../{qcom,adsp-pil.txt => qcom,hexagon-v56.txt} | 35 +- .../devicetree/bindings/remoteproc/stm32-rproc.txt | 63 +++ .../devicetree/bindings/soc/qcom/qcom,glink.txt | 5 + Documentation/hwspinlock.txt | 81 +++ Documentation/remoteproc.txt | 14 +- MAINTAINERS | 5 + drivers/hwspinlock/Kconfig | 2 +- drivers/hwspinlock/hwspinlock_core.c | 48 +- drivers/hwspinlock/omap_hwspinlock.c | 4 + drivers/hwspinlock/stm32_hwspinlock.c | 7 + drivers/remoteproc/Kconfig | 18 +- drivers/remoteproc/Makefile | 1 + drivers/remoteproc/imx_rproc.c | 8 +- drivers/remoteproc/qcom_q6v5_adsp.c | 73 ++- drivers/remoteproc/qcom_q6v5_mss.c | 33 +- drivers/remoteproc/remoteproc_core.c | 15 + drivers/remoteproc/remoteproc_elf_loader.c | 3 +- drivers/remoteproc/remoteproc_internal.h | 11 + drivers/remoteproc/stm32_rproc.c | 628 +++++++++++++++++++++ drivers/rpmsg/rpmsg_core.c | 3 +- drivers/soc/qcom/mdt_loader.c | 88 ++- include/linux/hwspinlock.h | 61 +- include/linux/remoteproc.h | 32 +- include/linux/soc/qcom/mdt_loader.h | 2 + 26 files changed, 1222 insertions(+), 80 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/stm32/mlahb.txt rename Documentation/devicetree/bindings/remoteproc/{qcom,adsp-pil.txt => qcom,hex [...] create mode 100644 Documentation/devicetree/bindings/remoteproc/stm32-rproc.txt create mode 100644 drivers/remoteproc/stm32_rproc.c