summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-124-13/+13
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* Merge tag 'mailbox-v4.18' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2018-06-075-7/+423
|\
| * mailbox/drivers/hisi: Consolidate the Kconfig for the MAILBOXDaniel Lezcano2018-06-061-4/+8
| * mailbox: Add support for Qualcomm SDM845 SoCsSibi Sankar2018-06-061-0/+1
| * mailbox: bcm2835: Fix of_xlate return valueStefan Wahren2018-06-061-1/+1
| * mailbox: qcom: Add msm8998 hmss compatibleBjorn Andersson2018-06-061-0/+1
| * mailbox: add STMicroelectronics STM32 IPCC driverFabien Dessenne2018-06-063-0/+412
| * mailbox: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-061-2/+0
* | mailbox: PCC: erroneous error message when parsing ACPI PCCTAl Stone2018-05-181-43/+38
|/
* mailbox: Add support for Hi3660 mailboxKaihua Zhong2018-03-203-0/+322
* mailbox: tegra: relax TEGRA_HSP_MBOX Kconfig dependenciesArnd Bergmann2018-03-151-1/+1
* maillbox: bcm-flexrm-mailbox: Use dma_pool_zalloc()Souptick Joarder2018-03-151-2/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'mailbox-v4.16' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2018-02-042-16/+33
|\
| * mailbox: qcom: Create APCS child device for clock controllerGeorgi Djakov2018-02-041-0/+11
| * mailbox: qcom: Convert APCS IPC driver to use regmapGeorgi Djakov2018-02-041-5/+19
| * mailbox: ti-msgmgr: Use %zu for size_t print formatNishanth Menon2018-01-101-1/+1
| * mailbox: ti-msgmgr: Switch to SPDX LicensingNishanth Menon2018-01-101-10/+2
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
|/
* 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
OpenPOWER on IntegriCloud