aboutsummaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2016-04-07mailbox: pcc: Don't access an unmapped memory address spaceGravatar Shanker Donthineni 1-2/+2
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Gravatar Linus Torvalds 3-0/+652
2016-03-21mailbox: Introduce TI message manager driverGravatar Nishanth Menon 3-0/+652
2016-03-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Gravatar Linus Torvalds 6-22/+1025
2016-03-16mailbox: rockchip: avoid 64-bit divisionGravatar Arnd Bergmann 1-1/+1
2016-03-14Merge branches 'acpi-processor' and 'acpi-cppc'Gravatar Rafael J. Wysocki 1-7/+104
2016-03-11mailbox: rockchip: Add Rockchip mailbox driverGravatar Caesar Wang 3-0/+294
2016-03-09mailbox: pcc: optimized pcc_send_dataGravatar Prakash, Prashanth 1-7/+104
2016-03-04mailbox/xgene-slimpro: Checking for IS_ERR instead of NULLGravatar Dan Carpenter 1-2/+2
2016-03-04mailbox: Hi6220: add mailbox driverGravatar Leo Yan 3-0/+405
2016-03-04mailbox: mailbox-test: add support for separate tx/rx buffer with single channelGravatar Sudeep Holla 1-10/+21
2016-03-04mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printkGravatar Sudeep Holla 1-10/+8
2016-03-04mailbox: mailbox-test: fix the compatible stringGravatar Sudeep Holla 1-1/+1
2016-03-04mailbox: mailbox-test: rename driver as generic test driverGravatar Sudeep Holla 1-1/+1
2016-02-15mailbox: Add support for APM X-Gene platform mailbox driverGravatar Duc Dang 3-0/+295
2016-02-02mailbox: Fix dependencies for !HAS_IOMEM archsGravatar Richard Weinberger 1-0/+1
2016-02-02mailbox: pcc: fix channel calculation in get_pcc_channel()Gravatar Alexey Klimov 1-7/+1
2015-11-30mailbox: constify mbox_chan_ops structureGravatar Julia Lawall 1-1/+1
2015-11-04mailbox: mailbox-test: avoid reading iomem twiceGravatar Jassi Brar 1-3/+2
2015-10-27mailbox: Off by one in mbox_test_message_read()Gravatar Dan Carpenter 1-1/+1
2015-10-23mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU IdleGravatar Dave Gerlach 1-4/+45
2015-10-23mailbox: mailbox-test: Correctly repair Sparse warningsGravatar Lee Jones 1-5/+6
2015-10-17mailbox: Fix a couple of trivial static checker issuesGravatar Lee Jones 2-6/+6
2015-10-17mailbox: Add generic mechanism for testing Mailbox ControllersGravatar Lee Jones 3-0/+370
2015-10-17mailbox: Add support for ST's Mailbox IPGravatar Lee Jones 3-0/+522
2015-10-16PCC: fix dereference of ERR_PTRGravatar Sudip Mukherjee 1-1/+1
2015-09-05Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Gravatar Linus Torvalds 3-14/+16
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+8
2015-08-26PCC: Disable compilation by defaultGravatar Ashwin Chaugule 1-0/+1
2015-08-25PCC: Initialize PCC Mailbox earlier at bootGravatar Ashwin Chaugule 1-1/+7
2015-08-10mailbox: arm_mhu: reduce txpoll_period from 10ms to 1 msGravatar Sudeep Holla 1-1/+1
2015-08-10mailbox: switch to hrtimer for tx_complete pollingGravatar Sudeep Holla 1-12/+15
2015-08-07treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2015-08-05mailbox: Drop owner assignment from platform_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-1/+1
2015-06-16arm: use subsys_initcall in non-modular pl320 IPC codeGravatar Paul Gortmaker 1-1/+1
2015-06-13mailbox/bcm2835: Fix mailbox full detection.Gravatar Eric Anholt 1-1/+2
2015-06-11mailbox: Add ability for clients to request channels by nameGravatar Lee Jones 1-0/+29
2015-06-11mailbox: Enable BCM2835 mailbox supportGravatar Lubomir Rintel 3-0/+227
2015-05-12mailbox: Fix up error handling in mbox_request_channel()Gravatar Benson Leung 2-6/+11
2015-05-12mailbox: Make mbox_chan_ops constGravatar Andrew Bresticker 4-4/+4
2015-05-12mailbox: altera: Add dependency on HAS_IOMEMGravatar Richard Weinberger 1-0/+1
2015-03-17mailbox: arm_mhu: add driver for ARM MHU controllerGravatar Jassi Brar 3-0/+206
2015-03-04Mailbox: Restructure and simplify PCC mailbox codeGravatar Ashwin Chaugule 1-85/+37
2015-02-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Gravatar Linus Torvalds 5-3/+399
2015-02-06mailbox: Add Altera mailbox driverGravatar Ley Foon Tan 3-0/+396
2015-02-06mailbox: check for bit set before pollingGravatar Jassi Brar 1-1/+1
2015-02-06Mailbox: Fix return value check in pcc_init()Gravatar Wei Yongjun 1-2/+2
2015-02-05ACPI / PCC: Use pr_debug() for debug messages in pcc_init()Gravatar Rafael J. Wysocki 1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0