On 2/22/20 10:08 PM, Samuel Holland wrote: > Samuel Holland (6): > dt-bindings: mailbox: Add a binding for the sun6i msgbox > mailbox: sun6i-msgbox: Add a new mailbox driver
These two patches have been applied for 5.7[1], so the DTS changes should be ready to apply as well. [1]: https://lore.kernel.org/lkml/cabb+yy0-q+5+pqp-rbhcypw-lmt+h80+ou26xl34ftrxho+...@mail.gmail.com/ Cheers, Samuel > ARM: dts: sunxi: a83t: Add msgbox node > ARM: dts: sunxi: h3/h5: Add msgbox node > arm64: dts: allwinner: a64: Add msgbox node > arm64: dts: allwinner: h6: Add msgbox node > > .../mailbox/allwinner,sun6i-a31-msgbox.yaml | 80 +++++ > arch/arm/boot/dts/sun8i-a83t.dtsi | 10 + > arch/arm/boot/dts/sunxi-h3-h5.dtsi | 10 + > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 10 + > arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 10 + > drivers/mailbox/Kconfig | 9 + > drivers/mailbox/Makefile | 2 + > drivers/mailbox/sun6i-msgbox.c | 326 ++++++++++++++++++ > 8 files changed, 457 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml > create mode 100644 drivers/mailbox/sun6i-msgbox.c > -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/linux-sunxi/59dc1ee9-a369-7cf9-df6a-4b5b99e24324%40sholland.org.
