Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull mailbox updates from Jassi Brar: - a TI specific quirk to get CPU control working via remote master. - a new mailbox driver for an ST platform. - a generic test driver to aid new driver development. And a couple of fixes to make that really clean. * 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration: mailbox: mailbox-test: avoid reading iomem twice mailbox: Off by one in mbox_test_message_read() mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle mailbox: mailbox-test: Correctly repair Sparse warnings mailbox: Fix a couple of trivial static checker issues mailbox: Add generic mechanism for testing Mailbox Controllers mailbox: Add support for ST's Mailbox IP mailbox: dt: Supply bindings for ST's Mailbox IP PCC: fix dereference of ERR_PTR
Showing
- Documentation/devicetree/bindings/mailbox/omap-mailbox.txt 8 additions, 0 deletionsDocumentation/devicetree/bindings/mailbox/omap-mailbox.txt
- Documentation/devicetree/bindings/mailbox/sti-mailbox.txt 51 additions, 0 deletionsDocumentation/devicetree/bindings/mailbox/sti-mailbox.txt
- drivers/mailbox/Kconfig 14 additions, 0 deletionsdrivers/mailbox/Kconfig
- drivers/mailbox/Makefile 4 additions, 0 deletionsdrivers/mailbox/Makefile
- drivers/mailbox/mailbox-sti.c 513 additions, 0 deletionsdrivers/mailbox/mailbox-sti.c
- drivers/mailbox/mailbox-test.c 361 additions, 0 deletionsdrivers/mailbox/mailbox-test.c
- drivers/mailbox/omap-mailbox.c 45 additions, 4 deletionsdrivers/mailbox/omap-mailbox.c
- drivers/mailbox/pcc.c 1 addition, 1 deletiondrivers/mailbox/pcc.c
Loading
Please register or sign in to comment