summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pluart.c
AgeCommit message (Expand)Author
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-28Remove commented out variables and excessive blank lines inAnton Lindqvist
2022-06-27Allow the pluart(4) baud rate to be changed.Anton Lindqvist
2022-06-19pluart(4) does not report the correct baudrate for the hardware consoleAnton Lindqvist
2022-06-11Bring back PL011 UART FIFO support to pluart(4). This time with workingAnton Lindqvist
2022-03-13Revert previous commit. It breaks the serial console on my rpi4.Mark Kettenis
2022-03-11Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends onAnton Lindqvist
2021-09-01Remove dead poweroff functions, as they not appear in otherJan Klemkow
2021-08-31Using suser() instead of doing it manually.Jan Klemkow
2020-01-10pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@cheloha
2019-08-11Fix an issue where output gets stuck when a machine is under load. AlsoMark Kettenis
2019-07-19ttysleep(): drop unused timeout parametercheloha
2018-08-12Really overwrite the major of com(4) instead of the hardcoded 12.Mark Kettenis
2018-07-02Allow pluart(4) to attach to acpi(4).Mark Kettenis