summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_quicc.c
Commit message (Expand)AuthorAgeFilesLines
* uart: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* 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
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-0/+35
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-3/+3
* Cast to uintptr_t before casting to void*. This allows theMarcel Moolenaar2008-11-221-3/+3
* Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski2008-03-031-0/+487