| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backport of r338074 - generalize uart_bus_probe and add SNPS support to x86 | Matt Macy | 2018-11-04 | 1 | -1/+24 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -2/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -0/+2 |
| * | MFC r317659, r317752: | Alexander Motin | 2017-05-16 | 1 | -5/+7 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -3/+3 |
| * | Move support for Synopsys Designware APB UART out of ns8250 and into a | Jared McNeill | 2016-04-01 | 1 | -12/+1 |
| * | Add ns16550a compatible string in UART 8250 driver | Wojciech Macek | 2016-02-26 | 1 | -0/+1 |
| * | UART: Fix spurious interrupts generated by ns8250 and lpc drivers: | Michal Meloun | 2016-02-12 | 1 | -2/+3 |
| * | Fix busy-detect when using DesignWare UART | Zbigniew Bodek | 2016-01-20 | 1 | -2/+5 |
| * | Add compatibility string for dw-apb-uart in ns8250 driver | Zbigniew Bodek | 2016-01-20 | 1 | -0/+1 |
| * | Restore uart PPS signal capture polarity to its historical norm, and add an | Ian Lepore | 2016-01-12 | 1 | -16/+60 |
| * | uart(4) - make the 8250 uart baudrate tolerance build time tweakable. | Adrian Chadd | 2015-11-18 | 1 | -2/+13 |
| * | Actually check the DTS node value to enable the uart quirks. | Luiz Otavio O Souza | 2015-05-30 | 1 | -4/+4 |
| * | Add support for the uart classes to set their default register shift value. | Andrew Turner | 2015-04-11 | 1 | -1/+2 |
| * | Move the uart_class definitions and fdt compat data into the individual | Ian Lepore | 2015-03-07 | 1 | -0/+11 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
| * | In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale. | Olivier Houchard | 2014-05-29 | 1 | -5/+3 |
| * | In the grab function, keep the bit 6 on in the IER, on XScale, using 0 | Olivier Houchard | 2014-05-29 | 1 | -1/+6 |
| * | Introduce grab and ungrab upcalls. When the kernel desires to grab the | Warner Losh | 2014-01-19 | 1 | -0/+33 |
| * | Wait for DesignWare UART transfers completion before accessing line control | Zbigniew Bodek | 2013-10-26 | 1 | -1/+25 |
| * | A final test with unmodified code has shown that a delay of 150ms | Marcel Moolenaar | 2013-08-30 | 1 | -1/+1 |
| * | Work-around a timing problem with the ITE IT8513E now that the core | Marcel Moolenaar | 2013-08-29 | 1 | -1/+13 |
| * | Make the uart ns8250 high-level interface public rather than static. | Ian Lepore | 2013-08-21 | 1 | -38/+13 |
| * | Add support for A10 uart. | Ganbold Tsagaankhuu | 2013-03-01 | 1 | -5/+38 |
| * | Add a loader tunable "hw.broken_txfifo" which enables a workaround for a | Colin Percival | 2013-01-27 | 1 | -1/+13 |
| * | Disable the TX ready interrupts once we received one, some UART won't clear | Olivier Houchard | 2011-11-02 | 1 | -2/+5 |
| * | Ignore MCR[6] during the probe to fix a false negative. Bit 6 of the | Marcel Moolenaar | 2011-05-26 | 1 | -1/+7 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Remove redundant checking of sc_leaving (uart_intr() already handles this). | Marius Strobl | 2010-05-02 | 1 | -1/+1 |
| * | Fix hangs caused by hardware that signals receive errors | Marcel Moolenaar | 2009-04-08 | 1 | -6/+9 |
| * | The XScale PXA255 has three generally ns16x50 compatible UARTs. One of the | Benno Rice | 2008-05-30 | 1 | -5/+31 |
| * | add device hints to control the rx FIFO interrupt level on 16550A parts | Sam Leffler | 2008-03-12 | 1 | -1/+14 |
| * | Don't use a time-limiting loop that's defined in terms of the baudrate | Marcel Moolenaar | 2007-04-03 | 1 | -13/+7 |
| * | Don't expose the uart_ops structure directly, but instead have | Marcel Moolenaar | 2007-04-02 | 1 | -2/+3 |
| * | For embedded UARTs compatible with the ns8250 family it is possible | Marcel Moolenaar | 2007-03-28 | 1 | -1/+3 |
| * | - Add a uart_rxready() and corresponding device-specific implementations | Marius Strobl | 2007-01-18 | 1 | -6/+4 |
| * | The lcr variable in ns8250_probe is now unused. Remove it. | Benno Rice | 2006-05-23 | 1 | -1/+1 |
| * | Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0. | Benno Rice | 2006-05-23 | 1 | -24/+16 |
| * | Use 115200 and not 9600 as the initial baudrate. This speeds up | Marcel Moolenaar | 2006-04-27 | 1 | -1/+1 |
| * | MFp4: Calculate the divisor before setting the DLAB bit. This | Marcel Moolenaar | 2006-04-23 | 1 | -2/+2 |
| * | Eliminate the sc_hasfifo flag from the softc. It was only used by | Marcel Moolenaar | 2006-04-02 | 1 | -3/+3 |
| * | Don't hold the hardware mutex across getc(). It can wait indefinitely | Marcel Moolenaar | 2006-04-01 | 1 | -5/+15 |
| * | Add support for scc(4). | Marcel Moolenaar | 2006-03-30 | 1 | -18/+18 |
| * | Replace our local UART_SIGMASK_* with the global SER_MASK_*. | Marcel Moolenaar | 2006-02-24 | 1 | -1/+1 |
| * | MFp4: | Marcel Moolenaar | 2006-02-24 | 1 | -5/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Include the common <dev/ic/ns16550.h> instead of the private | Marcel Moolenaar | 2004-11-20 | 1 | -1/+2 |
| * | Be slightly more paranoid about using the divisor in a division and | Marcel Moolenaar | 2004-11-15 | 1 | -2/+6 |