summaryrefslogtreecommitdiff
path: root/drivers/mailbox/bcm-pdc-mailbox.c
AgeCommit message (Expand)Author
2021-06-26mailbox: bcm-pdc: Remove redundant error printing in pdc_probe()Zhen Lei
2020-10-12mailbox: bcm: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-03-19mailbox: bcm-pdc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner
2019-06-03mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-12-21mailbox: bcm-pdc: Use device-managed registration APIThierry Reding
2017-03-28mailbox: bcm-pdc: Add Northstar Plus support to PDC driverSteve Lin
2016-12-19mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice
2016-12-19mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice
2016-12-19mailbox: bcm-pdc: Performance improvementsRob Rice
2016-12-19mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice
2016-12-19mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice
2016-12-19mailbox: bcm-pdc: Try to improve branch predictionRob Rice
2016-12-19mailbox: bcm-pdc: streamline rx codeRob Rice
2016-12-19mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice
2016-12-19mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin
2016-12-19mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin
2016-12-19mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice
2016-08-29fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie
2016-08-29mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter
2016-07-28mailbox: Fix format and type mismatches in Broadcom PDC driverRob Rice
2016-07-28mailbox: Add Broadcom PDC mailbox driverRob Rice