summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_subr.c
AgeCommit message (Expand)Author
2024-10-14uart: uart_getenv: check for NULL class last, not firstWarner Losh
2024-10-14uart: Add a signal to compute rclk from baudrateWarner Losh
2024-10-11uart: Document rw:XXX field of hw.uart.consoleWarner Losh
2024-02-13dev/uart: Support setting the register io widthAndrew Turner
2024-02-13dev/uart: Use a linker set to find uart classesAndrew Turner
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-30arm: Catch up with Samsung S3C2xx0 code removalWarner Losh
2021-01-14uart: Improve console specification parsingWarner Losh
2020-12-26scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl
2018-07-22Add busy detect quirk to list of console optionsMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-21Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni
2015-03-07Move the uart_class definitions and fdt compat data into the individualIan Lepore
2014-10-28Drop __DECONST as well as few fixes of style(9).Marcelo Araujo
2014-10-24Fix a leaked Storage Variable.Marcelo Araujo
2014-10-16Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano
2013-06-29Teach UART to attach Exynos/s3/s5 class driver.Aleksandr Rybalko
2013-04-22Build uart_dev_lpc.c on arm only. This fixes pc98 build.Yoshihiro Takahashi
2012-08-15Merging of projects/armv6, part 8Oleksandr Tymoshenko
2011-12-13Replace __const by const in all non-contributed source code.Ed Schouten
2010-11-09Fix typos.Rebecca Cran
2007-04-02Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar
2005-12-12Make uart_getenv() not be ns8250 dependent. This will allow, in the future,Warner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-14Make sure the baudrate specified with the BR tag is somewhat sane.Marcel Moolenaar
2004-03-20Fix braino in previous commit: getenv() can return NULL.Marcel Moolenaar
2004-03-20Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar