aboutsummaryrefslogtreecommitdiff
path: root/drivers/mailbox/bcm-pdc-mailbox.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-28mailbox: bcm-pdc: Add Northstar Plus support to PDC driverGravatar Steve Lin 1-15/+46
2016-12-19mailbox: bcm-pdc: Remove unnecessary void* castsGravatar Rob Rice 1-21/+20
2016-12-19mailbox: bcm-pdc: Simplify interrupt handler logicGravatar Rob Rice 1-25/+13
2016-12-19mailbox: bcm-pdc: Performance improvementsGravatar Rob Rice 1-36/+49
2016-12-19mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsGravatar Rob Rice 1-12/+11
2016-12-19mailbox: bcm-pdc: Convert from threaded IRQ to taskletGravatar Rob Rice 1-32/+25
2016-12-19mailbox: bcm-pdc: Try to improve branch predictionGravatar Rob Rice 1-13/+13
2016-12-19mailbox: bcm-pdc: streamline rx codeGravatar Rob Rice 1-60/+48
2016-12-19mailbox: bcm-pdc: Convert from interrupts to poll for tx doneGravatar Rob Rice 1-62/+145
2016-12-19mailbox: bcm-pdc: PDC driver leaves debugfs files after removalGravatar Steve Lin 1-4/+2
2016-12-19mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedGravatar Steve Lin 1-8/+46
2016-12-19mailbox: bcm-pdc: Use octal permissions rather than symbolicGravatar Rob Rice 1-1/+2
2016-08-29fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleGravatar Baoyou Xie 1-2/+2
2016-08-29mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Gravatar Dan Carpenter 1-3/+4
2016-07-28mailbox: Fix format and type mismatches in Broadcom PDC driverGravatar Rob Rice 1-4/+4
2016-07-28mailbox: Add Broadcom PDC mailbox driverGravatar Rob Rice 1-0/+1531