summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
AgeCommit message (Expand)Author
2025-04-01arm64: add a driver for the uart found on Apple Silicon machinesKyle Evans
2024-10-14uart: Add a signal to compute rclk from baudrateWarner Losh
2024-02-13dev/uart: Support 8-byte register accessAndrew Turner
2024-02-13dev/uart: Use a linker set to find uart classesAndrew Turner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-30uart: Remove sbbc referenceWarner Losh
2022-09-30arm: Catch up with Samsung S3C2xx0 code removalWarner 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
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2015-03-07Move the uart_class definitions and fdt compat data into the individualIan Lepore
2015-03-07Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering fullIan Lepore
2015-01-13Rename Exynos UART driver. No functional change.Ruslan Bukin
2014-10-02Add uart driver for Qualcomm MSM 7000/8000 series chips.Ganbold Tsagaankhuu
2014-01-23Add Atmel serial drivers.Warner Losh
2013-11-12Add support for Freescale Vybrid Family VF600 heterogeneousRuslan Bukin
2013-11-02Arrange for uart_cpu_fdt's probe() routine to use the same table of compatIan Lepore
2013-08-21Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore
2013-06-29Teach UART to attach Exynos/s3/s5 class driver.Aleksandr Rybalko
2013-04-27Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek
2013-03-20Integrate Efika MX project back to home.Aleksandr Rybalko
2012-08-30Add PrimeCell UART (PL011) driverOleksandr Tymoshenko
2012-08-15Merging of projects/armv6, part 8Oleksandr Tymoshenko
2010-04-10Add sbbc(4), a driver for the BootBus controller found in Serengeti andMarius Strobl
2008-08-25Add the 2nd CCU and PnP devices support on pc98.Yoshihiro Takahashi
2008-03-12add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler
2008-03-03Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski
2007-04-02Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar
2006-05-23Remove definitions of uart_[gs]etdreg. They are not used anymore andMarcel Moolenaar
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2003-09-26Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar
2003-09-23- Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi
2003-09-06The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar