summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2014-05-29In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale.Olivier Houchard
2014-05-29In the grab function, keep the bit 6 on in the IER, on XScale, using 0Olivier Houchard
2014-05-27Add PCI ID for AMT based serial interface found on the Lenovo T61.Sean Bruno
2014-04-26Reword a comment block a bit; no functional changes.Ian Lepore
2014-04-26Flesh out imx_uart_init() so that we're not relying on u-boot to initIan Lepore
2014-04-26The freescale imx uart driver works for the whole i.MX family, so rename theIan Lepore
2014-04-08Distinguish between the different variants and configurations of SunixMarius Strobl
2014-04-07Use a more professional device description.Rui Paulo
2014-04-05Do not prevent processes from making changes to the baudrate or theMarcel Moolenaar
2014-03-11Pass the actual baudrate to tty_init_console(). This defines the initialMarcel Moolenaar
2014-03-08Back out r262921. I don't know what I was thinking, but it is lame.Warner Losh
2014-03-08Set the baud rate if it isn't 0 (meaning it has been specified) notWarner Losh
2014-03-08Make clock optional on uart nodes. It is a FreeBSD-specific extention,Warner Losh
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2014-01-24clock-frequency is a FreeBSD-specific extention. Make it optional andWarner Losh
2014-01-23Add Atmel serial drivers.Warner Losh
2014-01-20Don't lock in the generic grab just to lock again in the specific grabs.Warner Losh
2014-01-19Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh
2014-01-05Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn
2014-01-05Convert from using fdt_immr style to arm_devmap_add_entry() to makeIan Lepore
2013-12-24Add another HP iLO serial (console) port, found on Itanium servers.Marcel Moolenaar
2013-12-21Plumb the cn_grab and cn_ungrab routines down into the uartWarner Losh
2013-12-01Real OF systems have an ihandle under /chosen/stdout, not a phandle. UseNathan Whitehorn
2013-12-01Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastNathan Whitehorn
2013-11-12Add support for Freescale Vybrid Family VF600 heterogeneousRuslan Bukin
2013-11-07Add new AMT serial port PCI ID on Intel Lynx Point chipsetSean Bruno
2013-11-02Arrange for uart_cpu_fdt's probe() routine to use the same table of compatIan Lepore
2013-10-31Convert the if/else list of compatible devices to the table-drivenIan Lepore
2013-10-26Try even harder to find a console before giving up.Nathan Whitehorn
2013-10-26Be a bit more flexible in how we find the console from the properties onNathan Whitehorn
2013-10-26Wait for DesignWare UART transfers completion before accessing line controlZbigniew Bodek
2013-10-26machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks toNathan Whitehorn
2013-10-26Fix build after r257111 by including headers with definition of pmap_kextract().Nathan Whitehorn
2013-10-25Test UARTs physical address instead of virtual.Aleksandr Rybalko
2013-10-24Fix crossed fingers output. Only comment changed.Aleksandr Rybalko
2013-10-20Calculate the baud rate divisor rather than using a hard-coded value.Ian Lepore
2013-08-30A final test with unmodified code has shown that a delay of 150msMarcel Moolenaar
2013-08-29Work-around a timing problem with the ITE IT8513E now that the coreMarcel Moolenaar
2013-08-21Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore
2013-08-21Make the uart ns8250 high-level interface public rather than static.Ian Lepore
2013-08-21Use an if/else sequence rather than unrelated if statements, so that aIan Lepore
2013-08-21Check for generic ns16550 after all other types. A device may be compatibleIan Lepore
2013-08-19Allow UART_POLL_FREQ to be set as a kernel option as well as via tunableIan Lepore
2013-07-25Set the device description after we call uart_probe(). In uart_probe()Marcel Moolenaar
2013-07-10Protect against broken hardware. In this particular case, protect againstMarcel Moolenaar
2013-06-29Teach UART to attach Exynos/s3/s5 class driver.Aleksandr Rybalko
2013-05-21Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar
2013-05-12Fix several typosEitan Adler
2013-04-27Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek
2013-04-23Add support for Intel C600/X79 Series Chipset KT Controller.Eitan Adler