aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+3
* Remove now unused functions from the FDT uart cpu driver.Andrew Turner2016-07-241-47/+0
* We will be switching to a new arm64 uart cpu driver that handles both FDTAndrew Turner2016-07-201-59/+11
* Stop including machine/fdt.h from the fdt uart code, it's unneeded.Andrew Turner2016-04-261-3/+0
* Do not include fdt.h on RISC-V.Ruslan Bukin2016-04-261-1/+1
* This code no longer references fdtbus_bs_tag, no need for a special externIan Lepore2016-02-231-4/+0
* Now that we have OF_decode_addr(), with proper MD implementations, to obtainIan Lepore2016-02-231-7/+6
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+1
* Use OF_decode_addr() to create a bus_space tag and handle for the consoleIan Lepore2016-01-181-12/+1
* Allow us to set the console device tree node. This is needed as not allAndrew Turner2015-09-081-10/+18
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-9/+11
* Get the fdt uart driver working on arm64, there is no machine/fdt.h, andAndrew Turner2015-04-071-0/+6
* Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we mayAndrew Turner2015-04-041-29/+0
* Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. WhileAndrew Turner2015-04-041-5/+4
* Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may giveAndrew Turner2015-04-041-4/+2
* Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering fullIan Lepore2015-03-071-12/+54
* clock-frequency is a FreeBSD-specific extention. Make it optional andWarner Losh2014-01-241-1/+2
* Arrange for uart_cpu_fdt's probe() routine to use the same table of compatIan Lepore2013-11-021-16/+10
* Try even harder to find a console before giving up.Nathan Whitehorn2013-10-261-6/+11
* Be a bit more flexible in how we find the console from the properties onNathan Whitehorn2013-10-261-10/+23
* machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks toNathan Whitehorn2013-10-261-1/+0
* Fix build after r257111 by including headers with definition of pmap_kextract().Nathan Whitehorn2013-10-261-0/+4
* Test UARTs physical address instead of virtual.Aleksandr Rybalko2013-10-251-1/+7
* Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore2013-08-211-0/+2
* Use an if/else sequence rather than unrelated if statements, so that aIan Lepore2013-08-211-7/+7
* 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-0/+175