summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_fdt.c
AgeCommit message (Expand)Author
2025-10-31uart: provide and use default rclk for JH7110 UARTMitchell Horne
2024-05-15uart: Honour clock-frequency in FDT for UART_FDT_CLASS if presentJessica Clarke
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-05-06Remove unused uart_devclass.John Baldwin
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-12-02uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne
2018-08-19add snps IP uart support / genaralize UARTMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-02Fix device lookup of for the stdout-path chosen property.Andrew Turner
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2016-11-11Use ofw_bus_node_is_compatible in more drivers used on arm.Andrew Turner
2016-07-20We will be switching to a new arm64 uart cpu driver that handles both FDTAndrew Turner
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-10Explicitly include <sys/systm.h>. Previously we were pulling it in due toAndrew Turner
2015-04-11Add support for the uart classes to set their default register shift value.Andrew Turner
2015-04-07Get the fdt uart driver working on arm64, there is no machine/fdt.h, andAndrew Turner
2015-04-07Fix uart_fdt_get_clock. It should have beed using the cell variable passedAndrew Turner
2015-04-04Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we mayAndrew Turner
2015-04-04Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. WhileAndrew Turner
2015-04-04Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may giveAndrew Turner
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-11-12Make uart_bus_fdt a decendant of ofwbusZbigniew Bodek
2014-10-06Use documented compat string for msm uart.Ganbold Tsagaankhuu
2014-10-02Add uart driver for Qualcomm MSM 7000/8000 series chips.Ganbold Tsagaankhuu
2014-03-08Make clock optional on uart nodes. It is a FreeBSD-specific extention,Warner Losh
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2014-01-23Add Atmel serial drivers.Warner Losh
2014-01-05Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn
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-10-31Convert the if/else list of compatible devices to the table-drivenIan Lepore
2013-08-21Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore
2013-08-21Check for generic ns16550 after all other types. A device may be compatibleIan Lepore
2013-06-29Teach UART to attach Exynos/s3/s5 class driver.Aleksandr Rybalko
2013-05-21Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar
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-12-13Prevent possible usage of uninitialized pbase variable by checkingOleksandr Tymoshenko
2012-08-30Add PrimeCell UART (PL011) driverOleksandr Tymoshenko
2012-08-15Merging of projects/armv6, part 8Oleksandr Tymoshenko
2012-08-15Merging of projects/armv6, part 4Oleksandr Tymoshenko
2011-12-30Actually set the baudrate from the FDT.Marcel Moolenaar
2011-12-02Fix OF_finddevice error return value in case of FDT.Jayachandran C.
2011-01-17Check the environment for system devices before using the FDT.Marcel Moolenaar
2010-07-19Eliminate FDT_IMMR_VA define.Rafal Jaworowski
2010-06-02FDT (simplebus) compatible attachment for uart(4).Rafal Jaworowski