summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_acpi.c
AgeCommit message (Expand)Author
2025-08-13uart: Add UART_ACPI_SPCR_CLASSAndrew Turner
2025-08-13uart: Remove UART_ACPI_CLASSAndrew Turner
2025-01-14Kill ignore regshft flagWarner Losh
2024-10-15uart: Implement SPCR rev 3 and 4 for PreciseBaudrate and UartClkFreqWarner Losh
2024-10-14uart: Add a signal to compute rclk from baudrateWarner Losh
2024-10-11uart: Fix cut-n-paste error in DBG2 codeWarner Losh
2024-09-04uart: Use uintptr_t instead of vm_offset_t for pointer arithmeticJohn Baldwin
2024-05-17uart: DBG2 support to find the debug uartAndrew Turner
2024-03-18uart: Add uart_cpu_acpi_setup to setup the uartAndrew Turner
2024-03-18uart: Split out initilisation of the acpi devinfoAndrew Turner
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-03-31uart(4): Add a concept of "unique" serial devicesColin Percival
2020-06-24Fix AccessWidth and BitWidth parsing in SPCR tableMarcin Wojtas
2019-05-23uart_cpu_acpi: Fix GCC build break from r348195Conrad Meyer
2019-05-23Use ACPI SPCR on x86Colin Percival