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
2022-05-24
mailbox: qcom-ipcc: Fix -Wunused-function with CONFIG_PM_SLEEP=n
Nathan Chancellor
1
-1
/
+1
2022-05-23
mailbox: forward the hrtimer if not queued and under a lock
Björn Ardö
1
-6
/
+13
2022-05-21
mailbox: qcom-ipcc: Log the pending interrupt during resume
Prasad Sodagudi
1
-0
/
+23
2022-05-21
mailbox: pcc: Fix an invalid-load caught by the address sanitizer
Mario Limonciello
1
-1
/
+1
2022-05-21
mailbox: correct kerneldoc
Krzysztof Kozlowski
3
-3
/
+5
2022-05-21
mailbox: omap: using pm_runtime_resume_and_get to simplify the code
ran jianping
1
-4
/
+2
2022-05-21
mailbox:imx: using pm_runtime_resume_and_get
ran jianping
1
-4
/
+2
2022-05-21
mailbox: mediatek: support mt8186 adsp mailbox
Tinghan Shen
1
-0
/
+8
2022-05-21
mailbox: tegra-hsp: Add 128-bit shared mailbox support
Kartik
1
-3
/
+74
2022-05-21
mailbox: tegra-hsp: Add tegra_hsp_sm_ops
Kartik
1
-27
/
+47
2022-05-21
mailbox: remove an unneeded NULL check on list iterator
Xiaomeng Tong
1
-1
/
+1
2022-05-21
mailbox: imx: remove redundant initializer
Tom Rix
1
-1
/
+0
2022-03-13
mailbox: ti-msgmgr: Operate mailbox in polled mode during system suspend
Dave Gerlach
1
-2
/
+91
2022-03-13
mailbox: ti-msgmgr: Refactor message read during interrupt handler
Dave Gerlach
1
-39
/
+49
2022-03-13
mailbox: imx: support i.MX93 S401 MU
Peng Fan
1
-0
/
+12
2022-03-13
mailbox: imx: support dual interrupts
Peng Fan
1
-15
/
+30
2022-03-13
mailbox: imx: extend irq to an array
Peng Fan
1
-7
/
+7
2022-03-13
mailbox: imx: add i.MX8 SECO MU support
Franck LENORMAND
1
-1
/
+212
2022-03-13
mailbox: imx: introduce rxdb callback
Peng Fan
1
-3
/
+17
2022-03-13
mailbox: imx: enlarge timeout while reading/writing messages to SCFW
Ranjani Vaidyanathan
1
-2
/
+3
2022-03-13
mailbox: imx: fix crash in resume on i.mx8ulp
Robin Gong
1
-1
/
+1
2022-03-13
mailbox: imx: fix wakeup failure from freeze mode
Robin Gong
1
-0
/
+9
2022-03-13
mailbox: mediatek: add support for adsp mailbox controller
Allen-KH Cheng
3
-0
/
+187
2022-03-13
mailbox: qcom-apcs-ipc: Add compatible for MSM8976 SoC
Adam Skladowski
1
-0
/
+1
2022-03-13
mailbox: tegra-hsp: Flush whole channel
Pekka Pessi
1
-0
/
+5
2022-01-13
Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujit...
Linus Torvalds
8
-48
/
+105
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+3
2022-01-12
mailbox: qcom-ipcc: Support interrupt wake up from suspend
Huang Yiwei
1
-2
/
+1
2022-01-12
mailbox: qcom-ipcc: Support more IPCC instance
Huang Yiwei
1
-1
/
+7
2022-01-12
mailbox: qcom-ipcc: Dynamic alloc for channel arrangement
Huang Yiwei
1
-21
/
+69
2022-01-12
mailbox: change mailbox-mpfs compatible string
Conor Dooley
1
-1
/
+1
2022-01-12
mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq
Sudeep Holla
1
-3
/
+5
2022-01-12
mailbox: pcc: Avoid using the uninitialized variable 'dev'
Sudeep Holla
1
-1
/
+1
2022-01-12
mailbox: mtk: add missing of_node_put before return
Wang Qing
1
-0
/
+1
2022-01-12
mailbox: zynq: add missing of_node_put before return
Wang Qing
1
-0
/
+1
2022-01-12
mailbox: imx: Fix an IS_ERR() vs NULL bug
Dan Carpenter
1
-2
/
+2
2022-01-12
mailbox: hi3660: convert struct comments to kernel-doc notation
Randy Dunlap
1
-10
/
+8
2022-01-12
mailbox: add control_by_sw for mt8195
jason-jh.lin
1
-1
/
+1
2022-01-12
mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clks
Hsin-Yi Wang
1
-4
/
+6
2022-01-12
mailbox: fix gce_num of mt8192 driver data
jason-jh.lin
1
-1
/
+1
2022-01-12
mailbox: apple: Bind to generic compatibles
Hector Martin
1
-2
/
+2
2021-12-17
mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
Thomas Gleixner
1
-5
/
+2
2021-12-17
platform-msi: Use msi_desc::msi_index
Thomas Gleixner
1
-2
/
+2
2021-12-10
mailbox: Use irq_update_affinity_hint()
Nitesh Narayan Lal
1
-2
/
+2
2021-10-30
mailbox: imx: support i.MX8ULP S4 MU
Peng Fan
1
-37
/
+87
2021-10-30
mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe
Sudeep Holla
1
-58
/
+66
2021-10-30
mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4)
Sudeep Holla
1
-17
/
+109
2021-10-30
mailbox: pcc: Drop handling invalid bit-width in {read,write}_register
Sudeep Holla
1
-20
/
+4
2021-10-30
mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irq
Sudeep Holla
1
-87
/
+32
2021-10-30
mailbox: pcc: Add PCC register bundle and associated accessor functions
Sudeep Holla
1
-0
/
+90
[next]