summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-1/+0
* Add support for Freescale Vybrid Family VF600 heterogeneousbr2013-11-121-0/+1
* Arrange for uart_cpu_fdt's probe() routine to use the same table of compatian2013-11-021-0/+5
* Convert the if/else list of compatible devices to the table-drivenian2013-10-311-15/+30
* Add support for uarts other than the serial console in TI OMAP SoCs.ian2013-08-211-0/+2
* Check for generic ns16550 after all other types. A device may be compatibleian2013-08-211-3/+3
* 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-98/+0
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-271-0/+4
* Integrate Efika MX project back to home.ray2013-03-201-0/+4
* Prevent possible usage of uninitialized pbase variable by checkinggonzo2012-12-131-1/+3
* Add PrimeCell UART (PL011) drivergonzo2012-08-301-0/+4
* Merging of projects/armv6, part 8gonzo2012-08-151-5/+10
* Merging of projects/armv6, part 4gonzo2012-08-151-2/+4
* Actually set the baudrate from the FDT.marcel2011-12-301-1/+1
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-2/+2
* Check the environment for system devices before using the FDT.marcel2011-01-171-8/+11
* Eliminate FDT_IMMR_VA define.raj2010-07-191-1/+1
* FDT (simplebus) compatible attachment for uart(4).raj2010-06-021-0/+200
OpenPOWER on IntegriCloud