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
/
mailbox.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-18
mailbox: Export mbox_flush()
Thierry Reding
1
-0
/
+1
2018-12-22
mailbox: Allow multiple controllers per device
Mikko Perttunen
1
-1
/
+2
2018-12-22
mailbox: Support blocking transfers in atomic context
Thierry Reding
1
-0
/
+28
2018-12-22
mailbox: Add device-managed registration functions
Thierry Reding
1
-0
/
+70
2017-11-14
mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone
Sudeep Holla
1
-2
/
+2
2017-06-14
mailbox: Make startup and shutdown ops optional
Bjorn Andersson
1
-6
/
+10
2017-04-27
mailbox: handle empty message in tx_tick
Sudeep Holla
1
-1
/
+4
2017-04-27
mailbox: skip complete wait event if timer expired
Sudeep Holla
1
-3
/
+3
2017-04-27
mailbox: always wait in mbox_send_message for blocking Tx mode
Sudeep Holla
1
-1
/
+1
2017-03-28
mailbox: check ->last_tx_done for NULL in case of timer-based polling
Alexey Klimov
1
-0
/
+6
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-2
/
+1
2016-04-12
mailbox: Stop using ENOSYS for anything other than unimplemented syscalls
Lee Jones
1
-2
/
+2
2015-08-10
mailbox: switch to hrtimer for tx_complete polling
Sudeep Holla
1
-12
/
+15
2015-06-11
mailbox: Add ability for clients to request channels by name
Lee Jones
1
-0
/
+29
2015-05-12
mailbox: Fix up error handling in mbox_request_channel()
Benson Leung
1
-3
/
+8
2015-02-06
mailbox: check for bit set before polling
Jassi Brar
1
-1
/
+1
2014-11-27
Mailbox: Add support for Platform Communication Channel
Ashwin Chaugule
1
-3
/
+1
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-10-08
mailbox: Introduce framework for mailbox
Jassi Brar
1
-0
/
+465