aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835/bcm2835_dma.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bcm_dma: don't dereference NULL softcMitchell Horne2023-02-241-7/+22
* bcm_dma: attach at an earlier bus passMark Millard2023-02-241-1/+2
* arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* bcm2835: push address mapping conversion for DMA/mailbox to runtimeKyle Evans2019-11-201-11/+10
* bcm2835_dma: Mark IRQs shareableKyle Evans2019-11-081-10/+10
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Add compatible strings used in upstream dts filesOleksandr Tymoshenko2016-10-121-1/+7
* ARM: Remove unused includes.Michal Meloun2016-10-091-2/+0
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-2/+2
* Do not use DMA channels used by GPU.Svatopluk Kraus2016-02-161-26/+61
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* Correct a few sizeof()sEitan Adler2013-05-011-1/+1
* - Reset DMA channel if error occuredOleksandr Tymoshenko2013-03-051-0/+2
* Add driver for BCM2835's DMA engineOleksandr Tymoshenko2013-02-281-0/+727