aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* Remove a duplicate definition.Kevin Lo2015-12-051-1/+0
* uart(4) - make the 8250 uart baudrate tolerance build time tweakable.Adrian Chadd2015-11-181-2/+13
* Add ID for Intel Panther Point KT ControllerAlexander Motin2015-09-131-0/+1
* Allow us to set the console device tree node. This is needed as not allAndrew Turner2015-09-081-10/+18
* Add support for the Broadcom TruManage integrated serial port.Marcel Moolenaar2015-08-121-0/+2
* Use bus_alloc_resource_any(), rather than bus_alloc_resource()Marcel Moolenaar2015-08-121-7/+6
* Style fix, no functional changes -- do the braces for switches correctly.Ian Lepore2015-08-111-6/+3
* Correct the polarity of the PPS assert and clear events with respect to theIan Lepore2015-08-101-1/+7
* Allow the choice of PPS signal captured by uart(4) to be runtime-configured,Ian Lepore2015-08-102-15/+111
* Provide the tty-layer mutex when initializing the pps api. This allowsIan Lepore2015-08-083-7/+22
* - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signalingMarius Strobl2015-07-242-9/+16
* If uart interrupts are not functioning then schedule the callout to do theNeel Natu2015-07-161-2/+10
* Add new UART device presented on newer AMT enabled systems/laptops.Sean Bruno2015-06-221-0/+1
* Add support for the Intel Atom E3800 series SoC (aka Bay Trail).Marcel Moolenaar2015-06-201-1/+6
* Actually check the DTS node value to enable the uart quirks.Luiz Otavio O Souza2015-05-301-4/+4
* Switch TI platform support code from using FreeBSD's custom-baked DTSOleksandr Tymoshenko2015-05-221-21/+10
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-1114-25/+39
* Get the fdt uart driver working on arm64, there is no machine/fdt.h, andAndrew Turner2015-04-072-1/+13
* Fix uart_fdt_get_clock. It should have beed using the cell variable passedAndrew Turner2015-04-071-9/+6
* Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we mayAndrew Turner2015-04-042-29/+29
* Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. WhileAndrew Turner2015-04-043-37/+6
* Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may giveAndrew Turner2015-04-042-8/+4
* And it turns out someone beat me to it....Eitan Adler2015-03-301-2/+0
* Add support for "MosChip MCS9922 PCIe to Peripheral Controller" to uartEitan Adler2015-03-301-0/+2
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-079-48/+56
* Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering fullIan Lepore2015-03-074-22/+126
* Fix the pl011 driver to work when the uart will write in zero cycles. ThisAndrew Turner2015-03-031-5/+13
* Enable 'receive timeout' interrupt allowing us to notRuslan Bukin2015-02-241-10/+25
* Add the device ID for the AMT serial port on my Thinkpad T400.John Baldwin2015-02-051-0/+1
* Rename Exynos UART driver. No functional change.Ruslan Bukin2015-01-132-1/+2
* Add PCI ID for the Oxford Semiconductor OXPCIe952 device.Peter Grehan2015-01-121-0/+2
* Don't use a sub-device/-vendor wildcard for probing MCS9922 as otherMarius Strobl2014-12-281-2/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-261-0/+1
* Make uart_bus_fdt a decendant of ofwbusZbigniew Bodek2014-11-121-0/+1
* Make PL011 UART to wait on putc only when TX FIFO is fullZbigniew Bodek2014-11-121-1/+3
* Drop __DECONST as well as few fixes of style(9).Marcelo Araujo2014-10-281-8/+15
* Fix a leaked Storage Variable.Marcelo Araujo2014-10-241-6/+11
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-2/+2
* Use the FIFOs in the imx5/imx6 uart hardware instead of interrupting onIan Lepore2014-10-121-31/+75
* Use documented compat string for msm uart.Ganbold Tsagaankhuu2014-10-061-1/+1
* Add uart driver for Qualcomm MSM 7000/8000 series chips.Ganbold Tsagaankhuu2014-10-024-0/+799
* Return the actual baud rate programmed in the hardware rather than 115200.Ian Lepore2014-09-301-2/+40
* Do not fail the low-level device probe simply because the kernelMarcel Moolenaar2014-07-261-4/+3
* Remove ia64.Marcel Moolenaar2014-07-071-113/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* add support for MosChip MCS9922... This is found on an ExpressCard..John-Mark Gurney2014-06-221-0/+2
* In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale.Olivier Houchard2014-05-291-5/+3
* In the grab function, keep the bit 6 on in the IER, on XScale, using 0Olivier Houchard2014-05-291-1/+6