summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/bcm-pdc-mailbox.c
AgeCommit message (Expand)AuthorLines
2018-12-21mailbox: bcm-pdc: Use device-managed registration APIThierry Reding-3/+1
2017-03-28mailbox: bcm-pdc: Add Northstar Plus support to PDC driverSteve Lin-15/+46
2016-12-19mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice-21/+20
2016-12-19mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice-25/+13
2016-12-19mailbox: bcm-pdc: Performance improvementsRob Rice-36/+49
2016-12-19mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice-12/+11
2016-12-19mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice-32/+25
2016-12-19mailbox: bcm-pdc: Try to improve branch predictionRob Rice-13/+13
2016-12-19mailbox: bcm-pdc: streamline rx codeRob Rice-60/+48
2016-12-19mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice-62/+145
2016-12-19mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin-4/+2
2016-12-19mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin-8/+46
2016-12-19mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice-1/+2
2016-08-29fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie-2/+2
2016-08-29mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter-3/+4
2016-07-28mailbox: Fix format and type mismatches in Broadcom PDC driverRob Rice-4/+4
2016-07-28mailbox: Add Broadcom PDC mailbox driverRob Rice-0/+1531