aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for UART device found in Qualcomm Snapdragon 410E SoC.Ruslan Bukin2018-01-182-8/+16
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-253-7/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+1
* Set the io width when using an ACPI uart. Previously it would only ever beAndrew Turner2017-12-081-2/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2730-0/+60
* uart: detect 256-byte FIFOsEd Maste2017-10-101-1/+4
* Introduce UART driver module for Armada 3700Marcin Wojtas2017-09-091-0/+615
* uart: add AX99100 chipset supportEd Maste2017-07-271-0/+2
* Fix device lookup of for the stdout-path chosen property.Andrew Turner2017-06-021-0/+9
* uart: add AMT SOL PCI IDEd Maste2017-05-271-0/+1
* Fix typo in r317659.Alexander Motin2017-05-031-1/+1
* Make some UART consoles to not spin wait for data to be sent.Alexander Motin2017-05-012-11/+15
* Extend the pl011 small-fifos fix to other SoCs that indicate rev 5Ian Lepore2017-03-111-13/+27
* Update the comment for the Wacom WACF00e to make it clear it's not anIan Lepore2017-03-081-2/+2
* Add the pnp id for a Wacom 'WACF00e' tablet.Ian Lepore2017-03-082-0/+2
* Handle fifo size differences between older and newer revs of pl011 hardware.Ian Lepore2017-03-081-10/+39
* Reconfigure the fifo watermark levels on the pl011 uart to interrupt whenIan Lepore2017-03-041-2/+27
* Fix bugs exposed by the recent enabling of FIFOs in the pl011 uart. TheseIan Lepore2017-03-041-4/+5
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-2716-25/+89