aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/a10_dmac.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* 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
* arm allwinner: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* Register the device's xref handle at attach time.Jared McNeill2016-11-021-0/+1
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-1/+1
* Convert Allwinner port to extres clk/hwreset/regulator APIs.Jared McNeill2016-04-061-2/+12
* Fix dedicated DMA transfers.Jared McNeill2016-02-251-8/+15
* Add support for the Allwinner DMA controller. This will be used by the atAndrew Turner2016-02-151-0/+453