| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ID for Intel Panther Point KT Controller | mav | 2015-09-13 | 1 | -0/+1 |
* | Allow us to set the console device tree node. This is needed as not all | andrew | 2015-09-08 | 1 | -10/+18 |
* | Add support for the Broadcom TruManage integrated serial port. | marcel | 2015-08-12 | 1 | -0/+2 |
* | Use bus_alloc_resource_any(), rather than bus_alloc_resource() | marcel | 2015-08-12 | 1 | -7/+6 |
* | Style fix, no functional changes -- do the braces for switches correctly. | ian | 2015-08-11 | 1 | -6/+3 |
* | Correct the polarity of the PPS assert and clear events with respect to the | ian | 2015-08-10 | 1 | -1/+7 |
* | Allow the choice of PPS signal captured by uart(4) to be runtime-configured, | ian | 2015-08-10 | 2 | -15/+111 |
* | Provide the tty-layer mutex when initializing the pps api. This allows | ian | 2015-08-08 | 3 | -7/+22 |
* | - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signaling | marius | 2015-07-24 | 2 | -9/+16 |
* | If uart interrupts are not functioning then schedule the callout to do the | neel | 2015-07-16 | 1 | -2/+10 |
* | Add new UART device presented on newer AMT enabled systems/laptops. | sbruno | 2015-06-22 | 1 | -0/+1 |
* | Add support for the Intel Atom E3800 series SoC (aka Bay Trail). | marcel | 2015-06-20 | 1 | -1/+6 |
* | Actually check the DTS node value to enable the uart quirks. | loos | 2015-05-30 | 1 | -4/+4 |
* | Switch TI platform support code from using FreeBSD's custom-baked DTS | gonzo | 2015-05-22 | 1 | -21/+10 |
* | Add support for the uart classes to set their default register shift value. | andrew | 2015-04-11 | 14 | -25/+39 |
* | Get the fdt uart driver working on arm64, there is no machine/fdt.h, and | andrew | 2015-04-07 | 2 | -1/+13 |
* | Fix uart_fdt_get_clock. It should have beed using the cell variable passed | andrew | 2015-04-07 | 1 | -9/+6 |
* | Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we may | andrew | 2015-04-04 | 2 | -29/+29 |
* | Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. While | andrew | 2015-04-04 | 3 | -37/+6 |
* | Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may give | andrew | 2015-04-04 | 2 | -8/+4 |
* | And it turns out someone beat me to it.... | eadler | 2015-03-30 | 1 | -2/+0 |
* | Add support for "MosChip MCS9922 PCIe to Peripheral Controller" to uart | eadler | 2015-03-30 | 1 | -0/+2 |
* | Move the uart_class definitions and fdt compat data into the individual | ian | 2015-03-07 | 9 | -48/+56 |
* | Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full | ian | 2015-03-07 | 4 | -22/+126 |
* | Fix the pl011 driver to work when the uart will write in zero cycles. This | andrew | 2015-03-03 | 1 | -5/+13 |
* | Enable 'receive timeout' interrupt allowing us to not | br | 2015-02-24 | 1 | -10/+25 |
* | Add the device ID for the AMT serial port on my Thinkpad T400. | jhb | 2015-02-05 | 1 | -0/+1 |
* | Rename Exynos UART driver. No functional change. | br | 2015-01-13 | 2 | -1/+2 |
* | Add PCI ID for the Oxford Semiconductor OXPCIe952 device. | grehan | 2015-01-12 | 1 | -0/+2 |
* | Don't use a sub-device/-vendor wildcard for probing MCS9922 as other | marius | 2014-12-28 | 1 | -2/+2 |
* | Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. | mav | 2014-11-26 | 1 | -0/+1 |
* | Make uart_bus_fdt a decendant of ofwbus | zbb | 2014-11-12 | 1 | -0/+1 |
* | Make PL011 UART to wait on putc only when TX FIFO is full | zbb | 2014-11-12 | 1 | -1/+3 |
* | Drop __DECONST as well as few fixes of style(9). | araujo | 2014-10-28 | 1 | -8/+15 |
* | Fix a leaked Storage Variable. | araujo | 2014-10-24 | 1 | -6/+11 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | davide | 2014-10-16 | 1 | -2/+2 |
* | Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting on | ian | 2014-10-12 | 1 | -31/+75 |
* | Use documented compat string for msm uart. | ganbold | 2014-10-06 | 1 | -1/+1 |
* | Add uart driver for Qualcomm MSM 7000/8000 series chips. | ganbold | 2014-10-02 | 4 | -0/+799 |
* | Return the actual baud rate programmed in the hardware rather than 115200. | ian | 2014-09-30 | 1 | -2/+40 |
* | Do not fail the low-level device probe simply because the kernel | marcel | 2014-07-26 | 1 | -4/+3 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -113/+0 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -2/+1 |
* | add support for MosChip MCS9922... This is found on an ExpressCard.. | jmg | 2014-06-22 | 1 | -0/+2 |
* | In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale. | cognet | 2014-05-29 | 1 | -5/+3 |
* | In the grab function, keep the bit 6 on in the IER, on XScale, using 0 | cognet | 2014-05-29 | 1 | -1/+6 |
* | Add PCI ID for AMT based serial interface found on the Lenovo T61. | sbruno | 2014-05-27 | 1 | -0/+1 |
* | Reword a comment block a bit; no functional changes. | ian | 2014-04-26 | 1 | -7/+8 |