summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_imx.c
AgeCommit message (Expand)Author
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-02-21uart_dev_imx: Make ext_resources non-optionalEmmanuel Vadot
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-07-01Add i.MX 8M Quad supportOleksandr Tymoshenko
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-04-11Add support for the uart classes to set their default register shift value.Andrew Turner
2015-03-07Move the uart_class definitions and fdt compat data into the individualIan Lepore
2014-10-12Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting onIan Lepore
2014-09-30Return the actual baud rate programmed in the hardware rather than 115200.Ian Lepore
2014-04-26Reword a comment block a bit; no functional changes.Ian Lepore
2014-04-26Flesh out imx_uart_init() so that we're not relying on u-boot to initIan Lepore
2014-04-26The freescale imx uart driver works for the whole i.MX family, so rename theIan Lepore
2014-04-07Use a more professional device description.Rui Paulo
2014-01-19Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh
2013-10-24Fix crossed fingers output. Only comment changed.Aleksandr Rybalko
2013-04-01Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore
2013-03-20Integrate Efika MX project back to home.Aleksandr Rybalko