aboutsummaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)Author
2015-11-04mailbox: mailbox-test: avoid reading iomem twiceJassi Brar
2015-10-27mailbox: Off by one in mbox_test_message_read()Dan Carpenter
2015-10-23mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU IdleDave Gerlach
2015-10-23mailbox: mailbox-test: Correctly repair Sparse warningsLee Jones
2015-10-17mailbox: Fix a couple of trivial static checker issuesLee Jones
2015-10-17mailbox: Add generic mechanism for testing Mailbox ControllersLee Jones
2015-10-17mailbox: Add support for ST's Mailbox IPLee Jones
2015-10-16PCC: fix dereference of ERR_PTRSudip Mukherjee
2015-09-05Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-08-26PCC: Disable compilation by defaultAshwin Chaugule
2015-08-25PCC: Initialize PCC Mailbox earlier at bootAshwin Chaugule
2015-08-10mailbox: arm_mhu: reduce txpoll_period from 10ms to 1 msSudeep Holla
2015-08-10mailbox: switch to hrtimer for tx_complete pollingSudeep Holla
2015-08-07treewide: Fix typo in printkMasanari Iida
2015-08-05mailbox: Drop owner assignment from platform_driverKrzysztof Kozlowski
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds
2015-06-16arm: use subsys_initcall in non-modular pl320 IPC codePaul Gortmaker
2015-06-13mailbox/bcm2835: Fix mailbox full detection.Eric Anholt
2015-06-11mailbox: Add ability for clients to request channels by nameLee Jones
2015-06-11mailbox: Enable BCM2835 mailbox supportLubomir Rintel
2015-05-12mailbox: Fix up error handling in mbox_request_channel()Benson Leung
2015-05-12mailbox: Make mbox_chan_ops constAndrew Bresticker
2015-05-12mailbox: altera: Add dependency on HAS_IOMEMRichard Weinberger
2015-03-17mailbox: arm_mhu: add driver for ARM MHU controllerJassi Brar
2015-03-04Mailbox: Restructure and simplify PCC mailbox codeAshwin Chaugule
2015-02-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds
2015-02-06mailbox: Add Altera mailbox driverLey Foon Tan
2015-02-06mailbox: check for bit set before pollingJassi Brar
2015-02-06Mailbox: Fix return value check in pcc_init()Wei Yongjun
2015-02-05ACPI / PCC: Use pr_debug() for debug messages in pcc_init()Rafael J. Wysocki
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-27Mailbox: Add support for Platform Communication ChannelAshwin Chaugule
2014-11-27mailbox/omap: adapt to the new mailbox frameworkSuman Anna
2014-11-27mailbox: add tx_prepare client callbackSudeep Holla
2014-11-27mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-21Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...Linus Torvalds
2014-10-20mailbox: drop owner assignment from platform_driversWolfram Sang
2014-10-08mailbox: Introduce framework for mailboxJassi Brar
2014-10-08mailbox: rename pl320-ipc specific mailbox.hSuman Anna
2014-09-11mailbox/omap: add support for parsing dt devicesSuman Anna
2014-07-29mailbox/omap: add a parent structure for every IP instanceSuman Anna
2014-07-29mailbox/omap: remove the private mailbox structureSuman Anna
2014-07-29mailbox/omap: consolidate OMAP mailbox driverSuman Anna
2014-07-29mailbox/omap: simplify the fifo assignment by using macrosSuman Anna
2014-07-29mailbox/omap: remove omap_mbox_type_t from mailbox opsSuman Anna
2014-07-29mailbox/omap: remove OMAP1 mailbox driverSuman Anna
2014-07-29mailbox/omap: use devm_* interfacesSuman Anna
2014-01-23drivers/mailbox/omap: make mbox->irq signed for error handlingDan Carpenter