aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PCI ID for AMT based serial interface found on the Lenovo T61.Sean Bruno2014-05-271-0/+1
* Reword a comment block a bit; no functional changes.Ian Lepore2014-04-261-7/+8
* Flesh out imx_uart_init() so that we're not relying on u-boot to initIan Lepore2014-04-261-2/+73
* The freescale imx uart driver works for the whole i.MX family, so rename theIan Lepore2014-04-262-1/+1
* Distinguish between the different variants and configurations of SunixMarius Strobl2014-04-081-0/+2
* Use a more professional device description.Rui Paulo2014-04-071-1/+1
* Do not prevent processes from making changes to the baudrate or theMarcel Moolenaar2014-04-051-6/+0
* Pass the actual baudrate to tty_init_console(). This defines the initialMarcel Moolenaar2014-03-111-1/+1
* Back out r262921. I don't know what I was thinking, but it is lame.Warner Losh2014-03-081-1/+1
* Set the baud rate if it isn't 0 (meaning it has been specified) notWarner Losh2014-03-081-1/+1
* Make clock optional on uart nodes. It is a FreeBSD-specific extention,Warner Losh2014-03-081-1/+4
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* clock-frequency is a FreeBSD-specific extention. Make it optional andWarner Losh2014-01-241-1/+2
* Add Atmel serial drivers.Warner Losh2014-01-232-0/+3
* Don't lock in the generic grab just to lock again in the specific grabs.Warner Losh2014-01-201-4/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-1911-37/+271
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-1/+0
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeIan Lepore2014-01-051-10/+11
* Add another HP iLO serial (console) port, found on Itanium servers.Marcel Moolenaar2013-12-241-0/+1
* Plumb the cn_grab and cn_ungrab routines down into the uartWarner Losh2013-12-212-0/+27
* Real OF systems have an ihandle under /chosen/stdout, not a phandle. UseNathan Whitehorn2013-12-011-2/+2
* Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastNathan Whitehorn2013-12-011-20/+77
* Add support for Freescale Vybrid Family VF600 heterogeneousRuslan Bukin2013-11-122-0/+2
* Add new AMT serial port PCI ID on Intel Lynx Point chipsetSean Bruno2013-11-071-0/+1