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
2015-08-10
mailbox: switch to hrtimer for tx_complete polling
Sudeep Holla
1
-12
/
+15
2015-08-07
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2015-08-05
mailbox: Drop owner assignment from platform_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-02
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2015-06-16
arm: use subsys_initcall in non-modular pl320 IPC code
Paul Gortmaker
1
-1
/
+1
2015-06-13
mailbox/bcm2835: Fix mailbox full detection.
Eric Anholt
1
-1
/
+2
2015-06-11
mailbox: Add ability for clients to request channels by name
Lee Jones
1
-0
/
+29
2015-06-11
mailbox: Enable BCM2835 mailbox support
Lubomir Rintel
3
-0
/
+227
2015-05-12
mailbox: Fix up error handling in mbox_request_channel()
Benson Leung
2
-6
/
+11
2015-05-12
mailbox: Make mbox_chan_ops const
Andrew Bresticker
4
-4
/
+4
2015-05-12
mailbox: altera: Add dependency on HAS_IOMEM
Richard Weinberger
1
-0
/
+1
2015-03-17
mailbox: arm_mhu: add driver for ARM MHU controller
Jassi Brar
3
-0
/
+206
2015-03-04
Mailbox: Restructure and simplify PCC mailbox code
Ashwin Chaugule
1
-85
/
+37
2015-02-11
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...
Linus Torvalds
5
-3
/
+399
2015-02-06
mailbox: Add Altera mailbox driver
Ley Foon Tan
3
-0
/
+396
2015-02-06
mailbox: check for bit set before polling
Jassi Brar
1
-1
/
+1
2015-02-06
Mailbox: Fix return value check in pcc_init()
Wei Yongjun
1
-2
/
+2
2015-02-05
ACPI / PCC: Use pr_debug() for debug messages in pcc_init()
Rafael J. Wysocki
1
-2
/
+2
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-27
Mailbox: Add support for Platform Communication Channel
Ashwin Chaugule
5
-3
/
+432
2014-11-27
mailbox/omap: adapt to the new mailbox framework
Suman Anna
1
-148
/
+198
2014-11-27
mailbox: add tx_prepare client callback
Sudeep Holla
1
-0
/
+2
2014-11-27
mailbox: Don't unnecessarily re-arm the polling timer
Andrew Bresticker
1
-5
/
+8
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-10-21
Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...
Linus Torvalds
3
-1
/
+470
2014-10-20
mailbox: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-08
mailbox: Introduce framework for mailbox
Jassi Brar
2
-0
/
+469
2014-10-08
mailbox: rename pl320-ipc specific mailbox.h
Suman Anna
1
-1
/
+1
2014-09-11
mailbox/omap: add support for parsing dt devices
Suman Anna
1
-24
/
+132
2014-07-29
mailbox/omap: add a parent structure for every IP instance
Suman Anna
1
-58
/
+115
2014-07-29
mailbox/omap: remove the private mailbox structure
Suman Anna
1
-63
/
+63
2014-07-29
mailbox/omap: consolidate OMAP mailbox driver
Suman Anna
5
-455
/
+283
2014-07-29
mailbox/omap: simplify the fifo assignment by using macros
Suman Anna
1
-13
/
+16
2014-07-29
mailbox/omap: remove omap_mbox_type_t from mailbox ops
Suman Anna
3
-26
/
+2
2014-07-29
mailbox/omap: remove OMAP1 mailbox driver
Suman Anna
3
-217
/
+3
2014-07-29
mailbox/omap: use devm_* interfaces
Suman Anna
1
-45
/
+19
2014-01-24
drivers/mailbox/omap: make mbox->irq signed for error handling
Dan Carpenter
1
-1
/
+1
2013-09-18
mailbox: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-06-11
mailbox/omap: move the OMAP mailbox framework to drivers
Suman Anna
6
-0
/
+1137
2013-03-04
mailbox, pl320-ipc: remove __init from probe function
Mark Langsdorf
1
-2
/
+1
2013-02-02
ARM / highbank: add support for pl320 IPC
Rob Herring
3
-0
/
+219
[prev]