index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Age
Commit message (
Expand
)
Author
Lines
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-0
/
+1
2024-11-24
mailbox: pcc: Check before sending MCTP PCC response ACK
Adam Young
-8
/
+53
2024-11-24
mailbox: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-13
/
+13
2024-11-24
mailbox: imx: Modify the incorrect format specifier
zhang jiao
-2
/
+2
2024-11-24
mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
Dan Carpenter
-4
/
+4
2024-11-24
mailbox: zynqmp: setup IPI for each valid child node
Tanmay Shah
-2
/
+2
2024-11-24
mailbox: Introduce support for T-head TH1520 Mailbox driver
Michal Wilczynski
-0
/
+609
2024-11-24
mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()
Yang Yingliang
-1
/
+1
2024-11-24
mailbox: ti-msgmgr: Allow building under COMPILE_TEST
Andrew Davis
-1
/
+1
2024-11-24
mailbox: ti-msgmgr: Remove use of of_match_ptr() helper
Andrew Davis
-1
/
+1
2024-11-24
mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag
Sibi Sankar
-1
/
+1
2024-11-24
mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()
Sakari Ailus
-5
/
+5
2024-11-24
mailbox: mpfs: support new, syscon based, devicetree configuration
Conor Dooley
-14
/
+68
2024-10-23
kfifo: don't include dma-mapping.h in kfifo.h
Christoph Hellwig
-0
/
+1
2024-09-27
mailbox, remoteproc: omap2+: fix compile testing
Arnd Bergmann
-2
/
+2
2024-09-22
mailbox: Use of_property_match_string() instead of open-coding
Rob Herring (Arm)
-16
/
+6
2024-09-22
mailbox: bcm2835: Fix timeout during suspend mode
Stefan Wahren
-1
/
+2
2024-09-22
mailbox: sprd: Use devm_clk_get_enabled() helpers
Huan Yang
-21
/
+4
2024-09-22
mailbox: rockchip: fix a typo in module autoloading
Liao Chen
-1
/
+1
2024-09-22
mailbox: imx: use device name in interrupt name
Peng Fan
-3
/
+3
2024-09-22
mailbox: ARM_MHU_V3 should depend on ARM64
Geert Uytterhoeven
-0
/
+1
2024-07-19
mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...
Jason-JH.Lin
-6
/
+6
2024-07-19
mailbox: zynqmp-ipi: Make polling period configurable
Ben Levinsky
-1
/
+8
2024-07-19
mailbox: qcom-cpucp: fix 64BIT dependency
Arnd Bergmann
-1
/
+1
2024-07-10
mailbox: Add support for QTI CPUCP mailbox controller
Sibi Sankar
-0
/
+197
2024-07-10
mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-07-10
mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'
Dr. David Alan Gilbert
-4
/
+0
2024-07-10
mailbox: imx: fix TXDB_V2 channel race condition
Peng Fan
-1
/
+9
2024-07-10
mailbox: omap: Fix mailbox interrupt sharing
Andrew Davis
-1
/
+2
2024-07-10
mailbox: mtk-cmdq: Dynamically allocate clk_bulk_data structure
AngeloGioacchino Del Regno
-2
/
+6
2024-07-10
mailbox: mtk-cmdq: Move and partially refactor clocks probe
AngeloGioacchino Del Regno
-28
/
+51
2024-07-10
mailbox: mtk-cmdq: Stop requiring name for GCE clock
AngeloGioacchino Del Regno
-1
/
+1
2024-05-31
mailbox: zynqmp-ipi: drop irq_to_desc() call
Arnd Bergmann
-1
/
+0
2024-05-19
mailbox: Convert from tasklet to BH workqueue
Allen Pais
-18
/
+19
2024-05-19
mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown
Jason-JH.Lin
-1
/
+1
2024-05-19
mailbox: mtk-cmdq-mailbox: fix module autoloading
Krzysztof Kozlowski
-0
/
+1
2024-05-19
mailbox: zynqmp: handle SGI for shared IPI
Tanmay Shah
-7
/
+152
2024-05-19
mailbox: arm_mhuv3: Add driver
Cristian Marussi
-0
/
+1117
2024-05-19
mailbox: omap: Remove kernel FIFO message queuing
Andrew Davis
-111
/
+5
2024-05-19
mailbox: omap: Reverse FIFO busy check logic
Andrew Davis
-17
/
+16
2024-05-19
mailbox: omap: Remove mbox_chan_to_omap_mbox()
Andrew Davis
-11
/
+3
2024-05-19
mailbox: omap: Use mbox_controller channel list directly
Andrew Davis
-31
/
+11
2024-05-19
mailbox: omap: Use function local struct mbox_controller
Andrew Davis
-9
/
+12
2024-05-19
mailbox: omap: Merge mailbox child node setup loops
Andrew Davis
-73
/
+46
2024-05-19
mailbox: omap: Use devm_pm_runtime_enable() helper
Andrew Davis
-15
/
+3
2024-05-19
mailbox: omap: Remove device class
Andrew Davis
-87
/
+2
2024-05-19
mailbox: omap: Remove unneeded header omap-mailbox.h
Andrew Davis
-5
/
+2
2024-05-19
mailbox: omap: Move fifo size check to point of use
Andrew Davis
-5
/
+5
2024-05-19
mailbox: omap: Move omap_mbox_irq_t into driver
Andrew Davis
-0
/
+5
2024-05-19
mailbox: omap: Remove unused omap_mbox_request_channel() function
Andrew Davis
-36
/
+0
[next]