-
- Downloads
Merge tag 'mailbox-v4.19' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull mailbox updates from Jassi Brar: - xgene: potential null pointer fix - omap: switch to spdx license and use of_device_get_match_data() to match data - ti-msgmgr: cleanup and optimisation. New TI specific feature - secure proxy thread. - mediatek: add driver for CMDQ controller. - nxp: add driver for MU controller * tag 'mailbox-v4.19' of git://git.linaro.org/landing-teams/working/fujitsu/integration: mailbox: Add support for i.MX messaging unit dt-bindings: mailbox: imx-mu: add generic MU channel support dt-bindings: arm: fsl: add mu binding doc mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.c mailbox: mediatek: Add Mediatek CMDQ driver dt-bindings: soc: Add documentation for the MediaTek GCE unit mailbox: ti-msgmgr: Add support for Secure Proxy dt-bindings: mailbox: Add support for secure proxy threads mailbox: ti-msgmgr: Move the memory region name to descriptor mailbox: ti-msgmgr: Change message count mask to be descriptor based mailbox: ti-msgmgr: Allocate Rx channel resources only on request mailbox: ti-msgmgr: Get rid of unused structure members mailbox/omap: use of_device_get_match_data() to get match data mailbox/omap: switch to SPDX license identifier mailbox: xgene-slimpro: Fix potential NULL pointer dereference
Showing
- Documentation/devicetree/bindings/mailbox/fsl,mu.txt 54 additions, 0 deletionsDocumentation/devicetree/bindings/mailbox/fsl,mu.txt
- Documentation/devicetree/bindings/mailbox/mtk-gce.txt 57 additions, 0 deletionsDocumentation/devicetree/bindings/mailbox/mtk-gce.txt
- Documentation/devicetree/bindings/mailbox/ti,secure-proxy.txt 50 additions, 0 deletions...mentation/devicetree/bindings/mailbox/ti,secure-proxy.txt
- drivers/mailbox/Kconfig 16 additions, 0 deletionsdrivers/mailbox/Kconfig
- drivers/mailbox/Makefile 4 additions, 0 deletionsdrivers/mailbox/Makefile
- drivers/mailbox/imx-mailbox.c 358 additions, 0 deletionsdrivers/mailbox/imx-mailbox.c
- drivers/mailbox/mailbox-xgene-slimpro.c 3 additions, 3 deletionsdrivers/mailbox/mailbox-xgene-slimpro.c
- drivers/mailbox/mtk-cmdq-mailbox.c 571 additions, 0 deletionsdrivers/mailbox/mtk-cmdq-mailbox.c
- drivers/mailbox/omap-mailbox.c 15 additions, 16 deletionsdrivers/mailbox/omap-mailbox.c
- drivers/mailbox/ti-msgmgr.c 286 additions, 67 deletionsdrivers/mailbox/ti-msgmgr.c
- include/dt-bindings/gce/mt8173-gce.h 44 additions, 0 deletionsinclude/dt-bindings/gce/mt8173-gce.h
- include/linux/mailbox/mtk-cmdq-mailbox.h 77 additions, 0 deletionsinclude/linux/mailbox/mtk-cmdq-mailbox.h
- include/linux/omap-mailbox.h 1 addition, 4 deletionsinclude/linux/omap-mailbox.h
Loading
Please register or sign in to comment