summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/bcm-pdc-mailbox.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-6/+2Star
|\
| * mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner2019-06-191-12/+1Star
|/
* mailbox: bcm-pdc: Use device-managed registration APIThierry Reding2018-12-211-3/+1Star
* 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/+20Star
* mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice2016-12-191-25/+13Star
* 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/+11Star
* mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice2016-12-191-32/+25Star
* mailbox: bcm-pdc: Try to improve branch predictionRob Rice2016-12-191-13/+13
* mailbox: bcm-pdc: streamline rx codeRob Rice2016-12-191-60/+48Star
* 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/+2Star
* 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