| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Allow setting access-width for UART registers. | Ruslan Bukin | 2017-02-27 | 1 | -2/+3 |
| * | Remove now unused functions from the FDT uart cpu driver. | Andrew Turner | 2016-07-24 | 1 | -47/+0 |
| * | We will be switching to a new arm64 uart cpu driver that handles both FDT | Andrew Turner | 2016-07-20 | 1 | -59/+11 |
| * | Stop including machine/fdt.h from the fdt uart code, it's unneeded. | Andrew Turner | 2016-04-26 | 1 | -3/+0 |
| * | Do not include fdt.h on RISC-V. | Ruslan Bukin | 2016-04-26 | 1 | -1/+1 |
| * | This code no longer references fdtbus_bs_tag, no need for a special extern | Ian Lepore | 2016-02-23 | 1 | -4/+0 |
| * | Now that we have OF_decode_addr(), with proper MD implementations, to obtain | Ian Lepore | 2016-02-23 | 1 | -7/+6 |
| * | Allow callers of OF_decode_addr to get the size of the found mapping. This | Andrew Turner | 2016-02-16 | 1 | -1/+1 |
| * | Use OF_decode_addr() to create a bus_space tag and handle for the console | Ian Lepore | 2016-01-18 | 1 | -12/+1 |
| * | Allow us to set the console device tree node. This is needed as not all | Andrew Turner | 2015-09-08 | 1 | -10/+18 |
| * | Add support for the uart classes to set their default register shift value. | Andrew Turner | 2015-04-11 | 1 | -9/+11 |
| * | Get the fdt uart driver working on arm64, there is no machine/fdt.h, and | Andrew Turner | 2015-04-07 | 1 | -0/+6 |
| * | Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we may | Andrew Turner | 2015-04-04 | 1 | -29/+0 |
| * | Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. While | Andrew Turner | 2015-04-04 | 1 | -5/+4 |
| * | Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may give | Andrew Turner | 2015-04-04 | 1 | -4/+2 |
| * | Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full | Ian Lepore | 2015-03-07 | 1 | -12/+54 |
| * | clock-frequency is a FreeBSD-specific extention. Make it optional and | Warner Losh | 2014-01-24 | 1 | -1/+2 |
| * | Arrange for uart_cpu_fdt's probe() routine to use the same table of compat | Ian Lepore | 2013-11-02 | 1 | -16/+10 |
| * | Try even harder to find a console before giving up. | Nathan Whitehorn | 2013-10-26 | 1 | -6/+11 |
| * | Be a bit more flexible in how we find the console from the properties on | Nathan Whitehorn | 2013-10-26 | 1 | -10/+23 |
| * | machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks to | Nathan Whitehorn | 2013-10-26 | 1 | -1/+0 |
| * | Fix build after r257111 by including headers with definition of pmap_kextract(). | Nathan Whitehorn | 2013-10-26 | 1 | -0/+4 |
| * | Test UARTs physical address instead of virtual. | Aleksandr Rybalko | 2013-10-25 | 1 | -1/+7 |
| * | Add support for uarts other than the serial console in TI OMAP SoCs. | Ian Lepore | 2013-08-21 | 1 | -0/+2 |
| * | Use an if/else sequence rather than unrelated if statements, so that a | Ian Lepore | 2013-08-21 | 1 | -7/+7 |
| * | Teach UART to attach Exynos/s3/s5 class driver. | Aleksandr Rybalko | 2013-06-29 | 1 | -0/+2 |
| * | Add basic support for FDT to i386 & amd64. This change includes: | Marcel Moolenaar | 2013-05-21 | 1 | -0/+175 |