summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2017-05-03Fix typo in r317659.Alexander Motin
2017-05-01Make some UART consoles to not spin wait for data to be sent.Alexander Motin
2017-03-11Extend the pl011 small-fifos fix to other SoCs that indicate rev 5Ian Lepore
2017-03-08Update the comment for the Wacom WACF00e to make it clear it's not anIan Lepore
2017-03-08Add the pnp id for a Wacom 'WACF00e' tablet.Ian Lepore
2017-03-08Handle fifo size differences between older and newer revs of pl011 hardware.Ian Lepore
2017-03-04Reconfigure the fifo watermark levels on the pl011 uart to interrupt whenIan Lepore
2017-03-04Fix bugs exposed by the recent enabling of FIFOs in the pl011 uart. TheseIan Lepore
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2017-02-27Revert r314212 as it break Allwinner boards.Ruslan Bukin
2017-02-26Enable pl011 UART FIFOsJayachandran C.
2017-02-24Use correct macro for Synopsys UART driver declaration.Ruslan Bukin
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2017-01-12Allow uart(4) to use MSI interrupts on single-port PCI instances.Bruce M Simpson
2016-12-19Fix whitespace issues in pl011 uart driverJayachandran C.
2016-12-17Simplify interrupt mask programming in pl011 uartJayachandran C.
2016-11-29Fix interrupt clear in pl011 uart receive functionJayachandran C.
2016-11-21Include the missing accommon.h from the ACPI uart code.Andrew Turner
2016-11-21Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner
2016-11-21Add Intel Atom Cherryview SOC HSUART supportSean Bruno
2016-11-21Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find theAndrew Turner
2016-11-17Do not reallocate driver softc for uart unnecessarily.Ruslan Bukin
2016-11-17Add support for UART found in the Ingenic XBurst system on chips.Ruslan Bukin
2016-11-11Use ofw_bus_node_is_compatible in more drivers used on arm.Andrew Turner
2016-08-28Check all compatible strings on uart devices in powerpcJustin Hibbits
2016-08-28Fix UART PPS capture mode printingJustin Hibbits
2016-07-24Remove now unused functions from the FDT uart cpu driver.Andrew Turner
2016-07-21Fix the build:Andrew Turner
2016-07-21Add support for arm64 to uart_dev_acpi by using the _HID property to findAndrew Turner
2016-07-20We will be switching to a new arm64 uart cpu driver that handles both FDTAndrew Turner
2016-07-10EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-26Stop including machine/fdt.h from the fdt uart code, it's unneeded.Andrew Turner
2016-04-26Do not include fdt.h on RISC-V.Ruslan Bukin
2016-04-21sys: use our nitems() macro when param.h is available.Pedro F. Giffuni
2016-04-21Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-04-01Move support for Synopsys Designware APB UART out of ns8250 and into aJared McNeill
2016-02-26Add ns16550a compatible string in UART 8250 driverWojciech Macek
2016-02-23Stop using the global fdtbus_bs_tag and instead use the tag from the softcIan Lepore
2016-02-23This code no longer references fdtbus_bs_tag, no need for a special externIan Lepore
2016-02-23Now that we have OF_decode_addr(), with proper MD implementations, to obtainIan Lepore
2016-02-16Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner
2016-02-12UART: Fix spurious interrupts generated by ns8250 and lpc drivers:Michal Meloun
2016-02-10Explicitly include <sys/systm.h>. Previously we were pulling it in due toAndrew Turner
2016-01-25- Make the code consistent with itself style-wise and bring it closerMarius Strobl
2016-01-20Fix busy-detect when using DesignWare UARTZbigniew Bodek
2016-01-20Add compatibility string for dw-apb-uart in ns8250 driverZbigniew Bodek
2016-01-19Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnationMarius Strobl
2016-01-18Use OF_decode_addr() to create a bus_space tag and handle for the consoleIan Lepore