| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not fail the low-level device probe simply because the kernel | Marcel Moolenaar | 2014-07-26 | 1 | -4/+3 |
| * | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -113/+0 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
| * | add support for MosChip MCS9922... This is found on an ExpressCard.. | John-Mark Gurney | 2014-06-22 | 1 | -0/+2 |
| * | In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale. | Olivier Houchard | 2014-05-29 | 1 | -5/+3 |
| * | In the grab function, keep the bit 6 on in the IER, on XScale, using 0 | Olivier Houchard | 2014-05-29 | 1 | -1/+6 |
| * | Add PCI ID for AMT based serial interface found on the Lenovo T61. | Sean Bruno | 2014-05-27 | 1 | -0/+1 |
| * | Reword a comment block a bit; no functional changes. | Ian Lepore | 2014-04-26 | 1 | -7/+8 |
| * | Flesh out imx_uart_init() so that we're not relying on u-boot to init | Ian Lepore | 2014-04-26 | 1 | -2/+73 |
| * | The freescale imx uart driver works for the whole i.MX family, so rename the | Ian Lepore | 2014-04-26 | 2 | -1/+1 |
| * | Distinguish between the different variants and configurations of Sunix | Marius Strobl | 2014-04-08 | 1 | -0/+2 |
| * | Use a more professional device description. | Rui Paulo | 2014-04-07 | 1 | -1/+1 |
| * | Do not prevent processes from making changes to the baudrate or the | Marcel Moolenaar | 2014-04-05 | 1 | -6/+0 |
| * | Pass the actual baudrate to tty_init_console(). This defines the initial | Marcel Moolenaar | 2014-03-11 | 1 | -1/+1 |
| * | Back out r262921. I don't know what I was thinking, but it is lame. | Warner Losh | 2014-03-08 | 1 | -1/+1 |
| * | Set the baud rate if it isn't 0 (meaning it has been specified) not | Warner Losh | 2014-03-08 | 1 | -1/+1 |
| * | Make clock optional on uart nodes. It is a FreeBSD-specific extention, | Warner Losh | 2014-03-08 | 1 | -1/+4 |
| * | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 1 | -0/+3 |
| * | clock-frequency is a FreeBSD-specific extention. Make it optional and | Warner Losh | 2014-01-24 | 1 | -1/+2 |
| * | Add Atmel serial drivers. | Warner Losh | 2014-01-23 | 2 | -0/+3 |
| * | Don't lock in the generic grab just to lock again in the specific grabs. | Warner Losh | 2014-01-20 | 1 | -4/+0 |
| * | Introduce grab and ungrab upcalls. When the kernel desires to grab the | Warner Losh | 2014-01-19 | 11 | -37/+271 |
| * | Retire machine/fdt.h as a header used by MI code, as its function is now | Nathan Whitehorn | 2014-01-05 | 1 | -1/+0 |
| * | Convert from using fdt_immr style to arm_devmap_add_entry() to make | Ian Lepore | 2014-01-05 | 1 | -10/+11 |
| * | Add another HP iLO serial (console) port, found on Itanium servers. | Marcel Moolenaar | 2013-12-24 | 1 | -0/+1 |
| * | Plumb the cn_grab and cn_ungrab routines down into the uart | Warner Losh | 2013-12-21 | 2 | -0/+27 |
| * | Real OF systems have an ihandle under /chosen/stdout, not a phandle. Use | Nathan Whitehorn | 2013-12-01 | 1 | -2/+2 |
| * | Make uart_cpu_powerpc work on both FDT and OFW systems. This is the last | Nathan Whitehorn | 2013-12-01 | 1 | -20/+77 |
| * | Add support for Freescale Vybrid Family VF600 heterogeneous | Ruslan Bukin | 2013-11-12 | 2 | -0/+2 |
| * | Add new AMT serial port PCI ID on Intel Lynx Point chipset | Sean Bruno | 2013-11-07 | 1 | -0/+1 |
| * | Arrange for uart_cpu_fdt's probe() routine to use the same table of compat | Ian Lepore | 2013-11-02 | 3 | -16/+20 |
| * | Convert the if/else list of compatible devices to the table-driven | Ian Lepore | 2013-10-31 | 1 | -15/+30 |
| * | Try even harder to find a console before giving up. | Nathan Whitehorn | 2013-10-26 | 1 | -6/+11 |
| * | Be a bit more flexible in how we find the console from the properties on | Nathan Whitehorn | 2013-10-26 | 1 | -10/+23 |
| * | Wait for DesignWare UART transfers completion before accessing line control | Zbigniew Bodek | 2013-10-26 | 1 | -1/+25 |
| * | machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks to | Nathan Whitehorn | 2013-10-26 | 1 | -1/+0 |
| * | Fix build after r257111 by including headers with definition of pmap_kextract(). | Nathan Whitehorn | 2013-10-26 | 1 | -0/+4 |
| * | Test UARTs physical address instead of virtual. | Aleksandr Rybalko | 2013-10-25 | 1 | -1/+7 |
| * | Fix crossed fingers output. Only comment changed. | Aleksandr Rybalko | 2013-10-24 | 1 | -1/+1 |
| * | Calculate the baud rate divisor rather than using a hard-coded value. | Ian Lepore | 2013-10-20 | 1 | -5/+5 |
| * | A final test with unmodified code has shown that a delay of 150ms | Marcel Moolenaar | 2013-08-30 | 1 | -1/+1 |
| * | Work-around a timing problem with the ITE IT8513E now that the core | Marcel Moolenaar | 2013-08-29 | 1 | -1/+13 |
| * | Add support for uarts other than the serial console in TI OMAP SoCs. | Ian Lepore | 2013-08-21 | 4 | -0/+146 |
| * | Make the uart ns8250 high-level interface public rather than static. | Ian Lepore | 2013-08-21 | 2 | -38/+73 |
| * | Use an if/else sequence rather than unrelated if statements, so that a | Ian Lepore | 2013-08-21 | 1 | -7/+7 |
| * | Check for generic ns16550 after all other types. A device may be compatible | Ian Lepore | 2013-08-21 | 1 | -3/+3 |
| * | Allow UART_POLL_FREQ to be set as a kernel option as well as via tunable | Ian Lepore | 2013-08-19 | 1 | -1/+1 |
| * | Set the device description after we call uart_probe(). In uart_probe() | Marcel Moolenaar | 2013-07-25 | 1 | -1/+7 |