summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxuart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement breaking into ddb on imxuart(4). When a break is detected,patrick2019-01-281-2/+13
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
* Also match on "fsl,imx6q-uart" such that this attaches on i.MX7.kettenis2018-06-111-3/+6
* Remove comcnspeed and comcnmode. They serve no purpose anymore. Configuringkettenis2018-05-311-4/+1
* Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick2018-03-291-0/+873