aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_arm64.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r345405,345406,346228,346657,348195,348198: UART SPCR fixes.Colin Percival2019-05-281-84/+8
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-5/+5
* Check all entries in the ACPI uart compat table and not just the first.Andrew Turner2018-02-261-5/+12
* Set the io width when using an ACPI uart. Previously it would only ever beAndrew Turner2017-12-081-2/+5
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-2/+3
* Include the missing accommon.h from the ACPI uart code.Andrew Turner2016-11-211-0/+1
* Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner2016-11-211-1/+83
* Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find theAndrew Turner2016-11-211-0/+117