Merge tag 'mailbox-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox
Pull mailbox updates from Jassi Brar: "Common: - switch back from remove_new() to remove() callback imx: - fix format specifier zynqmp: - setup IPI for each child node thead: - Add th1520 driver and bindings qcom: - add SM8750 and SAR2130p compatibles - fix expected clocks for callbacks - use IRQF_NO_SUSPEND for cpucp mtk-cmdq: - switch to __pm_runtime_put_autosuspend() - fix alloc size of clocks mpfs: - fix reg properties ti-msgmgr: - don't use of_match_ptr helper - enable COMPILE_TEST build pcc: - consider the PCC_ACK_FLAG arm_mhuv2: - fix non-fatal improper reuse of variable" * tag 'mailbox-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox: mailbox: pcc: Check before sending MCTP PCC response ACK mailbox: Switch back to struct platform_driver::remove() mailbox: imx: Modify the incorrect format specifier mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb() mailbox: zynqmp: setup IPI for each valid child node dt-bindings: mailbox: Add thead,th1520-mailbox bindings mailbox: Introduce support for T-head TH1520 Mailbox driver mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks() dt-bindings: mailbox: qcom-ipcc: Add SM8750 dt-bindings: mailbox: qcom,apcs-kpss-global: correct expected clocks for fallbacks dt-bindings: mailbox: qcom-ipcc: Add SAR2130P compatible mailbox: ti-msgmgr: Allow building under COMPILE_TEST mailbox: ti-msgmgr: Remove use of of_match_ptr() helper mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend() mailbox: mpfs: support new, syscon based, devicetree configuration dt-bindings: mailbox: mpfs: fix reg properties
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml 8 additions, 5 deletions...n/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml
- Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml 7 additions, 6 deletions...on/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
- Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
- Documentation/devicetree/bindings/mailbox/thead,th1520-mbox.yaml 89 additions, 0 deletions...tation/devicetree/bindings/mailbox/thead,th1520-mbox.yaml
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- drivers/mailbox/Kconfig 12 additions, 1 deletiondrivers/mailbox/Kconfig
- drivers/mailbox/Makefile 2 additions, 0 deletionsdrivers/mailbox/Makefile
- drivers/mailbox/arm_mhuv2.c 4 additions, 4 deletionsdrivers/mailbox/arm_mhuv2.c
- drivers/mailbox/bcm-flexrm-mailbox.c 1 addition, 1 deletiondrivers/mailbox/bcm-flexrm-mailbox.c
- drivers/mailbox/bcm-pdc-mailbox.c 1 addition, 1 deletiondrivers/mailbox/bcm-pdc-mailbox.c
- drivers/mailbox/imx-mailbox.c 3 additions, 3 deletionsdrivers/mailbox/imx-mailbox.c
- drivers/mailbox/mailbox-mpfs.c 67 additions, 14 deletionsdrivers/mailbox/mailbox-mpfs.c
- drivers/mailbox/mailbox-test.c 2 additions, 2 deletionsdrivers/mailbox/mailbox-test.c
- drivers/mailbox/mailbox-th1520.c 597 additions, 0 deletionsdrivers/mailbox/mailbox-th1520.c
- drivers/mailbox/mtk-cmdq-mailbox.c 7 additions, 7 deletionsdrivers/mailbox/mtk-cmdq-mailbox.c
- drivers/mailbox/pcc.c 53 additions, 8 deletionsdrivers/mailbox/pcc.c
- drivers/mailbox/qcom-apcs-ipc-mailbox.c 1 addition, 1 deletiondrivers/mailbox/qcom-apcs-ipc-mailbox.c
- drivers/mailbox/qcom-ipcc.c 1 addition, 1 deletiondrivers/mailbox/qcom-ipcc.c
- drivers/mailbox/stm32-ipcc.c 1 addition, 1 deletiondrivers/mailbox/stm32-ipcc.c
- drivers/mailbox/sun6i-msgbox.c 2 additions, 2 deletionsdrivers/mailbox/sun6i-msgbox.c
Loading
Please register or sign in to comment