summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_fdt.c
AgeCommit message (Expand)Author
2024-10-11uart: Small style tweakWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-12-02uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne
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
2016-07-24Remove now unused functions from the FDT uart cpu driver.Andrew Turner
2016-07-20We will be switching to a new arm64 uart cpu driver that handles both FDTAndrew Turner
2016-04-26Stop including machine/fdt.h from the fdt uart code, it's unneeded.Andrew Turner
2016-04-26Do not include fdt.h on RISC-V.Ruslan Bukin
2016-02-23This code no longer references fdtbus_bs_tag, no need for a special externIan Lepore
2016-02-23Now that we have OF_decode_addr(), with proper MD implementations, to obtainIan Lepore
2016-02-16Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner
2016-01-18Use OF_decode_addr() to create a bus_space tag and handle for the consoleIan Lepore
2015-09-08Allow us to set the console device tree node. This is needed as not allAndrew 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-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-07Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering fullIan Lepore
2014-01-24clock-frequency is a FreeBSD-specific extention. Make it optional andWarner Losh
2013-11-02Arrange for uart_cpu_fdt's probe() routine to use the same table of compatIan Lepore
2013-10-26Try even harder to find a console before giving up.Nathan Whitehorn
2013-10-26Be a bit more flexible in how we find the console from the properties onNathan Whitehorn
2013-10-26machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks toNathan Whitehorn
2013-10-26Fix build after r257111 by including headers with definition of pmap_kextract().Nathan Whitehorn
2013-10-25Test UARTs physical address instead of virtual.Aleksandr Rybalko
2013-08-21Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore
2013-08-21Use an if/else sequence rather than unrelated if statements, so that aIan 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