aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2020-01-08mailbox: armada-37xx-rwtm: convert to devm_platform_ioremap_resourceYangtao Li1-4/+1
2019-12-01Merge tag 'mailbox-v5.5' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds4-51/+62
2019-11-30mailbox: imx: add support for imx v1 muRichard Zhu1-17/+38
2019-11-30mailbox: imx: Clear the right interrupts at shutdownDaniel Baluta1-2/+13
2019-11-30mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta1-1/+3
2019-11-30mailbox: stm32-ipcc: Update wakeup managementFabien Dessenne1-29/+7
2019-11-26mailbox: no need to set .owner platform_driver_registerTian Tao1-1/+0
2019-11-26mailbox/omap: Handle if CONFIG_PM is disabledBrandon Maier1-1/+1
2019-11-12mailbox: tegra: Fix superfluous IRQ error messageJon Hunter1-2/+2
2019-09-17mailbox: qcom-apcs: fix max_register valueJorge Ramirez-Ortiz1-1/+1
2019-09-17mailbox: qcom: Add support for IPQ8074 APCSGokul Sriram Palanisamy1-0/+1
2019-09-17mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCsSibi Sankar1-0/+2
2019-09-17mbox: qcom: replace integer with valid macroJorge Ramirez-Ortiz1-1/+2
2019-09-17mbox: qcom: add APCS child device for QCS404Jorge Ramirez-Ortiz1-2/+6
2019-09-17mailbox: mediatek: cmdq: clear the event in cmdq initial flowBibby Hsieh1-0/+5
2019-09-17mailbox: mediatek: cmdq: support mt8183 gce functionBibby Hsieh1-0/+1
2019-09-17mailbox: mediatek: cmdq: move the CMDQ_IRQ_MASK into cmdq driver dataBibby Hsieh1-5/+7
2019-09-17mailbox: armada-37xx-rwtm: Use device-managed registration APIChuhong Yuan1-13/+1
2019-07-14Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds8-48/+81
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-29/+7
2019-07-11mailbox: handle failed named mailbox channel requestmorten petersen1-2/+4
2019-07-10mailbox: tegra: avoid resume NULL mailboxesBitan Biswas1-4/+6
2019-07-10mailbox: tegra: hsp: add noirq resumeBitan Biswas1-1/+9
2019-07-10mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directlyFuqian Huang1-4/+2
2019-07-10mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta1-2/+2
2019-07-10mailbox: omap: Add support for TI K3 SoCsSuman Anna2-18/+27
2019-07-10mailbox: arm_mhu: reorder header inclusion and drop unneeded onesSudeep Holla1-7/+4
2019-07-10mailbox: stm32_ipcc: add spinlock to fix channels concurrent accessArnaud Pouliquen1-10/+27
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-9/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner3-28/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-06-03mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-29/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-05-10Merge tag 'mailbox-v5.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds5-8/+246
2019-05-09mailbox: Add support for Armada 37xx rWTM mailboxMarek Behun3-0/+237
2019-05-09mailbox: stm32-ipcc: check invalid irqFabien Dessenne1-5/+8
2019-05-09mailbox: imx: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-1/+1
2019-03-11mailbox: imx: keep MU irq working during suspend/resumeAnson Huang1-2/+2
2019-03-06mailbox: ZynqMP IPI mailbox controllerWendy Liang3-0/+738
2019-03-06mailbox: stm32-ipcc: remove useless device_init_wakeup callFabien Dessenne1-2/+0
2019-03-06mailbox: stm32-ipcc: do not enable wakeup source by defaultFabien Dessenne1-1/+1
2019-03-06mailbox: mailbox-test: fix null pointer if no mmioFabien Dessenne1-6/+8
2019-03-06mailbox: mailbox-test: fix debugfs in multi-instancesFabien Dessenne1-6/+6
2019-03-06mailbox: tegra-hsp: mark suspend function as __maybe_unusedArnd Bergmann1-1/+1
2019-02-18mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issueRayagonda Kokatanur1-2/+2
2019-02-18mailbox: Export mbox_flush()Thierry Reding1-0/+1
2018-12-21mailbox: tegra-hsp: Use device-managed registration APIThierry Reding1-24/+6
2018-12-21mailbox: tegra-hsp: use devm_kstrdup_const()Bartosz Golaszewski1-32/+4
2018-12-21mailbox: tegra-hsp: Add suspend/resume supportThierry Reding1-0/+19
2018-12-21mailbox: tegra-hsp: Add support for shared mailboxesThierry Reding1-61/+443
2018-12-21mailbox: Allow multiple controllers per deviceMikko Perttunen1-1/+2
2018-12-21mailbox: Support blocking transfers in atomic contextThierry Reding1-0/+28
2018-12-21mailbox: ti-msgmgr: Use device-managed registration APIThierry Reding1-12/+1
2018-12-21mailbox: stm32-ipcc: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: rockchip: Use device-managed registration APIThierry Reding1-14/+1
2018-12-21mailbox: qcom-apcs: Use device-managed registration APIThierry Reding1-2/+1
2018-12-21mailbox: platform-mhu: Use device-managed registration APIThierry Reding1-11/+1
2018-12-21mailbox: omap: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: mtk-cmdq: Remove needless devm_kfree() callsThierry Reding1-8/+0
2018-12-21mailbox: mtk-cmdq: Use device-managed registration APIThierry Reding1-2/+1
2018-12-21mailbox: xgene-slimpro: Use device-managed registration APIThierry Reding1-10/+1
2018-12-21mailbox: sti: Use device-managed registration APIThierry Reding1-12/+1
2018-12-21mailbox: altera: Use device-managed registration APIThierry Reding1-14/+1
2018-12-21mailbox: imx: Use device-managed registration APIThierry Reding1-2/+1
2018-12-21mailbox: hi6220: Use device-managed registration APIThierry Reding1-10/+1
2018-12-21mailbox: hi3660: Use device-managed registration APIThierry Reding1-10/+1
2018-12-21mailbox: bcm-pdc: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: bcm-flexrm: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: bcm2835: Use device-managed registration APIThierry Reding1-9/+1
2018-12-21mailbox: arm-mhu: Use device-managed registration APIThierry Reding1-11/+1
2018-12-21mailbox: Add device-managed registration functionsThierry Reding1-0/+70
2018-12-12mailbox: bcm2835: Switch to SPDX identifierStefan Wahren1-7/+1
2018-12-12mailbox: ti-msgmgr: Off by one in ti_msgmgr_of_xlate()Dan Carpenter1-1/+1
2018-12-12mailbox: Hi3660: Fixup mailbox state machine malfunction issueKevin Wangtao1-12/+10
2018-12-12mailbox: hi3660: constify mbox_chan_ops structureJulia Lawall1-1/+1
2018-10-29Merge tag 'mailbox-v4.20' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds5-9/+13
2018-09-29mailbox: mediatek: Add check for possible failure of kzallocHoulong Wei1-0/+3
2018-09-29mailbox: bcm-flexrm-mailbox: fix spelling mistake "toogle" -> "toggle"Colin Ian King1-3/+3
2018-09-29mailbox: qcom: Add QCS404 APPS Global compatibleBjorn Andersson1-0/+1
2018-09-29drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3Nishanth Menon1-4/+4
2018-09-29mailbox: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-09-10mailbox: PCC: handle parse errorDavid Arcari1-2/+5
2018-08-15mailbox: Add support for i.MX messaging unitOleksij Rempel3-0/+366
2018-08-15mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.cRandy Dunlap1-0/+2
2018-08-03mailbox: mediatek: Add Mediatek CMDQ driverHoulong Wei3-0/+581
2018-08-03mailbox: ti-msgmgr: Add support for Secure ProxyNishanth Menon1-28/+205
2018-08-03mailbox: ti-msgmgr: Move the memory region name to descriptorNishanth Menon1-2/+8
2018-08-03mailbox: ti-msgmgr: Change message count mask to be descriptor basedNishanth Menon1-7/+18
2018-08-03mailbox: ti-msgmgr: Allocate Rx channel resources only on requestNishanth Menon1-30/+61
2018-08-03mailbox: ti-msgmgr: Get rid of unused structure membersNishanth Menon1-6/+0
2018-08-03mailbox/omap: use of_device_get_match_data() to get match dataSuman Anna1-7/+14
2018-08-03mailbox/omap: switch to SPDX license identifierSuman Anna1-9/+1
2018-08-03mailbox: xgene-slimpro: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook4-13/+13
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-07Merge tag 'mailbox-v4.18' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds5-7/+423
2018-06-06mailbox/drivers/hisi: Consolidate the Kconfig for the MAILBOXDaniel Lezcano1-4/+8
2018-06-06mailbox: Add support for Qualcomm SDM845 SoCsSibi Sankar1-0/+1
2018-06-06mailbox: bcm2835: Fix of_xlate return valueStefan Wahren1-1/+1
2018-06-06mailbox: qcom: Add msm8998 hmss compatibleBjorn Andersson1-0/+1
2018-06-06mailbox: add STMicroelectronics STM32 IPCC driverFabien Dessenne3-0/+412
2018-06-06mailbox: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-2/+0
2018-05-18mailbox: PCC: erroneous error message when parsing ACPI PCCTAl Stone1-43/+38
2018-03-20mailbox: Add support for Hi3660 mailboxKaihua Zhong3-0/+322
2018-03-15mailbox: tegra: relax TEGRA_HSP_MBOX Kconfig dependenciesArnd Bergmann1-1/+1
2018-03-15maillbox: bcm-flexrm-mailbox: Use dma_pool_zalloc()Souptick Joarder1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-04Merge tag 'mailbox-v4.16' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2-16/+33
2018-02-04mailbox: qcom: Create APCS child device for clock controllerGeorgi Djakov1-0/+11
2018-02-04mailbox: qcom: Convert APCS IPC driver to use regmapGeorgi Djakov1-5/+19
2018-01-10mailbox: ti-msgmgr: Use %zu for size_t print formatNishanth Menon1-1/+1
2018-01-10mailbox: ti-msgmgr: Switch to SPDX LicensingNishanth Menon1-10/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-15Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds6-28/+66
2017-11-14mailbox/omap: unregister mbox classArvind Yadav1-1/+5
2017-11-14mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla1-5/+6
2017-11-14mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla2-4/+4
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2017-11-09mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header fileGeorge Cherian1-1/+0
2017-11-06mailbox: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27mailbox: Build Broadcom FlexRM driver as loadable module for iProc SOCsAnup Patel1-1/+1
2017-10-27mailbox: bcm-flexrm-mailbox: Use common GPL comment headerAnup Patel1-5/+13
2017-10-27mailbox: bcm-flexrm-mailbox: add depends on ARCH_BCM_IPROCScott Branden1-0/+1
2017-10-27mailbox: bcm-flexrm-mailbox: Print ring number in errors and warningsAnup Patel1-9/+17
2017-10-27mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequenceAnup Patel1-3/+19
2017-09-07Merge tag 'mailbox-v4.14' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds1-77/+175
2017-08-31mailbox: bcm-flexrm-mailbox: Use txdone_ack instead of txdone_pollAnup Patel1-57/+4
2017-08-31mailbox: bcm-flexrm-mailbox: Use bitmap instead of IDAAnup Patel1-17/+19
2017-08-31mailbox: bcm-flexrm-mailbox: Fix mask used in CMPL_START_ADDR_VALUE()Anup Patel1-1/+1
2017-08-31mailbox: bcm-flexrm-mailbox: Add debugfs supportAnup Patel1-2/+134
2017-08-31mailbox: bcm-flexrm-mailbox: Set IRQ affinity hint for FlexRM ring IRQsAnup Patel1-0/+17
2017-08-10mailbox: pcc: Drop uninformative output during bootPunit Agrawal1-3/+1
2017-07-26mailbox: pcc: Fix crash when request PCC channel 0Hoan Tran1-1/+1
2017-07-07Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds4-6/+149
2017-06-14mailbox: Introduce Qualcomm APCS IPC driverBjorn Andersson3-0/+139
2017-06-14mailbox: Make startup and shutdown ops optionalBjorn Andersson1-6/+10
2017-06-12ACPICA: Add support for new PCCT subtablesDavid E. Box1-5/+5
2017-04-27mailbox: handle empty message in tx_tickSudeep Holla1-1/+4
2017-04-27mailbox: skip complete wait event if timer expiredSudeep Holla1-3/+3
2017-04-27mailbox: always wait in mbox_send_message for blocking Tx modeSudeep Holla1-1/+1
2017-03-29mailbox: Remove depends on COMPILE_TEST for BCM_FLEXRM_MBOXAnup Patel1-1/+1
2017-03-28mailbox: check ->last_tx_done for NULL in case of timer-based pollingAlexey Klimov1-0/+6
2017-03-28mailbox: Add driver for Broadcom FlexRM ring managerAnup Patel3-0/+1608
2017-03-28mailbox: bcm-pdc: Add Northstar Plus support to PDC driverSteve Lin2-20/+50
2017-03-28mailbox: constify mbox_chan_ops structuresBhumika Goyal2-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+1
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+1
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-4/+1
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-4/+1
2016-12-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-234/+407
2016-12-19mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla1-2/+10
2016-12-19mailbox: mailbox-test: add support for fasync/pollSudeep Holla1-8/+71
2016-12-19mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice1-21/+20
2016-12-19mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice1-25/+13
2016-12-19mailbox: bcm-pdc: Performance improvementsRob Rice1-36/+49
2016-12-19mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice1-12/+11
2016-12-19mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice1-32/+25
2016-12-19mailbox: bcm-pdc: Try to improve branch predictionRob Rice1-13/+13
2016-12-19mailbox: bcm-pdc: streamline rx codeRob Rice1-60/+48
2016-12-19mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice1-62/+145
2016-12-19mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin1-4/+2
2016-12-19mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin1-8/+46
2016-12-19mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice1-1/+2
2016-12-19mailbox: sti: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-12-19mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+490
2016-11-18mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()Dan Carpenter1-2/+2
2016-11-18mailbox: Add Tegra HSP driverThierry Reding3-0/+490
2016-11-14mailbox: PCC: Fix lockdep warning when request PCC channelHoan Tran1-6/+7
2016-10-06Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-0/+217
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki1-71/+245
2016-09-07mailbox: Add Platform Message-Handling-Unit variant driverNeil Armstrong3-0/+217
2016-08-31mailbox: pcc: Support HW-Reduced Communication Subspace type 2hotran1-71/+245
2016-08-29fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie1-2/+2
2016-08-29mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter1-3/+4
2016-08-29mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOXRob Rice1-0/+1
2016-07-28mailbox: Fix format and type mismatches in Broadcom PDC driverRob Rice1-4/+4
2016-07-28mailbox: Add Broadcom PDC mailbox driverRob Rice3-0/+1542
2016-06-24mailbox: pl320: remove __raw IOBen Dooks1-23/+23
2016-06-12mailbox: mailbox-test: set tdev->signal to NULL after freeingSudeep Holla1-0/+1
2016-05-08mailbox: Fix devm_ioremap_resource error detection codeAmitoj Kaur Chawla1-2/+2
2016-04-26mailbox/omap: kill omap_mbox_{save/restore}_ctx() functionsSuman Anna1-51/+0
2016-04-26mailbox/omap: check for any unread messages during suspendSuman Anna1-1/+9
2016-04-26mailbox/omap: add support for suspend/resumeSuman Anna1-0/+45
2016-04-26mailbox/omap: store mailbox interrupt type in omap_mbox_deviceSuman Anna1-0/+2
2016-04-26mailbox/omap: add blank lines after declarationsSuman Anna1-1/+6
2016-04-26mailbox/omap: remove FSF mailing address paragraphSuman Anna1-6/+0
2016-04-26mailbox/omap: use variable name for sizeof() operatorSuman Anna1-1/+1