summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_quicc.c
AgeCommit message (Expand)Author
2024-06-02uart: Use device_set_descf()Mark Johnston
2024-02-22dev/uart: name uart_class_set DATA_SET macro UART_CLASS()Bjoern A. Zeeb
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
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-04-04quicc_bus_setsig: eliminate write only variable basWarner Losh
2020-09-01uart: clean up empty lines in .c and .h filesMateusz Guzik
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
2014-01-19Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh
2013-04-01Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore
2008-11-22Cast to uintptr_t before casting to void*. This allows theMarcel Moolenaar
2008-03-03Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski