| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: 364430: | Warner Losh | 2020-09-09 | 1 | -0/+1 |
| * | MFC 359900: Export a sysctl count of RX FIFO overrun events. | John Baldwin | 2020-09-08 | 2 | -0/+8 |
| * | MFC 359899: Correct baud rate error calculation. | John Baldwin | 2020-09-08 | 1 | -1/+1 |
| * | MFC r358431: | Justin Hibbits | 2020-03-02 | 1 | -0/+1 |
| * | MFC r355796-r355797, r355799: kbd: defaults for get_fkeystr/diag | Kyle Evans | 2019-12-22 | 1 | -1/+0 |
| * | MFC r355794: keyboard switch definitions: standardize on c99 initializers | Kyle Evans | 2019-12-22 | 1 | -19/+19 |
| * | MFC r352369: Relax TX draining in ns8250_bus_transmit(). | Alexander Motin | 2019-09-29 | 1 | -7/+2 |
| * | MFC r345405,345406,346228,346657,348195,348198: UART SPCR fixes. | Colin Percival | 2019-05-28 | 6 | -87/+189 |
| * | Add support for the UART device found in lowRISC system-on-a-chip. | Ruslan Bukin | 2018-10-12 | 2 | -0/+459 |
| * | Update Armada 38x UART device tree binding | Marcin Wojtas | 2018-10-10 | 1 | -0/+1 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Recognize the Amazon PCI serial device found in i3.metal EC2 instances | Colin Percival | 2018-09-24 | 1 | -0/+1 |
| * | add snps IP uart support / genaralize UART | Matt Macy | 2018-08-19 | 15 | -71/+69 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Now that we set the busy_detect bit in the bas to support setting it | Warner Losh | 2018-07-23 | 1 | -1/+1 |
| * | Add busy detect quirk to list of console options | Matt Macy | 2018-07-22 | 3 | -0/+11 |
| * | Add a driver for the BCM2835 Mini-UART as seen on the RPi3 | Diane Bruce | 2018-06-12 | 1 | -0/+521 |
| * | add support for console resuming, implement it for uart, use on x86 | Andriy Gapon | 2018-05-29 | 1 | -1/+12 |
| * | uart_snps: Add early printf support | Emmanuel Vadot | 2018-05-01 | 1 | -0/+38 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -1/+0 |
| * | The Arm pl011 driver assumes it's running a devicetree based system. | Andrew Turner | 2018-02-28 | 1 | -9/+31 |
| * | Check all entries in the ACPI uart compat table and not just the first. | Andrew Turner | 2018-02-26 | 1 | -5/+12 |
| * | Teach the Arm pl011 driver to attach to a SBSA uart. This is defined in | Andrew Turner | 2018-02-25 | 1 | -0/+1 |
| * | Rename the FDT compat_data array to a bus-specific name. | Andrew Turner | 2018-02-25 | 1 | -2/+2 |
| * | Disable EARLY_PRINTF from the Armada 3700 uart, it breaks when we want | Andrew Turner | 2018-02-01 | 1 | -0/+2 |
| * | arm: lpc: Remove support | Emmanuel Vadot | 2018-01-24 | 1 | -939/+0 |
| * | UART Clock Selection Register holds a divider value for a supplied clock, | Ruslan Bukin | 2018-01-18 | 1 | -16/+0 |
| * | Support for UART device found in Qualcomm Snapdragon 410E SoC. | Ruslan Bukin | 2018-01-18 | 2 | -8/+16 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 3 | -7/+1 |
| * | Create a new ISA_PNP_INFO macro. Use this macro every where we have | Warner Losh | 2017-12-23 | 1 | -0/+1 |
| * | Set the io width when using an ACPI uart. Previously it would only ever be | Andrew Turner | 2017-12-08 | 1 | -2/+5 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 30 | -0/+60 |
| * | uart: detect 256-byte FIFOs | Ed Maste | 2017-10-10 | 1 | -1/+4 |
| * | Introduce UART driver module for Armada 3700 | Marcin Wojtas | 2017-09-09 | 1 | -0/+615 |
| * | uart: add AX99100 chipset support | Ed Maste | 2017-07-27 | 1 | -0/+2 |
| * | Fix device lookup of for the stdout-path chosen property. | Andrew Turner | 2017-06-02 | 1 | -0/+9 |
| * | uart: add AMT SOL PCI ID | Ed Maste | 2017-05-27 | 1 | -0/+1 |
| * | Fix typo in r317659. | Alexander Motin | 2017-05-03 | 1 | -1/+1 |
| * | Make some UART consoles to not spin wait for data to be sent. | Alexander Motin | 2017-05-01 | 2 | -11/+15 |
| * | Extend the pl011 small-fifos fix to other SoCs that indicate rev 5 | Ian Lepore | 2017-03-11 | 1 | -13/+27 |
| * | Update the comment for the Wacom WACF00e to make it clear it's not an | Ian Lepore | 2017-03-08 | 1 | -2/+2 |
| * | Add the pnp id for a Wacom 'WACF00e' tablet. | Ian Lepore | 2017-03-08 | 2 | -0/+2 |
| * | Handle fifo size differences between older and newer revs of pl011 hardware. | Ian Lepore | 2017-03-08 | 1 | -10/+39 |
| * | Reconfigure the fifo watermark levels on the pl011 uart to interrupt when | Ian Lepore | 2017-03-04 | 1 | -2/+27 |
| * | Fix bugs exposed by the recent enabling of FIFOs in the pl011 uart. These | Ian Lepore | 2017-03-04 | 1 | -4/+5 |
| * | Allow setting access-width for UART registers. | Ruslan Bukin | 2017-02-27 | 16 | -25/+89 |
| * | Revert r314212 as it break Allwinner boards. | Ruslan Bukin | 2017-02-27 | 1 | -1/+1 |
| * | Enable pl011 UART FIFOs | Jayachandran C. | 2017-02-26 | 1 | -16/+8 |
| * | Use correct macro for Synopsys UART driver declaration. | Ruslan Bukin | 2017-02-24 | 1 | -1/+1 |