aboutsummaryrefslogtreecommitdiff
path: root/drivers/mailbox/bcm-pdc-mailbox.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19mailbox: Convert from tasklet to BH workqueueGravatar Allen Pais 1-10/+11
2024-01-13mailbox: bcm-pdc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-10-15mailbox: Use device_get_match_data()Gravatar Rob Herring 1-7/+3
2023-09-05mailbox: bcm-pdc: Fix some kernel-doc commentsGravatar Yang Li 1-3/+3
2023-09-05mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-9/+3
2023-05-04mailbox: bcm-pdc: drop of_match_ptr for ID tableGravatar Krzysztof Kozlowski 1-1/+1
2021-06-26mailbox: bcm-pdc: Remove redundant error printing in pdc_probe()Gravatar Zhen Lei 1-1/+0
2020-10-12mailbox: bcm: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-3/+3
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Gravatar Krzysztof Kozlowski 1-1/+1
2020-03-19mailbox: bcm-pdc: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-10/+10
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Gravatar Thomas Gleixner 1-12/+1
2019-06-03mailbox: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-6/+2
2018-12-21mailbox: bcm-pdc: Use device-managed registration APIGravatar Thierry Reding 1-3/+1
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