| Age | Commit message (Expand) | Author |
| 2016-01-12 | Restore uart PPS signal capture polarity to its historical norm, and add an | Ian Lepore |
| 2015-12-11 | Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building | Warner Losh |
| 2015-12-05 | Remove a duplicate definition. | Kevin Lo |
| 2015-11-18 | uart(4) - make the 8250 uart baudrate tolerance build time tweakable. | Adrian Chadd |
| 2015-09-13 | Add ID for Intel Panther Point KT Controller | Alexander Motin |
| 2015-09-08 | Allow us to set the console device tree node. This is needed as not all | Andrew Turner |
| 2015-08-12 | Add support for the Broadcom TruManage integrated serial port. | Marcel Moolenaar |
| 2015-08-12 | Use bus_alloc_resource_any(), rather than bus_alloc_resource() | Marcel Moolenaar |
| 2015-08-11 | Style fix, no functional changes -- do the braces for switches correctly. | Ian Lepore |
| 2015-08-10 | Correct the polarity of the PPS assert and clear events with respect to the | Ian Lepore |
| 2015-08-10 | Allow the choice of PPS signal captured by uart(4) to be runtime-configured, | Ian Lepore |
| 2015-08-08 | Provide the tty-layer mutex when initializing the pps api. This allows | Ian Lepore |
| 2015-07-24 | - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signaling | Marius Strobl |
| 2015-07-16 | If uart interrupts are not functioning then schedule the callout to do the | Neel Natu |
| 2015-06-22 | Add new UART device presented on newer AMT enabled systems/laptops. | Sean Bruno |
| 2015-06-20 | Add support for the Intel Atom E3800 series SoC (aka Bay Trail). | Marcel Moolenaar |
| 2015-05-30 | Actually check the DTS node value to enable the uart quirks. | Luiz Otavio O Souza |
| 2015-05-22 | Switch TI platform support code from using FreeBSD's custom-baked DTS | Oleksandr Tymoshenko |
| 2015-04-11 | Add support for the uart classes to set their default register shift value. | Andrew Turner |
| 2015-04-07 | Get the fdt uart driver working on arm64, there is no machine/fdt.h, and | Andrew Turner |
| 2015-04-07 | Fix uart_fdt_get_clock. It should have beed using the cell variable passed | Andrew Turner |
| 2015-04-04 | Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we may | Andrew Turner |
| 2015-04-04 | Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. While | Andrew Turner |
| 2015-04-04 | Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may give | Andrew Turner |
| 2015-03-30 | And it turns out someone beat me to it.... | Eitan Adler |
| 2015-03-30 | Add support for "MosChip MCS9922 PCIe to Peripheral Controller" to uart | Eitan Adler |
| 2015-03-07 | Move the uart_class definitions and fdt compat data into the individual | Ian Lepore |
| 2015-03-07 | Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full | Ian Lepore |
| 2015-03-03 | Fix the pl011 driver to work when the uart will write in zero cycles. This | Andrew Turner |
| 2015-02-24 | Enable 'receive timeout' interrupt allowing us to not | Ruslan Bukin |
| 2015-02-05 | Add the device ID for the AMT serial port on my Thinkpad T400. | John Baldwin |
| 2015-01-13 | Rename Exynos UART driver. No functional change. | Ruslan Bukin |
| 2015-01-12 | Add PCI ID for the Oxford Semiconductor OXPCIe952 device. | Peter Grehan |
| 2014-12-28 | Don't use a sub-device/-vendor wildcard for probing MCS9922 as other | Marius Strobl |
| 2014-11-26 | Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. | Alexander Motin |
| 2014-11-12 | Make uart_bus_fdt a decendant of ofwbus | Zbigniew Bodek |
| 2014-11-12 | Make PL011 UART to wait on putc only when TX FIFO is full | Zbigniew Bodek |
| 2014-10-28 | Drop __DECONST as well as few fixes of style(9). | Marcelo Araujo |
| 2014-10-24 | Fix a leaked Storage Variable. | Marcelo Araujo |
| 2014-10-16 | Follow up to r225617. In order to maximize the re-usability of kernel code | Davide Italiano |
| 2014-10-12 | Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting on | Ian Lepore |
| 2014-10-06 | Use documented compat string for msm uart. | Ganbold Tsagaankhuu |
| 2014-10-02 | Add uart driver for Qualcomm MSM 7000/8000 series chips. | Ganbold Tsagaankhuu |
| 2014-09-30 | Return the actual baud rate programmed in the hardware rather than 115200. | Ian Lepore |
| 2014-07-26 | Do not fail the low-level device probe simply because the kernel | Marcel Moolenaar |
| 2014-07-07 | Remove ia64. | Marcel Moolenaar |
| 2014-06-28 | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky |
| 2014-06-27 | Revert r267961, r267973: | Glen Barber |
| 2014-06-27 | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky |
| 2014-06-22 | add support for MosChip MCS9922... This is found on an ExpressCard.. | John-Mark Gurney |