aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)Author
2017-04-27mailbox: handle empty message in tx_tickSudeep Holla
2017-04-27mailbox: skip complete wait event if timer expiredSudeep Holla
2017-04-27mailbox: always wait in mbox_send_message for blocking Tx modeSudeep Holla
2017-03-29mailbox: Remove depends on COMPILE_TEST for BCM_FLEXRM_MBOXAnup Patel
2017-03-28mailbox: check ->last_tx_done for NULL in case of timer-based pollingAlexey Klimov
2017-03-28mailbox: Add driver for Broadcom FlexRM ring managerAnup Patel
2017-03-28mailbox: bcm-pdc: Add Northstar Plus support to PDC driverSteve Lin
2017-03-28mailbox: constify mbox_chan_ops structuresBhumika Goyal
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng
2016-12-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2016-12-19mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla
2016-12-19mailbox: mailbox-test: add support for fasync/pollSudeep Holla
2016-12-19mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice
2016-12-19mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice
2016-12-19mailbox: bcm-pdc: Performance improvementsRob Rice
2016-12-19mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice
2016-12-19mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice
2016-12-19mailbox: bcm-pdc: Try to improve branch predictionRob Rice
2016-12-19mailbox: bcm-pdc: streamline rx codeRob Rice
2016-12-19mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice
2016-12-19mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin
2016-12-19mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin
2016-12-19mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice
2016-12-19mailbox: sti: Fix module autoload for OF registrationJavier Martinez Canillas
2016-12-19mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-11-18mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()Dan Carpenter
2016-11-18mailbox: Add Tegra HSP driverThierry Reding
2016-11-14mailbox: PCC: Fix lockdep warning when request PCC channelHoan Tran
2016-10-06Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki
2016-09-07mailbox: Add Platform Message-Handling-Unit variant driverNeil Armstrong
2016-08-31mailbox: pcc: Support HW-Reduced Communication Subspace type 2hotran
2016-08-29fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie
2016-08-29mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter
2016-08-29mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOXRob Rice
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