aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_snps.c
Commit message (Expand)AuthorAgeFilesLines
* uart_snps: Register a device xref for UARTsKa Ho Ng2024-04-121-1/+17
* sys: Simplify enabling EARLY_PRINTF uartsAndrew Turner2024-02-131-11/+8
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-141-0/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* uart_dev_snps: Fix device probingKornel Dulęba2022-10-061-2/+2
* Remove unused uart_devclass.John Baldwin2022-05-061-1/+1
* uart_dev_snps: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-18/+0
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-031-1/+0
* Update Armada 38x UART device tree bindingMarcin Wojtas2018-10-101-0/+1
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-15/+2
* Now that we set the busy_detect bit in the bas to support setting itWarner Losh2018-07-231-1/+1
* uart_snps: Add early printf supportEmmanuel Vadot2018-05-011-0/+38
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-2/+4
* Revert r314212 as it break Allwinner boards.Ruslan Bukin2017-02-271-1/+1
* Use correct macro for Synopsys UART driver declaration.Ruslan Bukin2017-02-241-1/+1
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-4/+4
* Move support for Synopsys Designware APB UART out of ns8250 and into aJared McNeill2016-04-011-0/+283