aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_imx.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* uart_dev_imx: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Add i.MX 8M Quad supportOleksandr Tymoshenko2020-07-011-4/+57
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-1/+14
* Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting onIan Lepore2014-10-121-31/+75
* Return the actual baud rate programmed in the hardware rather than 115200.Ian Lepore2014-09-301-2/+40
* Reword a comment block a bit; no functional changes.Ian Lepore2014-04-261-7/+8
* Flesh out imx_uart_init() so that we're not relying on u-boot to initIan Lepore2014-04-261-2/+73
* The freescale imx uart driver works for the whole i.MX family, so rename theIan Lepore2014-04-261-1/+1
* Use a more professional device description.Rui Paulo2014-04-071-1/+1
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-13/+27
* Fix crossed fingers output. Only comment changed.Aleksandr Rybalko2013-10-241-1/+1
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-3/+3
* Integrate Efika MX project back to home.Aleksandr Rybalko2013-03-201-0/+436