Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tedu unnecessary imxuartvar.h. | 2021-02-04 | 1 | -2/+1 | |
| | | | | ok kettenis@ | ||||
* | ttysleep(): drop unused timeout parameter | 2019-07-19 | 1 | -3/+3 | |
| | | | | | | | | All callers sleep indefinitely. With help from visa@. ok visa@, ratchov@, kn@ | ||||
* | Fix previous commit and unbreak the tree. | 2019-06-15 | 1 | -3/+3 | |
| | |||||
* | timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@ | 2019-06-14 | 1 | -6/+6 | |
| | |||||
* | Implement breaking into ddb on imxuart(4). When a break is detected, | 2019-01-28 | 1 | -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 the | 2018-08-06 | 1 | -2/+2 | |
| | | | | | | arm_intr_* prefix with fdt_intr_*. ok kettenis@ | ||||
* | Also match on "fsl,imx6q-uart" such that this attaches on i.MX7. | 2018-06-11 | 1 | -3/+6 | |
| | | | | ok patrick@ | ||||
* | Remove comcnspeed and comcnmode. They serve no purpose anymore. Configuring | 2018-05-31 | 1 | -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. | 2018-03-29 | 1 | -0/+873 | |
Discussed with kettenis@ |