summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxuart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tedu unnecessary imxuartvar.h.patrick2021-02-041-2/+1
* ttysleep(): drop unused timeout parametercheloha2019-07-191-3/+3
* Fix previous commit and unbreak the tree.kettenis2019-06-151-3/+3
* timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha2019-06-141-6/+6
* 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