summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/imxuart.c
AgeCommit message (Expand)Author
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-06-15Fix previous commit and unbreak the tree.Mark Kettenis
2019-06-14timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha
2019-01-28Implement breaking into ddb on imxuart(4). When a break is detected,Patrick Wildt
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-06-11Also match on "fsl,imx6q-uart" such that this attaches on i.MX7.Mark Kettenis
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt