aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
Commit message (Expand)AuthorAgeFilesLines
* dev/uart: Support 8-byte register accessAndrew Turner2024-02-191-1/+11
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* uart: Remove sbbc referenceWarner Losh2022-10-011-1/+0
* arm: Catch up with Samsung S3C2xx0 code removalWarner Losh2022-10-011-1/+0
* 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/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-4/+38
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-4/+0
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-10/+0
* Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering fullIan Lepore2015-03-071-4/+0
* Rename Exynos UART driver. No functional change.Ruslan Bukin2015-01-131-0/+1
* Add uart driver for Qualcomm MSM 7000/8000 series chips.Ganbold Tsagaankhuu2014-10-021-0/+1
* Add Atmel serial drivers.Warner Losh2014-01-231-0/+1
* Add support for Freescale Vybrid Family VF600 heterogeneousRuslan Bukin2013-11-121-0/+1
* Arrange for uart_cpu_fdt's probe() routine to use the same table of compatIan Lepore2013-11-021-0/+5
* Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore2013-08-211-0/+1
* Teach UART to attach Exynos/s3/s5 class driver.Aleksandr Rybalko2013-06-291-0/+1
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+1
* Integrate Efika MX project back to home.Aleksandr Rybalko2013-03-201-0/+1
* Add PrimeCell UART (PL011) driverOleksandr Tymoshenko2012-08-301-0/+1
* Merging of projects/armv6, part 8Oleksandr Tymoshenko2012-08-151-0/+1
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andMarius Strobl2010-04-101-0/+1
* Add the 2nd CCU and PnP devices support on pc98.Yoshihiro Takahashi2008-08-251-0/+4
* add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler2008-03-121-0/+4
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski2008-03-031-0/+1
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-0/+9
* Remove definitions of uart_[gs]etdreg. They are not used anymore andMarcel Moolenaar2006-05-231-6/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-2/+2
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-0/+1
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+82