summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0Nishanth Menon2023-08-111-3/+9
* mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()Dan Carpenter2023-06-091-4/+6
* mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones2023-06-091-0/+7
* mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sgJack Wang2022-10-261-4/+4
* mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö2022-06-141-6/+13
* mailbox: avoid timer start from callbackJassi Brar2020-10-301-5/+7
* mailbox: qcom-apcs: fix max_register valueJorge Ramirez-Ortiz2020-01-271-1/+1
* mailbox: ti-msgmgr: Off by one in ti_msgmgr_of_xlate()Dan Carpenter2020-01-271-1/+1
* mailbox: mediatek: Add check for possible failure of kzallocHoulong Wei2020-01-271-0/+3
* mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta2020-01-041-1/+3
* mailbox: mailbox-test: fix null pointer if no mmioFabien Dessenne2019-12-051-6/+8
* mailbox: stm32_ipcc: add spinlock to fix channels concurrent accessArnaud Pouliquen2019-12-051-10/+27
* mbox: qcom: add APCS child device for QCS404Jorge Ramirez-Ortiz2019-10-071-2/+6
* mailbox: handle failed named mailbox channel requestmorten petersen2019-07-311-2/+4
* mailbox: stm32-ipcc: check invalid irqFabien Dessenne2019-06-151-5/+8
* mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issueRayagonda Kokatanur2019-03-231-2/+2
* mailbox: PCC: handle parse errorDavid Arcari2018-11-131-2/+5
* mailbox: Add support for i.MX messaging unitOleksij Rempel2018-08-153-0/+366
* mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.cRandy Dunlap2018-08-151-0/+2
* mailbox: mediatek: Add Mediatek CMDQ driverHoulong Wei2018-08-033-0/+581
* mailbox: ti-msgmgr: Add support for Secure ProxyNishanth Menon2018-08-031-28/+205
* mailbox: ti-msgmgr: Move the memory region name to descriptorNishanth Menon2018-08-031-2/+8
* mailbox: ti-msgmgr: Change message count mask to be descriptor basedNishanth Menon2018-08-031-7/+18
* mailbox: ti-msgmgr: Allocate Rx channel resources only on requestNishanth Menon2018-08-031-30/+61
* mailbox: ti-msgmgr: Get rid of unused structure membersNishanth Menon2018-08-031-6/+0
* mailbox/omap: use of_device_get_match_data() to get match dataSuman Anna2018-08-031-7/+14
* mailbox/omap: switch to SPDX license identifierSuman Anna2018-08-031-9/+1
* mailbox: xgene-slimpro: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-08-031-3/+3
* 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