aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)Author
2016-07-28mailbox: Fix format and type mismatches in Broadcom PDC driverRob Rice
2016-07-28mailbox: Add Broadcom PDC mailbox driverRob Rice
2016-06-24mailbox: pl320: remove __raw IOBen Dooks
2016-06-12mailbox: mailbox-test: set tdev->signal to NULL after freeingSudeep Holla
2016-05-08mailbox: Fix devm_ioremap_resource error detection codeAmitoj Kaur Chawla
2016-04-26mailbox/omap: kill omap_mbox_{save/restore}_ctx() functionsSuman Anna
2016-04-26mailbox/omap: check for any unread messages during suspendSuman Anna
2016-04-26mailbox/omap: add support for suspend/resumeSuman Anna
2016-04-26mailbox/omap: store mailbox interrupt type in omap_mbox_deviceSuman Anna
2016-04-26mailbox/omap: add blank lines after declarationsSuman Anna
2016-04-26mailbox/omap: remove FSF mailing address paragraphSuman Anna
2016-04-26mailbox/omap: use variable name for sizeof() operatorSuman Anna
2016-04-26mailbox/omap: drop legacy platform device supportSuman Anna
2016-04-14Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds
2016-04-12mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones
2016-04-12mailbox: mailbox-test: Prevent memory leakLee Jones
2016-04-12mailbox: mailbox-test: Use more consistent format for calling copy_from_user()Lee Jones
2016-04-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'Rafael J. Wysocki
2016-04-08mailbox: xgene-slimpro: Fix wrong test for devm_kzallocAxel Lin
2016-04-07mailbox: pcc: Don't access an unmapped memory address spaceShanker Donthineni
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2016-03-21mailbox: Introduce TI message manager driverNishanth Menon
2016-03-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2016-03-16mailbox: rockchip: avoid 64-bit divisionArnd Bergmann
2016-03-14Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki
2016-03-11mailbox: rockchip: Add Rockchip mailbox driverCaesar Wang
2016-03-09mailbox: pcc: optimized pcc_send_dataPrakash, Prashanth
2016-03-04mailbox/xgene-slimpro: Checking for IS_ERR instead of NULLDan Carpenter
2016-03-04mailbox: Hi6220: add mailbox driverLeo Yan
2016-03-04mailbox: mailbox-test: add support for separate tx/rx buffer with single channelSudeep Holla
2016-03-04mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printkSudeep Holla
2016-03-04mailbox: mailbox-test: fix the compatible stringSudeep Holla
2016-03-04mailbox: mailbox-test: rename driver as generic test driverSudeep Holla
2016-02-15mailbox: Add support for APM X-Gene platform mailbox driverDuc Dang
2016-02-02mailbox: Fix dependencies for !HAS_IOMEM archsRichard Weinberger
2016-02-02mailbox: pcc: fix channel calculation in get_pcc_channel()Alexey Klimov
2015-11-30mailbox: constify mbox_chan_ops structureJulia Lawall
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