summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2017-11-156-28/+66
|\
| * mailbox/omap: unregister mbox classArvind Yadav2017-11-141-1/+5
| * mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla2017-11-141-5/+6
| * mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla2017-11-142-4/+4
| * mailbox: Build Broadcom FlexRM driver as loadable module for iProc SOCsAnup Patel2017-10-271-1/+1
| * mailbox: bcm-flexrm-mailbox: Use common GPL comment headerAnup Patel2017-10-271-5/+13
| * mailbox: bcm-flexrm-mailbox: add depends on ARCH_BCM_IPROCScott Branden2017-10-271-0/+1
| * mailbox: bcm-flexrm-mailbox: Print ring number in errors and warningsAnup Patel2017-10-271-9/+17
| * mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequenceAnup Patel2017-10-271-3/+19
* | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-131-1/+0
|\ \
| * | mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header fileGeorge Cherian2017-11-091-1/+0
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-6/+6
|\ \ \ | |/ / |/| |
| * | mailbox: Convert timers to use timer_setup()Kees Cook2017-11-061-6/+6
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'mailbox-v4.14' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2017-09-071-77/+175
|\
| * mailbox: bcm-flexrm-mailbox: Use txdone_ack instead of txdone_pollAnup Patel2017-08-311-57/+4
| * mailbox: bcm-flexrm-mailbox: Use bitmap instead of IDAAnup Patel2017-08-311-17/+19
| * mailbox: bcm-flexrm-mailbox: Fix mask used in CMPL_START_ADDR_VALUE()Anup Patel2017-08-311-1/+1
| * mailbox: bcm-flexrm-mailbox: Add debugfs supportAnup Patel2017-08-311-2/+134
| * mailbox: bcm-flexrm-mailbox: Set IRQ affinity hint for FlexRM ring IRQsAnup Patel2017-08-311-0/+17
* | mailbox: pcc: Drop uninformative output during bootPunit Agrawal2017-08-101-3/+1
|/
* mailbox: pcc: Fix crash when request PCC channel 0Hoan Tran2017-07-261-1/+1
* Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2017-07-074-6/+149
|\
| * mailbox: Introduce Qualcomm APCS IPC driverBjorn Andersson2017-06-143-0/+139
| * mailbox: Make startup and shutdown ops optionalBjorn Andersson2017-06-141-6/+10
* | ACPICA: Add support for new PCCT subtablesDavid E. Box2017-06-121-5/+5
|/
* mailbox: handle empty message in tx_tickSudeep Holla2017-04-271-1/+4
* mailbox: skip complete wait event if timer expiredSudeep Holla2017-04-271-3/+3
* mailbox: always wait in mbox_send_message for blocking Tx modeSudeep Holla2017-04-271-1/+1
* mailbox: Remove depends on COMPILE_TEST for BCM_FLEXRM_MBOXAnup Patel2017-03-291-1/+1
* mailbox: check ->last_tx_done for NULL in case of timer-based pollingAlexey Klimov2017-03-281-0/+6
* mailbox: Add driver for Broadcom FlexRM ring managerAnup Patel2017-03-283-0/+1608
* mailbox: bcm-pdc: Add Northstar Plus support to PDC driverSteve Lin2017-03-282-20/+50
* mailbox: constify mbox_chan_ops structuresBhumika Goyal2017-03-282-2/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+1
* Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-221-4/+1
|\
| * Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2016-12-221-4/+1
| |\
| | * ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-211-4/+1
* | | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2016-12-203-234/+407
|\ \ \
| * | | mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla2016-12-191-2/+10
| * | | mailbox: mailbox-test: add support for fasync/pollSudeep Holla2016-12-191-8/+71
| * | | mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice2016-12-191-21/+20
| * | | mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice2016-12-191-25/+13
| * | | mailbox: bcm-pdc: Performance improvementsRob Rice2016-12-191-36/+49
| * | | mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice2016-12-191-12/+11
| * | | mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice2016-12-191-32/+25
| * | | mailbox: bcm-pdc: Try to improve branch predictionRob Rice2016-12-191-13/+13
| * | | mailbox: bcm-pdc: streamline rx codeRob Rice2016-12-191-60/+48
| * | | mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice2016-12-191-62/+145
OpenPOWER on IntegriCloud