aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused uart_devclass.John Baldwin2022-05-061-2/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne2020-12-021-5/+18
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix device lookup of for the stdout-path chosen property.Andrew Turner2017-06-021-0/+9
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-4/+20
* Use ofw_bus_node_is_compatible in more drivers used on arm.Andrew Turner2016-11-111-1/+1
* We will be switching to a new arm64 uart cpu driver that handles both FDTAndrew Turner2016-07-201-0/+123
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Explicitly include <sys/systm.h>. Previously we were pulling it in due toAndrew Turner2016-02-101-0/+1
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-8/+3
* Get the fdt uart driver working on arm64, there is no machine/fdt.h, andAndrew Turner2015-04-071-1/+7
* Fix uart_fdt_get_clock. It should have beed using the cell variable passedAndrew Turner2015-04-071-9/+6
* Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we mayAndrew Turner2015-04-041-0/+29
* Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. WhileAndrew Turner2015-04-041-32/+0
* Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may giveAndrew Turner2015-04-041-4/+2
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-31/+0
* Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering fullIan Lepore2015-03-071-6/+18
* Rename Exynos UART driver. No functional change.Ruslan Bukin2015-01-131-1/+1
* Make uart_bus_fdt a decendant of ofwbusZbigniew Bodek2014-11-121-0/+1
* Use documented compat string for msm uart.Ganbold Tsagaankhuu2014-10-061-1/+1
* Add uart driver for Qualcomm MSM 7000/8000 series chips.Ganbold Tsagaankhuu2014-10-021-0/+1
* Make clock optional on uart nodes. It is a FreeBSD-specific extention,Warner Losh2014-03-081-1/+4
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Add Atmel serial drivers.Warner Losh2014-01-231-0/+2
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-1/+0
* 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
* Convert the if/else list of compatible devices to the table-drivenIan Lepore2013-10-311-15/+30
* Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore2013-08-211-0/+2
* Check for generic ns16550 after all other types. A device may be compatibleIan Lepore2013-08-211-3/+3
* Teach UART to attach Exynos/s3/s5 class driver.Aleksandr Rybalko2013-06-291-0/+2
* Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar2013-05-211-98/+0
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+4
* Integrate Efika MX project back to home.Aleksandr Rybalko2013-03-201-0/+4
* Prevent possible usage of uninitialized pbase variable by checkingOleksandr Tymoshenko2012-12-131-1/+3
* Add PrimeCell UART (PL011) driverOleksandr Tymoshenko2012-08-301-0/+4
* Merging of projects/armv6, part 8Oleksandr Tymoshenko2012-08-151-5/+10
* Merging of projects/armv6, part 4Oleksandr Tymoshenko2012-08-151-2/+4
* Actually set the baudrate from the FDT.Marcel Moolenaar2011-12-301-1/+1
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-021-2/+2
* Check the environment for system devices before using the FDT.Marcel Moolenaar2011-01-171-8/+11
* Eliminate FDT_IMMR_VA define.Rafal Jaworowski2010-07-191-1/+1
* FDT (simplebus) compatible attachment for uart(4).Rafal Jaworowski2010-06-021-0/+200