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
/
bcm-pdc-mailbox.c
Age
Commit message (
Expand
)
Author
2021-06-26
mailbox: bcm-pdc: Remove redundant error printing in pdc_probe()
Zhen Lei
2020-10-12
mailbox: bcm: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-14
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
2020-03-19
mailbox: bcm-pdc: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459
Thomas Gleixner
2019-06-03
mailbox: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-12-21
mailbox: bcm-pdc: Use device-managed registration API
Thierry Reding
2017-03-28
mailbox: bcm-pdc: Add Northstar Plus support to PDC driver
Steve Lin
2016-12-19
mailbox: bcm-pdc: Remove unnecessary void* casts
Rob Rice
2016-12-19
mailbox: bcm-pdc: Simplify interrupt handler logic
Rob Rice
2016-12-19
mailbox: bcm-pdc: Performance improvements
Rob Rice
2016-12-19
mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptors
Rob Rice
2016-12-19
mailbox: bcm-pdc: Convert from threaded IRQ to tasklet
Rob Rice
2016-12-19
mailbox: bcm-pdc: Try to improve branch prediction
Rob Rice
2016-12-19
mailbox: bcm-pdc: streamline rx code
Rob Rice
2016-12-19
mailbox: bcm-pdc: Convert from interrupts to poll for tx done
Rob Rice
2016-12-19
mailbox: bcm-pdc: PDC driver leaves debugfs files after removal
Steve Lin
2016-12-19
mailbox: bcm-pdc: Changes so mbox client can be removed / re-inserted
Steve Lin
2016-12-19
mailbox: bcm-pdc: Use octal permissions rather than symbolic
Rob Rice
2016-08-29
fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible
Baoyou Xie
2016-08-29
mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()
Dan Carpenter
2016-07-28
mailbox: Fix format and type mismatches in Broadcom PDC driver
Rob Rice
2016-07-28
mailbox: Add Broadcom PDC mailbox driver
Rob Rice