aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* uart: Improve console specification parsingWarner Losh2021-01-151-9/+10
* pccard: Remove uart(4) PC Card attachmentWarner Losh2021-01-081-106/+0
* scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl2020-12-264-767/+0
* uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne2020-12-024-15/+22
* uart: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0110-23/+14
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+1
* Move Ti AM335x to dev/extres/clk framework.Michal Meloun2020-07-301-13/+4
* Add i.MX 8M Quad supportOleksandr Tymoshenko2020-07-011-4/+57
* Fix AccessWidth and BitWidth parsing in SPCR tableMarcin Wojtas2020-06-241-4/+39
* Export a sysctl count of RX FIFO overrun events.John Baldwin2020-04-132-0/+8
* Correct baud rate error calculation.John Baldwin2020-04-131-1/+1
* Add Denverton UART PCI IDJustin Hibbits2020-02-281-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Remove sparc64 kernel supportWarner Losh2020-02-035-1498/+0
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-1/+0
* keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-161-19/+19
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-2/+2
* Regularize my copyright noticeWarner Losh2019-12-045-10/+8
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-031-1/+0
* Relax TX draining in ns8250_bus_transmit().Alexander Motin2019-09-151-7/+2
* Add ACPI entries for Synopsys Designware UARTs used on ARM platformsRebecca Cran2019-06-281-0/+3
* Some devices take undesired actions when RTS and DTR areStephen Hurd2019-06-121-3/+6
* uart_cpu_acpi: Fix GCC build break from r348195Conrad Meyer2019-05-231-3/+0
* Use ACPI SPCR on x86Colin Percival2019-05-234-95/+185
* ACPI SPCR: handle BaudRate=0Rebecca Cran2019-04-251-0/+7
* Add quirk for ignoring SPCR AccessWidth values on the PL011 UARTEd Maste2019-04-153-3/+10
* Initialize uart_bus_space_mem.Colin Percival2019-03-221-1/+2
* Obey SPCR AccessWidth parameter.Colin Percival2019-03-221-1/+1
* Recognize the Amazon PCI serial device found in a1.* EC2 instancesColin Percival2019-03-211-0/+1
* Remove All Rights ReservedWarner Losh2019-02-053-3/+3
* Add support for the UART device found in lowRISC system-on-a-chip.Ruslan Bukin2018-10-122-0/+459
* Update Armada 38x UART device tree bindingMarcin Wojtas2018-10-101-0/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Recognize the Amazon PCI serial device found in i3.metal EC2 instancesColin Percival2018-09-241-0/+1
* add snps IP uart support / genaralize UARTMatt Macy2018-08-1915-71/+69
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Now that we set the busy_detect bit in the bas to support setting itWarner Losh2018-07-231-1/+1
* Add busy detect quirk to list of console optionsMatt Macy2018-07-223-0/+11
* Add a driver for the BCM2835 Mini-UART as seen on the RPi3Diane Bruce2018-06-121-0/+521
* add support for console resuming, implement it for uart, use on x86Andriy Gapon2018-05-291-1/+12
* uart_snps: Add early printf supportEmmanuel Vadot2018-05-011-0/+38
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* The Arm pl011 driver assumes it's running a devicetree based system.Andrew Turner2018-02-281-9/+31
* Check all entries in the ACPI uart compat table and not just the first.Andrew Turner2018-02-261-5/+12
* Teach the Arm pl011 driver to attach to a SBSA uart. This is defined inAndrew Turner2018-02-251-0/+1
* Rename the FDT compat_data array to a bus-specific name.Andrew Turner2018-02-251-2/+2
* Disable EARLY_PRINTF from the Armada 3700 uart, it breaks when we wantAndrew Turner2018-02-011-0/+2
* arm: lpc: Remove supportEmmanuel Vadot2018-01-241-939/+0
* UART Clock Selection Register holds a divider value for a supplied clock,Ruslan Bukin2018-01-181-16/+0