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