This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0227b49b5027 Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git. [...] new 472f8a3fccbb mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend() new fd3a4decb4f8 mailbox: Use dev_fwnode() new dfa477b6e674 dt-bindings: mailbox: Add support for bcm74110 new 52436007b862 mailbox: Add support for bcm74110 new 9bdaf9a96d04 dt-bindings: mailbox: qcom-ipcc: document the Milos Inter- [...] new b8fa5e827f20 dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing [...] new f869e8f7da4d dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems new 5682a215daae dt-bindings: mailbox: Correct example indentation new cc0dce769bce dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name new b92f05bc61e2 dt-bindings: mailbox: Drop consumers example DTS new 7d33dd2d0e68 dt-bindings: mailbox: Add ASPEED AST2700 series SoC new ae524eb76646 mailbox: aspeed: add mailbox driver for AST27XX series SoC new 7fbb5a5672cc mailbox: bcm74110: remove unneeded semicolon new 75f1fbc9fd40 mailbox: bcm74110: Fix spelling mistake new 5378bdf6a611 mailbox/pcc: support mailbox management of the shared buffer new b20b8538b310 Merge tag 'mailbox-v6.17' of git://git.kernel.org/pub/scm/ [...] new d5c647b08ee0 PCI: vmd: Fix wrong kfree() in vmd_msi_free() new 25046d5b005b Merge tag 'pci-v6.17-fixes-1' of git://git.kernel.org/pub/ [...] new 1da33858af62 regmap: irq: Free the regmap-irq mutex new 76b6e14aa7b0 regmap: irq: Avoid lockdep warnings with nested regmap-irq chips new 21a1f1982738 Merge tag 'regmap-fix-v6.17-merge-window' of git://git.ker [...] new 10dfd36f0784 regulator: core: correct convergence check in regulator_se [...] new c5bf33d778e8 Merge tag 'regulator-fix-v6.17-merge-window' of git://git. [...] new 926406a85ad8 MAINTAINERS: Add entries for the RZ/V2H(P) RSPI new ffcfd071eec7 spi: cs42l43: Property entry should be a null-terminated array new 71a076033b26 Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel [...]
The 26 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: .../mailbox/allwinner,sun6i-a31-msgbox.yaml | 14 +- .../bindings/mailbox/amlogic,meson-gxbb-mhu.yaml | 10 +- .../devicetree/bindings/mailbox/apple,mailbox.yaml | 16 +- .../bindings/mailbox/aspeed,ast2700-mailbox.yaml | 68 +++ .../bindings/mailbox/brcm,bcm74110-mbox.yaml | 64 ++ .../bindings/mailbox/nvidia,tegra186-hsp.yaml | 9 +- .../bindings/mailbox/qcom,apcs-kpss-global.yaml | 9 +- .../devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 + .../bindings/mailbox/ti,omap-mailbox.yaml | 10 +- .../bindings/mailbox/ti,secure-proxy.yaml | 18 +- MAINTAINERS | 8 + drivers/base/regmap/regmap-irq.c | 30 +- drivers/mailbox/Kconfig | 19 + drivers/mailbox/Makefile | 4 + drivers/mailbox/ast2700-mailbox.c | 235 ++++++++ drivers/mailbox/bcm74110-mailbox.c | 656 +++++++++++++++++++++ drivers/mailbox/mtk-cmdq-mailbox.c | 10 +- drivers/mailbox/pcc.c | 102 +++- drivers/mailbox/qcom-ipcc.c | 3 +- drivers/pci/controller/vmd.c | 4 +- drivers/regulator/core.c | 2 +- drivers/spi/spi-cs42l43.c | 2 +- include/acpi/pcc.h | 29 + 23 files changed, 1248 insertions(+), 75 deletions(-) create mode 100644 Documentation/devicetree/bindings/mailbox/aspeed,ast2700-mailbox.yaml create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm74110-mbox.yaml create mode 100644 drivers/mailbox/ast2700-mailbox.c create mode 100644 drivers/mailbox/bcm74110-mailbox.c