summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxuart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tedu unnecessary imxuartvar.h.patrick2021-02-041-2/+1
| | | | ok kettenis@
* ttysleep(): drop unused timeout parametercheloha2019-07-191-3/+3
| | | | | | | | All callers sleep indefinitely. With help from visa@. ok visa@, ratchov@, kn@
* 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
| | | | | | a flag in the upper byte of the 2-byte-wide receive register is set. ok kettenis@
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
| | | | | | arm_intr_* prefix with fdt_intr_*. ok kettenis@
* Also match on "fsl,imx6q-uart" such that this attaches on i.MX7.kettenis2018-06-111-3/+6
| | | | ok patrick@
* Remove comcnspeed and comcnmode. They serve no purpose anymore. Configuringkettenis2018-05-311-4/+1
| | | | | | | the serial port speed can be done through the device tree and these days everybody uses 8N1 for the mode. ok patrick@, visa@, jsg@
* Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick2018-03-291-0/+873
Discussed with kettenis@