summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/exuart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve support for the variant found on the Apple M1 SoC.kettenis2021-02-221-61/+152
* Add support for the UART found on the Apple M1 SoC.kettenis2021-02-161-9/+23
* Introduce variables to deal with bit layout differences in the UFSTATkettenis2021-02-141-9/+26
* Don't hardcode com(4)'s major number in exuart(4).patrick2021-02-111-5/+12
* arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().patrick2021-02-051-4/+3
* Fix whitespace.patrick2021-02-051-2/+2
* Rename probe/attach functions to fit our regular naming scheme. Replacepatrick2021-02-051-13/+13
* Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick2021-02-051-0/+940