summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* mailbox: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-02-021-0/+1
* mailbox: pcc: fix channel calculation in get_pcc_channel()Alexey Klimov2016-02-021-7/+1
* mailbox: constify mbox_chan_ops structureJulia Lawall2015-11-301-1/+1
* mailbox: mailbox-test: avoid reading iomem twiceJassi Brar2015-11-041-3/+2
* mailbox: Off by one in mbox_test_message_read()Dan Carpenter2015-10-271-1/+1
* mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU IdleDave Gerlach2015-10-231-4/+45
* mailbox: mailbox-test: Correctly repair Sparse warningsLee Jones2015-10-231-5/+6
* mailbox: Fix a couple of trivial static checker issuesLee Jones2015-10-172-6/+6
* mailbox: Add generic mechanism for testing Mailbox ControllersLee Jones2015-10-173-0/+370
* mailbox: Add support for ST's Mailbox IPLee Jones2015-10-173-0/+522
* PCC: fix dereference of ERR_PTRSudip Mukherjee2015-10-161-1/+1
* Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2015-09-053-14/+16
|\
| * mailbox: arm_mhu: reduce txpoll_period from 10ms to 1 msSudeep Holla2015-08-101-1/+1
| * mailbox: switch to hrtimer for tx_complete pollingSudeep Holla2015-08-101-12/+15
| * mailbox: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-08-051-1/+0
* | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-012-1/+8
|\ \
| * | PCC: Disable compilation by defaultAshwin Chaugule2015-08-261-0/+1
| * | PCC: Initialize PCC Mailbox earlier at bootAshwin Chaugule2015-08-251-1/+7
| |/
* | treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
|/
* Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-021-1/+1
|\
| * arm: use subsys_initcall in non-modular pl320 IPC codePaul Gortmaker2015-06-161-1/+1
* | mailbox/bcm2835: Fix mailbox full detection.Eric Anholt2015-06-131-1/+2
* | mailbox: Add ability for clients to request channels by nameLee Jones2015-06-111-0/+29
* | mailbox: Enable BCM2835 mailbox supportLubomir Rintel2015-06-113-0/+227
* | mailbox: Fix up error handling in mbox_request_channel()Benson Leung2015-05-122-6/+11
* | mailbox: Make mbox_chan_ops constAndrew Bresticker2015-05-124-4/+4
* | mailbox: altera: Add dependency on HAS_IOMEMRichard Weinberger2015-05-121-0/+1
|/
* mailbox: arm_mhu: add driver for ARM MHU controllerJassi Brar2015-03-173-0/+206
* Mailbox: Restructure and simplify PCC mailbox codeAshwin Chaugule2015-03-041-85/+37
* Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds2015-02-115-3/+399
|\
| * mailbox: Add Altera mailbox driverLey Foon Tan2015-02-063-0/+396
| * mailbox: check for bit set before pollingJassi Brar2015-02-061-1/+1
| * Mailbox: Fix return value check in pcc_init()Wei Yongjun2015-02-061-2/+2
* | ACPI / PCC: Use pr_debug() for debug messages in pcc_init()Rafael J. Wysocki2015-02-051-2/+2
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
| | * mailbox: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | Mailbox: Add support for Platform Communication ChannelAshwin Chaugule2014-11-275-3/+432
* | | mailbox/omap: adapt to the new mailbox frameworkSuman Anna2014-11-271-148/+198
* | | mailbox: add tx_prepare client callbackSudeep Holla2014-11-271-0/+2
* | | mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker2014-11-271-5/+8
|/ /
* | Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...Linus Torvalds2014-10-213-1/+470
|\ \ | |/ |/|
| * mailbox: Introduce framework for mailboxJassi Brar2014-10-082-0/+469
| * mailbox: rename pl320-ipc specific mailbox.hSuman Anna2014-10-081-1/+1
* | mailbox/omap: add support for parsing dt devicesSuman Anna2014-09-111-24/+132
|/
* mailbox/omap: add a parent structure for every IP instanceSuman Anna2014-07-291-58/+115
* mailbox/omap: remove the private mailbox structureSuman Anna2014-07-291-63/+63
* mailbox/omap: consolidate OMAP mailbox driverSuman Anna2014-07-295-455/+283
* mailbox/omap: simplify the fifo assignment by using macrosSuman Anna2014-07-291-13/+16
* mailbox/omap: remove omap_mbox_type_t from mailbox opsSuman Anna2014-07-293-26/+2
OpenPOWER on IntegriCloud