aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
...
* Set the io width when using an ACPI uart. Previously it would only ever beAndrew Turner2017-12-081-2/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2730-0/+60
* uart: detect 256-byte FIFOsEd Maste2017-10-101-1/+4
* Introduce UART driver module for Armada 3700Marcin Wojtas2017-09-091-0/+615
* uart: add AX99100 chipset supportEd Maste2017-07-271-0/+2
* Fix device lookup of for the stdout-path chosen property.Andrew Turner2017-06-021-0/+9
* uart: add AMT SOL PCI IDEd Maste2017-05-271-0/+1
* Fix typo in r317659.Alexander Motin2017-05-031-1/+1
* Make some UART consoles to not spin wait for data to be sent.Alexander Motin2017-05-012-11/+15
* Extend the pl011 small-fifos fix to other SoCs that indicate rev 5Ian Lepore2017-03-111-13/+27
* Update the comment for the Wacom WACF00e to make it clear it's not anIan Lepore2017-03-081-2/+2
* Add the pnp id for a Wacom 'WACF00e' tablet.Ian Lepore2017-03-082-0/+2
* Handle fifo size differences between older and newer revs of pl011 hardware.Ian Lepore2017-03-081-10/+39
* Reconfigure the fifo watermark levels on the pl011 uart to interrupt whenIan Lepore2017-03-041-2/+27
* Fix bugs exposed by the recent enabling of FIFOs in the pl011 uart. TheseIan Lepore2017-03-041-4/+5
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-2716-25/+89
* Revert r314212 as it break Allwinner boards.Ruslan Bukin2017-02-271-1/+1
* Enable pl011 UART FIFOsJayachandran C.2017-02-261-16/+8
* Use correct macro for Synopsys UART driver declaration.Ruslan Bukin2017-02-241-1/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-283-156/+1
* Allow uart(4) to use MSI interrupts on single-port PCI instances.Bruce M Simpson2017-01-122-3/+40
* Fix whitespace issues in pl011 uart driverJayachandran C.2016-12-191-7/+7
* Simplify interrupt mask programming in pl011 uartJayachandran C.2016-12-171-22/+23
* Fix interrupt clear in pl011 uart receive functionJayachandran C.2016-11-291-2/+2
* Include the missing accommon.h from the ACPI uart code.Andrew Turner2016-11-212-0/+2
* Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner2016-11-213-6/+92
* Add Intel Atom Cherryview SOC HSUART supportSean Bruno2016-11-211-0/+4
* Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find theAndrew Turner2016-11-211-0/+117
* Do not reallocate driver softc for uart unnecessarily.Ruslan Bukin2016-11-171-4/+3
* Add support for UART found in the Ingenic XBurst system on chips.Ruslan Bukin2016-11-171-6/+37
* Use ofw_bus_node_is_compatible in more drivers used on arm.Andrew Turner2016-11-111-1/+1
* Check all compatible strings on uart devices in powerpcJustin Hibbits2016-08-281-4/+4
* Fix UART PPS capture mode printingJustin Hibbits2016-08-281-1/+5
* Remove now unused functions from the FDT uart cpu driver.Andrew Turner2016-07-241-47/+0
* Fix the build:Andrew Turner2016-07-211-0/+2
* Add support for arm64 to uart_dev_acpi by using the _HID property to findAndrew Turner2016-07-213-0/+114
* We will be switching to a new arm64 uart cpu driver that handles both FDTAndrew Turner2016-07-203-59/+136
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-4/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-6/+6
* Stop including machine/fdt.h from the fdt uart code, it's unneeded.Andrew Turner2016-04-261-3/+0
* Do not include fdt.h on RISC-V.Ruslan Bukin2016-04-261-1/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-2/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Move support for Synopsys Designware APB UART out of ns8250 and into aJared McNeill2016-04-012-12/+284
* Add ns16550a compatible string in UART 8250 driverWojciech Macek2016-02-261-0/+1
* Stop using the global fdtbus_bs_tag and instead use the tag from the softcIan Lepore2016-02-231-4/+3
* This code no longer references fdtbus_bs_tag, no need for a special externIan Lepore2016-02-231-4/+0
* Now that we have OF_decode_addr(), with proper MD implementations, to obtainIan Lepore2016-02-231-7/+6
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-162-2/+2