index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
mailbox.c
Age
Commit message (
Expand
)
Author
2023-04-18
mailbox: Allow direct registration to a channel
Elliot Berman
2022-05-23
mailbox: forward the hrtimer if not queued and under a lock
Björn Ardö
2020-10-16
mailbox: avoid timer start from callback
Jassi Brar
2019-07-11
mailbox: handle failed named mailbox channel request
morten petersen
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-02-18
mailbox: Export mbox_flush()
Thierry Reding
2018-12-21
mailbox: Allow multiple controllers per device
Mikko Perttunen
2018-12-21
mailbox: Support blocking transfers in atomic context
Thierry Reding
2018-12-21
mailbox: Add device-managed registration functions
Thierry Reding
2017-11-14
mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone
Sudeep Holla
2017-06-14
mailbox: Make startup and shutdown ops optional
Bjorn Andersson
2017-04-27
mailbox: handle empty message in tx_tick
Sudeep Holla
2017-04-27
mailbox: skip complete wait event if timer expired
Sudeep Holla
2017-04-27
mailbox: always wait in mbox_send_message for blocking Tx mode
Sudeep Holla
2017-03-28
mailbox: check ->last_tx_done for NULL in case of timer-based polling
Alexey Klimov
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-04-12
mailbox: Stop using ENOSYS for anything other than unimplemented syscalls
Lee Jones
2015-08-10
mailbox: switch to hrtimer for tx_complete polling
Sudeep Holla
2015-06-11
mailbox: Add ability for clients to request channels by name
Lee Jones
2015-05-12
mailbox: Fix up error handling in mbox_request_channel()
Benson Leung
2015-02-06
mailbox: check for bit set before polling
Jassi Brar
2014-11-27
Mailbox: Add support for Platform Communication Channel
Ashwin Chaugule
2014-11-27
mailbox: add tx_prepare client callback
Sudeep Holla
2014-11-27
mailbox: Don't unnecessarily re-arm the polling timer
Andrew Bresticker
2014-10-08
mailbox: Introduce framework for mailbox
Jassi Brar