This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7b58b82b86c8 Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.k [...] new 114fa138e41d dt-bindings: leds: common: fix unit address in max77693 example new 2f1b6bb66900 dt-bindings: vendor-prefixes: Add ocs prefix new 77d62fccebd4 leds: sgm3140: Add ocs,ocp8110 compatible new cf642faef74f leds: lm3692x: Return 0 from remove callback new a8f59497a430 leds: simatic-ipc-leds: Make simatic_ipc_led_mem_res static new 8b43ef06ff89 leds: simatic-ipc-leds: Don't directly deref ioremap_resou [...] new ca386253ff6f leds: pca955x: Make the gpiochip always expose all pins new e26557a0aa68 leds: pca955x: Allow zero LEDs to be specified new dfb0a0b715fd Merge tag 'leds-5.18-rc1' of git://git.kernel.org/pub/scm/ [...] new 60de2d2dc284 mailbox: tegra-hsp: Flush whole channel new bcc8d70f912d dt-bindings: mailbox: Add compatible for the MSM8976 new 5c0fab31cadd mailbox: qcom-apcs-ipc: Add compatible for MSM8976 SoC new afa092e1e882 dt-bindings: mailbox: mtk,adsp-mbox: add mtk adsp-mbox document new af2dfa96c52d mailbox: mediatek: add support for adsp mailbox controller new 892cb524ae8a mailbox: imx: fix wakeup failure from freeze mode new 8219efd08a0a mailbox: imx: fix crash in resume on i.mx8ulp new 81a9d3b9301c mailbox: imx: enlarge timeout while reading/writing messag [...] new 960dcc1574c7 dt-bindings: mailbox: imx-mu: add i.MX8 SECO MU support new 315d2e562418 mailbox: imx: introduce rxdb callback new 11dac1d3fa42 mailbox: imx: add i.MX8 SECO MU support new 6149a543adc7 dt-bindings: mailbox: imx-mu: add i.MX93 MU new 241aba6c1ebd dt-bindings: mailbox: imx-mu: add i.MX93 S4 MU support new cfd162f604bf mailbox: imx: extend irq to an array new a5cb407a7af4 mailbox: imx: support dual interrupts new 0184cc2026a0 mailbox: imx: support i.MX93 S401 MU new cb62b8f73463 mailbox: ti-msgmgr: Refactor message read during interrupt [...] new df227dc8a68d mailbox: ti-msgmgr: Operate mailbox in polled mode during [...] new 1b0d0f7c12d5 dt-bindings: mailbox: add definition for mt8186 new 50d602d81f35 Merge tag 'mailbox-v5.18' of git://git.linaro.org/landing- [...]
The 29 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: Documentation/devicetree/bindings/leds/common.yaml | 9 +- .../devicetree/bindings/mailbox/fsl,mu.yaml | 35 ++- .../devicetree/bindings/mailbox/mtk,adsp-mbox.yaml | 50 ++++ .../devicetree/bindings/mailbox/mtk-gce.txt | 8 +- .../bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + drivers/leds/flash/leds-sgm3140.c | 1 + drivers/leds/leds-lm3692x.c | 5 +- drivers/leds/leds-pca955x.c | 67 ++--- drivers/leds/simple/simatic-ipc-leds.c | 34 ++- drivers/mailbox/Kconfig | 9 + drivers/mailbox/Makefile | 2 + drivers/mailbox/imx-mailbox.c | 308 +++++++++++++++++++-- drivers/mailbox/mtk-adsp-mailbox.c | 176 ++++++++++++ drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 + drivers/mailbox/tegra-hsp.c | 5 + drivers/mailbox/ti-msgmgr.c | 181 +++++++++--- include/linux/soc/ti/ti-msgmgr.h | 8 +- 18 files changed, 780 insertions(+), 122 deletions(-) create mode 100644 Documentation/devicetree/bindings/mailbox/mtk,adsp-mbox.yaml create mode 100644 drivers/mailbox/mtk-adsp-mailbox.c