summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/bcm-pdc-mailbox.c
Commit message (Expand)AuthorAgeFilesLines
* mailbox: bcm-pdc: Convert to platform remove callback returning voidUwe Kleine-König2024-01-131-3/+2
* mailbox: Use device_get_match_data()Rob Herring2023-10-151-7/+3
* mailbox: bcm-pdc: Fix some kernel-doc commentsYang Li2023-09-051-3/+3
* mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-09-051-9/+3
* mailbox: bcm-pdc: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-05-041-1/+1
* mailbox: bcm-pdc: Remove redundant error printing in pdc_probe()Zhen Lei2021-06-261-1/+0
* mailbox: bcm: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-121-3/+3
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-1/+1
* mailbox: bcm-pdc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-191-10/+10
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-6/+2
|\
| * mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner2019-06-191-12/+1
|/
* mailbox: bcm-pdc: Use device-managed registration APIThierry Reding2018-12-211-3/+1
* mailbox: bcm-pdc: Add Northstar Plus support to PDC driverSteve Lin2017-03-281-15/+46
* mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice2016-12-191-21/+20
* mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice2016-12-191-25/+13
* mailbox: bcm-pdc: Performance improvementsRob Rice2016-12-191-36/+49
* mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice2016-12-191-12/+11
* mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice2016-12-191-32/+25
* mailbox: bcm-pdc: Try to improve branch predictionRob Rice2016-12-191-13/+13
* mailbox: bcm-pdc: streamline rx codeRob Rice2016-12-191-60/+48
* mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice2016-12-191-62/+145
* mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin2016-12-191-4/+2
* mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin2016-12-191-8/+46
* mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice2016-12-191-1/+2
* fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie2016-08-291-2/+2
* mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter2016-08-291-3/+4
* mailbox: Fix format and type mismatches in Broadcom PDC driverRob Rice2016-07-281-4/+4
* mailbox: Add Broadcom PDC mailbox driverRob Rice2016-07-281-0/+1531