summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin2016-12-191-4/+2
| * | | mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin2016-12-191-8/+46
| * | | mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice2016-12-191-1/+2
| * | | mailbox: sti: Fix module autoload for OF registrationJavier Martinez Canillas2016-12-191-0/+1
| * | | mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas2016-12-191-0/+1
| |/ /
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-153-0/+490
|\ \ \ | |/ / |/| |
| * | mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()Dan Carpenter2016-11-181-2/+2
| * | mailbox: Add Tegra HSP driverThierry Reding2016-11-183-0/+490
| |/
* | mailbox: PCC: Fix lockdep warning when request PCC channelHoan Tran2016-11-141-6/+7
|/
* Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2016-10-063-0/+217
|\
| * mailbox: Add Platform Message-Handling-Unit variant driverNeil Armstrong2016-09-073-0/+217
| |
| \
*-. \ Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki2016-10-021-71/+245
|\ \ \ | |_|/ |/| |
| * | mailbox: pcc: Support HW-Reduced Communication Subspace type 2hotran2016-08-311-71/+245
| |/
* | fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie2016-08-291-2/+2
OpenPOWER on IntegriCloud