summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/exuart.c
AgeCommit message (Expand)Author
2021-09-01Remove dead poweroff functions, as they not appear in otherJan Klemkow
2021-02-22Improve support for the variant found on the Apple M1 SoC.Mark Kettenis
2021-02-16Add support for the UART found on the Apple M1 SoC.Mark Kettenis
2021-02-14Introduce variables to deal with bit layout differences in the UFSTATMark Kettenis
2021-02-11Don't hardcode com(4)'s major number in exuart(4).Patrick Wildt
2021-02-05arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().Patrick Wildt
2021-02-05Fix whitespace.Patrick Wildt
2021-02-05Rename probe/attach functions to fit our regular naming scheme. ReplacePatrick Wildt
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt