aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-283-156/+1
* Allow uart(4) to use MSI interrupts on single-port PCI instances.Bruce M Simpson2017-01-122-3/+40
* Fix whitespace issues in pl011 uart driverJayachandran C.2016-12-191-7/+7
* Simplify interrupt mask programming in pl011 uartJayachandran C.2016-12-171-22/+23
* Fix interrupt clear in pl011 uart receive functionJayachandran C.2016-11-291-2/+2
* Include the missing accommon.h from the ACPI uart code.Andrew Turner2016-11-212-0/+2
* Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner2016-11-213-6/+92