summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_imx.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC 264981, 264983, 264985:Ian Lepore2014-05-171-0/+222
The freescale imx uart driver works for the whole i.MX family, so rename the header file to not have "5xx" in the name. Flesh out imx_uart_init() so that we're not relying on u-boot to init the hardware (meaning uarts other than the console will work). Reword a comment block a bit. Notes: svn path=/stable/10/; revision=266372