aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-02mailbox: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+1
2016-02-02mailbox: pcc: fix channel calculation in get_pcc_channel()Alexey Klimov1-7/+1
2015-11-30mailbox: constify mbox_chan_ops structureJulia Lawall1-1/+1
2015-11-04mailbox: mailbox-test: avoid reading iomem twiceJassi Brar1-3/+2
2015-10-27mailbox: Off by one in mbox_test_message_read()Dan Carpenter1-1/+1
2015-10-23mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU IdleDave Gerlach1-4/+45
2015-10-23mailbox: mailbox-test: Correctly repair Sparse warningsLee Jones1-5/+6
2015-10-17mailbox: Fix a couple of trivial static checker issuesLee Jones2-6/+6
2015-10-17mailbox: Add generic mechanism for testing Mailbox ControllersLee Jones3-0/+370
2015-10-17mailbox: Add support for ST's Mailbox IPLee Jones3-0/+522
2015-10-16PCC: fix dereference of ERR_PTRSudip Mukherjee1-1/+1
2015-09-05Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds3-14/+16
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+8
2015-08-26PCC: Disable compilation by defaultAshwin Chaugule1-0/+1
2015-08-25PCC: Initialize PCC Mailbox earlier at bootAshwin Chaugule1-1/+7
2015-08-10mailbox: arm_mhu: reduce txpoll_period from 10ms to 1 msSudeep Holla1-1/+1
2015-08-10mailbox: switch to hrtimer for tx_complete pollingSudeep Holla1-12/+15
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-08-05mailbox: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2015-06-16arm: use subsys_initcall in non-modular pl320 IPC codePaul Gortmaker1-1/+1
2015-06-13mailbox/bcm2835: Fix mailbox full detection.Eric Anholt1-1/+2
2015-06-11mailbox: Add ability for clients to request channels by nameLee Jones1-0/+29
2015-06-11mailbox: Enable BCM2835 mailbox supportLubomir Rintel3-0/+227
2015-05-12mailbox: Fix up error handling in mbox_request_channel()Benson Leung2-6/+11
2015-05-12mailbox: Make mbox_chan_ops constAndrew Bresticker4-4/+4
2015-05-12mailbox: altera: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2015-03-17mailbox: arm_mhu: add driver for ARM MHU controllerJassi Brar3-0/+206
2015-03-04Mailbox: Restructure and simplify PCC mailbox codeAshwin Chaugule1-85/+37
2015-02-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds5-3/+399
2015-02-06mailbox: Add Altera mailbox driverLey Foon Tan3-0/+396
2015-02-06mailbox: check for bit set before pollingJassi Brar1-1/+1
2015-02-06Mailbox: Fix return value check in pcc_init()Wei Yongjun1-2/+2
2015-02-05ACPI / PCC: Use pr_debug() for debug messages in pcc_init()Rafael J. Wysocki1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-27Mailbox: Add support for Platform Communication ChannelAshwin Chaugule5-3/+432
2014-11-27mailbox/omap: adapt to the new mailbox frameworkSuman Anna1-148/+198
2014-11-27mailbox: add tx_prepare client callbackSudeep Holla1-0/+2
2014-11-27mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker1-5/+8
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-21Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds3-1/+470
2014-10-20mailbox: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-08mailbox: Introduce framework for mailboxJassi Brar2-0/+469
2014-10-08mailbox: rename pl320-ipc specific mailbox.hSuman Anna1-1/+1
2014-09-11mailbox/omap: add support for parsing dt devicesSuman Anna1-24/+132
2014-07-29mailbox/omap: add a parent structure for every IP instanceSuman Anna1-58/+115
2014-07-29mailbox/omap: remove the private mailbox structureSuman Anna1-63/+63
2014-07-29mailbox/omap: consolidate OMAP mailbox driverSuman Anna5-455/+283
2014-07-29mailbox/omap: simplify the fifo assignment by using macrosSuman Anna1-13/+16
2014-07-29mailbox/omap: remove omap_mbox_type_t from mailbox opsSuman Anna3-26/+2