summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/com_fdt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UART 1-3 support for Allwinner H3 (maybe H5/H2+).uaa2020-03-231-1/+2
| | | | | | | - add reset signal definition - add reset signal de-assert code ok kettenis@
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
| | | | | | arm_intr_* prefix with fdt_intr_*. ok kettenis@
* match on marvell,armada-38x-uart linux >= 4.18-rc1 changed the compatjsg2018-07-201-2/+5
| | | | | | string from snps,dw-apb-uart in b7639b0b15ddd1a4686b0142e70dfb122eefc88f ok patrick@
* Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.kettenis2018-05-311-0/+160
ok patrick@