summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_cpu_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* Arrange for uart_cpu_fdt's probe() routine to use the same table of compatian2013-11-021-16/+10
* Try even harder to find a console before giving up.nwhitehorn2013-10-261-6/+11
* Be a bit more flexible in how we find the console from the properties onnwhitehorn2013-10-261-10/+23
* machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks tonwhitehorn2013-10-261-1/+0
* Fix build after r257111 by including headers with definition of pmap_kextract().nwhitehorn2013-10-261-0/+4
* Test UARTs physical address instead of virtual.ray2013-10-251-1/+7
* Add support for uarts other than the serial console in TI OMAP SoCs.ian2013-08-211-0/+2
* Use an if/else sequence rather than unrelated if statements, so that aian2013-08-211-7/+7
* Teach UART to attach Exynos/s3/s5 class driver.ray2013-06-291-0/+2
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-211-0/+175
OpenPOWER on IntegriCloud