aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-14mailbox: PCC: Fix lockdep warning when request PCC channelHoan Tran1-6/+7
2016-10-06Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds3-0/+217
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki1-71/+245
2016-09-07mailbox: Add Platform Message-Handling-Unit variant driverNeil Armstrong3-0/+217
2016-08-31mailbox: pcc: Support HW-Reduced Communication Subspace type 2hotran1-71/+245
2016-08-29fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie1-2/+2
2016-08-29mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter1-3/+4
2016-08-29mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOXRob Rice1-0/+1
2016-07-28mailbox: Fix format and type mismatches in Broadcom PDC driverRob Rice1-4/+4
2016-07-28mailbox: Add Broadcom PDC mailbox driverRob Rice3-0/+1542
2016-06-24mailbox: pl320: remove __raw IOBen Dooks1-23/+23
2016-06-12mailbox: mailbox-test: set tdev->signal to NULL after freeingSudeep Holla1-0/+1
2016-05-08mailbox: Fix devm_ioremap_resource error detection codeAmitoj Kaur Chawla1-2/+2
2016-04-26mailbox/omap: kill omap_mbox_{save/restore}_ctx() functionsSuman Anna1-51/+0
2016-04-26mailbox/omap: check for any unread messages during suspendSuman Anna1-1/+9
2016-04-26mailbox/omap: add support for suspend/resumeSuman Anna1-0/+45
2016-04-26mailbox/omap: store mailbox interrupt type in omap_mbox_deviceSuman Anna1-0/+2
2016-04-26mailbox/omap: add blank lines after declarationsSuman Anna1-1/+6
2016-04-26mailbox/omap: remove FSF mailing address paragraphSuman Anna1-6/+0
2016-04-26mailbox/omap: use variable name for sizeof() operatorSuman Anna1-1/+1
2016-04-26mailbox/omap: drop legacy platform device supportSuman Anna1-60/+41
2016-04-14Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds3-11/+13
2016-04-12mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones1-2/+2
2016-04-12mailbox: mailbox-test: Prevent memory leakLee Jones1-3/+6
2016-04-12mailbox: mailbox-test: Use more consistent format for calling copy_from_user()Lee Jones1-4/+3
2016-04-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'Rafael J. Wysocki1-2/+2
2016-04-08mailbox: xgene-slimpro: Fix wrong test for devm_kzallocAxel Lin1-2/+2
2016-04-07mailbox: pcc: Don't access an unmapped memory address spaceShanker Donthineni1-2/+2
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds3-0/+652
2016-03-21mailbox: Introduce TI message manager driverNishanth Menon3-0/+652
2016-03-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds6-22/+1025
2016-03-16mailbox: rockchip: avoid 64-bit divisionArnd Bergmann1-1/+1
2016-03-14Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-7/+104
2016-03-11mailbox: rockchip: Add Rockchip mailbox driverCaesar Wang3-0/+294
2016-03-09mailbox: pcc: optimized pcc_send_dataPrakash, Prashanth1-7/+104
2016-03-04mailbox/xgene-slimpro: Checking for IS_ERR instead of NULLDan Carpenter1-2/+2
2016-03-04mailbox: Hi6220: add mailbox driverLeo Yan3-0/+405
2016-03-04mailbox: mailbox-test: add support for separate tx/rx buffer with single channelSudeep Holla1-10/+21
2016-03-04mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printkSudeep Holla1-10/+8
2016-03-04mailbox: mailbox-test: fix the compatible stringSudeep Holla1-1/+1
2016-03-04mailbox: mailbox-test: rename driver as generic test driverSudeep Holla1-1/+1
2016-02-15mailbox: Add support for APM X-Gene platform mailbox driverDuc Dang3-0/+295
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