aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_subr.c
Commit message (Expand)AuthorAgeFilesLines
* uart: uart_getenv: check for NULL class last, not firstWarner Losh2024-10-141-7/+7
* uart: Add a signal to compute rclk from baudrateWarner Losh2024-10-141-0/+2
* uart: Document rw:XXX field of hw.uart.consoleWarner Losh2024-10-111-0/+1
* dev/uart: Support setting the register io widthAndrew Turner2024-02-131-0/+9
* dev/uart: Use a linker set to find uart classesAndrew Turner2024-02-131-9/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm: Catch up with Samsung S3C2xx0 code removalWarner Losh2022-10-011-3/+0
* uart: Improve console specification parsingWarner Losh2021-01-151-9/+10
* scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl2020-12-261-1/+0
* Add busy detect quirk to list of console optionsMatt Macy2018-07-221-0/+9
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-2/+1
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-1/+0
* Drop __DECONST as well as few fixes of style(9).Marcelo Araujo2014-10-281-8/+15
* Fix a leaked Storage Variable.Marcelo Araujo2014-10-241-6/+11
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-2/+2
* Teach UART to attach Exynos/s3/s5 class driver.Aleksandr Rybalko2013-06-291-0/+1
* Build uart_dev_lpc.c on arm only. This fixes pc98 build.Yoshihiro Takahashi2013-04-221-0/+2
* Merging of projects/armv6, part 8Oleksandr Tymoshenko2012-08-151-0/+1
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-131-6/+6
* Fix typos.Rebecca Cran2010-11-091-2/+2
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-6/+44
* Make uart_getenv() not be ns8250 dependent. This will allow, in the future,Warner Losh2005-12-121-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Make sure the baudrate specified with the BR tag is somewhat sane.Marcel Moolenaar2004-11-141-0/+20
* Fix braino in previous commit: getenv() can return NULL.Marcel Moolenaar2004-03-201-0/+2
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar2004-03-201-0/+247