summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_msm.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r279723, r279724:ian2015-05-231-1/+8
| | | | | | | | | Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full (class and device) FDT UART. Define second one, UART_FDT_CLASS, for UART class only. Move the uart_class definitions and fdt compat data into the individual uart implementations, and export them using the new linker-set mechanism.
* MFC r272399, r272602, r274451, r274452:ian2015-05-231-0/+568
Add uart driver for Qualcomm MSM 7000/8000 series chips. It is working on IFC6410 board which has Qualcomm Snapdragon SoC. Use documented compat string for msm uart. Make PL011 UART to wait on putc only when TX FIFO is full Make uart_bus_fdt a decendant of ofwbus
OpenPOWER on IntegriCloud