- fb3b067 Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 3 years ago
- feb7a43 Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- afaf2ba mailbox: qcom-ipcc: Support interrupt wake up from suspend by Huang Yiwei · 3 years, 1 month ago
- 1f43e52 mailbox: qcom-ipcc: Support more IPCC instance by Huang Yiwei · 3 years, 1 month ago
- e9d50e4 mailbox: qcom-ipcc: Dynamic alloc for channel arrangement by Huang Yiwei · 3 years, 1 month ago
- f10b1fc mailbox: change mailbox-mpfs compatible string by Conor Dooley · 3 years ago
- 7215a785 mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq by Sudeep Holla · 3 years, 1 month ago
- 960c405 mailbox: pcc: Avoid using the uninitialized variable 'dev' by Sudeep Holla · 3 years, 1 month ago
- af8d0f6 mailbox: mtk: add missing of_node_put before return by Wang Qing · 3 years ago
- 2453128 mailbox: zynq: add missing of_node_put before return by Wang Qing · 3 years ago
- 05d06f3 mailbox: imx: Fix an IS_ERR() vs NULL bug by Dan Carpenter · 3 years, 1 month ago
- 79daec8 mailbox: hi3660: convert struct comments to kernel-doc notation by Randy Dunlap · 3 years, 1 month ago
- 9388501 mailbox: add control_by_sw for mt8195 by jason-jh.lin · 3 years, 1 month ago
- 99867e5 mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clks by Hsin-Yi Wang · 3 years ago
- 35ca437 mailbox: fix gce_num of mt8192 driver data by jason-jh.lin · 3 years ago
- 1fa68a3 mailbox: apple: Bind to generic compatibles by Hector Martin · 3 years ago
- d722e9a mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling by Thomas Gleixner · 3 years, 1 month ago
- dba27c7 platform-msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
- bf886e1 mailbox: Use irq_update_affinity_hint() by Nitesh Narayan Lal · 3 years, 4 months ago
- 97961f78e mailbox: imx: support i.MX8ULP S4 MU by Peng Fan · 3 years, 2 months ago
- ce02870 mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe by Sudeep Holla · 3 years, 3 months ago
- c45ded7 mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4) by Sudeep Holla · 3 years, 3 months ago
- 45ec2da mailbox: pcc: Drop handling invalid bit-width in {read,write}_register by Sudeep Holla · 3 years, 3 months ago
- bf18123 mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irq by Sudeep Holla · 3 years, 3 months ago
- 800cda7 mailbox: pcc: Add PCC register bundle and associated accessor functions by Sudeep Holla · 3 years, 3 months ago
- f92ae90 mailbox: pcc: Rename doorbell ack to platform interrupt ack register by Sudeep Holla · 3 years, 3 months ago
- 7b6da7f mailbox: pcc: Use PCC mailbox channel pointer instead of standard by Sudeep Holla · 3 years, 3 months ago
- 0f2591e mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region info by Sudeep Holla · 3 years, 3 months ago
- 4e3c96f mailbox: pcc: Consolidate subspace doorbell register parsing by Sudeep Holla · 3 years, 3 months ago
- 319bfb3 mailbox: pcc: Consolidate subspace interrupt information parsing by Sudeep Holla · 3 years, 3 months ago
- 80b2bdd mailbox: pcc: Refactor all PCC channel information into a structure by Sudeep Holla · 3 years, 3 months ago
- 10dcc2d mailbox: pcc: Fix kernel doc warnings by Sudeep Holla · 3 years, 3 months ago
- f89f9c5 mailbox: apple: Add driver for Apple mailboxes by Sven Peter · 3 years, 2 months ago
- 0a5ad43 mailbox: mtk-cmdq: Fix local clock ID usage by Fei Shao · 3 years, 2 months ago
- 5c154b6 mailbox: mtk-cmdq: Validate alias_id on probe by Fei Shao · 3 years, 2 months ago
- ce1537f mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done by jason-jh.lin · 3 years, 3 months ago
- db28a59 mailbox: qcom-apcs-ipc: Add QCM2290 APCS IPC support by Shawn Guo · 3 years, 3 months ago
- 4523ec8 mailbox: qcom-apcs-ipc: Consolidate msm8994 type apcs_data by Shawn Guo · 3 years, 3 months ago
- 1c7532c mailbox: xgene-slimpro: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- f5e2eeb mailbox: sun6i: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- f3908cc mailbox: stm32-ipcc: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- 240c7e3 mailbox: sti: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- 78c6798 mailbox: qcom-apcs-ipc: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- b5e3a1f mailbox: platform-mhu: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- 6bb9e5e mailbox: omap: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- a04f303 mailbox: mtk-cmdq: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- be42360 mailbox: hi6220: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- 2801a33 mailbox: hi3660: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- ea9c66b mailbox: bcm2835: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- 218f22b mailbox: altera: Make use of the helper function devm_platform_ioremap_resource() by Cai Huoqing · 3 years, 4 months ago
- 85dfdbf mailbox: cmdq: add multi-gce clocks support for mt8195 by jason-jh.lin · 3 years, 4 months ago
- 8d4f5a9 mailbox: cmdq: add mediatek mailbox support for mt8195 by jason-jh.lin · 3 years, 4 months ago
- e5c11ee mailbox: qcom-apcs-ipc: Add compatible for MSM8953 SoC by Vladimir Lypak · 3 years, 5 months ago
- dc2b8ed mailbox: qcom: Add support for SM6115 APCS IPC by Iskren Chernev · 3 years, 6 months ago
- 8b60ed2 soc: mediatek: cmdq: add address shift in jump by Yongqiang Niu · 3 years, 5 months ago
- 84fd420 mailbox: cmdq: add mt8192 support by Yongqiang Niu · 3 years, 5 months ago
- 8d7e590 mailbox: qcom-ipcc: Enable loading QCOM_IPCC as a module by Amit Pundir · 3 years, 5 months ago
- 23e6a7c mailbox: sti: quieten kernel-doc warnings by Randy Dunlap · 3 years, 5 months ago
- 83d7b15 mbox: add polarfire soc system controller mailbox by Conor Dooley · 3 years, 6 months ago
- e80a7e7 mailbox: imx: Avoid using val uninitialized in imx_mu_isr() by Nathan Chancellor · 3 years, 6 months ago
- 8a7cdb1 mailbox: qcom: Add MSM8939 APCS support by Shawn Guo · 3 years, 6 months ago
- 96e39e9 mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform device by Shawn Guo · 3 years, 6 months ago
- 7264843 mailbox: qcom-apcs: Add SM6125 compatible by Martin Botka · 3 years, 7 months ago
- cc3eb51 mailbox: mtk-cmdq: Fix uninitialized variable in cmdq_mbox_flush() by Dan Carpenter · 3 years, 6 months ago
- c0d580c mailbox: bcm-flexrm-mailbox: Remove redundant dev_err call in flexrm_mbox_probe() by Zhihao Cheng · 3 years, 7 months ago
- 01c5916 mailbox: bcm2835: Remove redundant dev_err call in bcm2835_mbox_probe() by Zhihao Cheng · 3 years, 7 months ago
- d6fbfdb mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion by Sibi Sankar · 3 years, 6 months ago
- 8ebc3b5 mailbox: mtk-cmdq: Add struct cmdq_pkt in struct cmdq_cb_data by Chun-Kuang Hu · 3 years, 10 months ago
- 1b6b0ce mailbox: mtk-cmdq: Use mailbox rx_callback by Chun-Kuang Hu · 3 years, 10 months ago
- b3c0d72 mailbox: mtk-cmdq: Remove cmdq_cb_status by Chun-Kuang Hu · 3 years, 10 months ago
- 4f0b776 mailbox: imx-mailbox: support i.MX8ULP MU by Peng Fan · 3 years, 7 months ago
- f689a7c mailbox: imx: add xSR/xCR register array by Peng Fan · 3 years, 7 months ago
- 32f7443 mailbox: imx: replace the xTR/xRR array with single register by Peng Fan · 3 years, 7 months ago
- c770168 mailbox: hisilicon: Use the correct HiSilicon copyright by Hao Fang · 3 years, 7 months ago
- ff16cae mailbox: mediatek: Remove redundant error printing in cmdq_probe() by Zhen Lei · 3 years, 8 months ago
- 3edf083 mailbox: bcm-pdc: Remove redundant error printing in pdc_probe() by Zhen Lei · 3 years, 8 months ago
- 9f07523 mailbox: arm_mhu: Remove redundant error printing in mhu_probe() by Zhen Lei · 3 years, 8 months ago
- d8201ef Merge tag 'mailbox-v5.13' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 3 years, 8 months ago
- a683246 mailbox: arm_mhu_db: Remove redundant dev_err call in mhu_db_probe() by Qiheng Lin · 3 years, 9 months ago
- 6457f4c mailbox: sprd: Add supplementary inbox support by Orson Zhai · 3 years, 9 months ago
- 9468ab8 mailbox: sprd: Introduce refcnt when clients requests/free channels by Orson Zhai · 3 years, 9 months ago
- 9d2e8b9 mailbox: fix various typos in comments by Tom Saeger · 3 years, 10 months ago
- 3cfc748 mailbox: pcc: fix platform_no_drv_owner.cocci warnings by Yang Li · 3 years, 10 months ago
- b37c384 treewide: change my e-mail address, fix my name by Marek Behún · 3 years, 9 months ago
- 6b50df2 mailbox: arm_mhuv2: Skip calling kfree() with invalid pointer by Viresh Kumar · 3 years, 10 months ago
- d1e6bc0 mailbox: tegra-hsp: Set lockdep class dynamically by Mikko Perttunen · 3 years, 11 months ago
- 4450f12 mailbox: sprd: correct definition of SPRD_OUTBOX_FIFO_FULL by Magnum Shan · 3 years, 11 months ago
- 09d1215 mailbox: arm_mhuv2: make remove callback return void by Uwe Kleine-König · 3 years, 11 months ago
- af59bcf mailbox: arm_mhuv2: Fix sparse warnings by Viresh Kumar · 4 years ago
- c319f78 mailbox: qcom: Add support for SDX55 APCS IPC by Manivannan Sadhasivam · 4 years ago
- 595be65 mailbox: omap: Add support for K3 AM64x SoCs by Suman Anna · 3 years, 11 months ago
- d10c851 mailbox: qcom: Add SC8180X apcs compatible by Bjorn Andersson · 4 years ago
- 5a6338c mailbox: arm_mhuv2: Add driver by Viresh Kumar · 4 years, 1 month ago
- 0179092 mailbox: stm32-ipcc: cast void pointers to unsigned long by Martin Kaiser · 4 years, 1 month ago
- 133af21 mailbox: stm32-ipcc: remove duplicate error message by Martin Kaiser · 4 years, 1 month ago
- d68f172 mailbox: stm32-ipcc: add COMPILE_TEST dependency by Martin Kaiser · 4 years, 2 months ago
- 9905f72 mailbox: arm_mhu_db: Fix mhu_db_shutdown by replacing kfree with devm_kfree by Sudeep Holla · 4 years, 1 month ago
- 2e368dd Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 2 months ago
- c7dacf5 mailbox: avoid timer start from callback by Jassi Brar · 4 years, 2 months ago
- 558e4c3 maiblox: mediatek: Fix handling of platform_get_irq() error by Krzysztof Kozlowski · 4 years, 4 months ago