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