summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_pl011.c
Commit message (Expand)AuthorAgeFilesLines
* uart: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Add quirk for ignoring SPCR AccessWidth values on the PL011 UARTEd Maste2019-04-151-2/+3
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-3/+3
* The Arm pl011 driver assumes it's running a devicetree based system.Andrew Turner2018-02-281-9/+31
* Teach the Arm pl011 driver to attach to a SBSA uart. This is defined inAndrew Turner2018-02-251-0/+1
* Rename the FDT compat_data array to a bus-specific name.Andrew Turner2018-02-251-2/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Extend the pl011 small-fifos fix to other SoCs that indicate rev 5Ian Lepore2017-03-111-13/+27
* 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
* Enable pl011 UART FIFOsJayachandran C.2017-02-261-16/+8
* 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-211-0/+1
* Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner2016-11-211-5/+8
* Add support for arm64 to uart_dev_acpi by using the _HID property to findAndrew Turner2016-07-211-0/+19
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-1/+8
* 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
* Make PL011 UART to wait on putc only when TX FIFO is fullZbigniew Bodek2014-11-121-1/+3
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-0/+29
* Calculate the baud rate divisor rather than using a hard-coded value.Ian Lepore2013-10-201-5/+5
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-3/+3
* Separate interrupts enable/disable logic from setting port parameters.Oleksandr Tymoshenko2012-10-301-6/+13
* Add PrimeCell UART (PL011) driverOleksandr Tymoshenko2012-08-301-0/+436