index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-07
Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
9
-99
/
+136
2023-05-04
mailbox: qcom-apcs-ipc: do not grow the of_device_id
Krzysztof Kozlowski
1
-5
/
+6
2023-05-04
mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
Conor Dooley
1
-1
/
+1
2023-05-04
mailbox: bcm-pdc: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-05-04
mailbox: rockchip: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-05-04
mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()
Lee Jones
1
-0
/
+7
2023-05-04
mailbox: mailbox-test: Explicitly include header for spinlock support
Lee Jones
1
-0
/
+1
2023-04-28
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+1
2023-04-26
Merge tag 'rproc-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...
Linus Torvalds
1
-4
/
+9
2023-04-18
mailbox: Use of_property_read_bool() for boolean properties
Rob Herring
2
-6
/
+2
2023-04-18
mailbox: pcc: Use mbox_bind_client
Elliot Berman
1
-39
/
+45
2023-04-18
mailbox: omap: Use mbox_bind_client
Elliot Berman
1
-18
/
+4
2023-04-18
mailbox: Allow direct registration to a channel
Elliot Berman
1
-28
/
+68
2023-04-13
mailbox: zynq: make modular
Nick Alcock
1
-1
/
+1
2023-04-13
mailbox: rockchip: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-03
mailbox: mpfs: check the service status in .tx_done()
Conor Dooley
1
-16
/
+16
2023-04-03
mailbox: mpfs: ditch a useless busy check
Conor Dooley
1
-6
/
+4
2023-04-03
mailbox: mpfs: switch to txdone_poll
Conor Dooley
1
-2
/
+10
2023-04-03
mailbox: mpfs: fix an incorrect mask width
Conor Dooley
1
-1
/
+2
2023-03-14
mailbox: zynqmp: Fix IPI isr handling
Tanmay Shah
1
-3
/
+3
2023-03-14
mailbox: zynqmp: Fix counts of child nodes
Tanmay Shah
1
-1
/
+6
2023-02-23
mailbox: qcom-apcs-ipc: add IPQ5332 APSS clock support
Kathiravan T
1
-0
/
+1
2023-02-23
mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996
Dmitry Baryshkov
1
-1
/
+1
2023-02-23
mailbox: zynq: Switch to flexible array to simplify code
Christophe JAILLET
1
-4
/
+2
2022-12-21
Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
7
-57
/
+118
2022-12-19
mailbox: mtk-cmdq: Do not request irq until we are ready
Ricardo Ribalda
1
-6
/
+7
2022-12-19
mailbox: zynq-ipi: fix error handling while device_register() fails
Yang Yingliang
1
-1
/
+3
2022-12-19
mailbox: mtk-cmdq-mailbox: Use platform data directly instead of copying
AngeloGioacchino Del Regno
1
-49
/
+39
2022-12-19
mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()
Yang Yingliang
1
-2
/
+2
2022-12-19
mailbox: mpfs: read the system controller's status
Conor Dooley
1
-3
/
+28
2022-12-19
mailbox: mtk-cmdq: add MT8186 support
Yongqiang Niu
1
-0
/
+9
2022-12-19
mailbox: mtk-cmdq: add gce ddr enable support flow
Yongqiang Niu
1
-0
/
+22
2022-12-19
mailbox: mtk-cmdq: add gce software ddr enable private data
Yongqiang Niu
1
-1
/
+11
2022-12-19
mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of number
Yongqiang Niu
1
-1
/
+3
2022-12-19
mailbox: rockchip: Use device_get_match_data() to simplify the code
ye xingchen
1
-3
/
+1
2022-12-19
mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg manager
Nicolas Frayer
1
-0
/
+1
2022-12-19
mailbox: qcom-apcs-ipc: Add SM4250 APCS IPC support
Bhupesh Sharma
1
-0
/
+1
2022-12-13
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-0
/
+1
2022-11-23
mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failure
Huisong Li
1
-0
/
+1
2022-11-17
genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
Thomas Gleixner
1
-1
/
+1
2022-10-06
mailbox: qcom-ipcc: flag IRQ NO_THREAD
Eric Chanudet
1
-1
/
+2
2022-10-06
mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"
Colin Ian King
1
-1
/
+1
2022-10-06
mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg
Jack Wang
1
-4
/
+4
2022-10-06
mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock support
Robert Marko
1
-1
/
+1
2022-10-06
mailbox: mpfs: account for mbox offsets while sending
Conor Dooley
1
-4
/
+3
2022-10-06
mailbox: mpfs: fix handling of the reg property
Conor Dooley
1
-10
/
+14
2022-10-06
mailbox: imx: fix RST channel support
Peng Fan
1
-5
/
+5
2022-09-15
mailbox: apple: Implement poll_data() operation
Hector Martin
1
-3
/
+33
2022-09-15
mailbox: apple: Implement flush() operation
Hector Martin
1
-0
/
+27
2022-08-08
Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujit...
Linus Torvalds
2
-17
/
+34
[next]