aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* MFC: 364430:Warner Losh2020-09-091-0/+1
* MFC 359900: Export a sysctl count of RX FIFO overrun events.John Baldwin2020-09-082-0/+8
* MFC 359899: Correct baud rate error calculation.John Baldwin2020-09-081-1/+1
* MFC r358431:Justin Hibbits2020-03-021-0/+1
* MFC r355796-r355797, r355799: kbd: defaults for get_fkeystr/diagKyle Evans2019-12-221-1/+0
* MFC r355794: keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-221-19/+19
* MFC r352369: Relax TX draining in ns8250_bus_transmit().Alexander Motin2019-09-291-7/+2
* MFC r345405,345406,346228,346657,348195,348198: UART SPCR fixes.Colin Percival2019-05-286-87/+189
* 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
* Revert r314212 as it break Allwinner boards.Ruslan Bukin2017-02-271-1/+1
* Enable pl011 UART FIFOsJayachandran C.2017-02-261-16/+8
* Use correct macro for Synopsys UART driver declaration.Ruslan Bukin2017-02-241-1/+1