summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2020-04-13Correct baud rate error calculation.John Baldwin
2020-02-28Add Denverton UART PCI IDJustin Hibbits
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-16kbd: provide default implementations of get_fkeystr/diagKyle Evans
2019-12-16keyboard switch definitions: standardize on c99 initializersKyle Evans
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2019-12-04Regularize my copyright noticeWarner Losh
2019-12-03Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot
2019-09-15Relax TX draining in ns8250_bus_transmit().Alexander Motin
2019-06-28Add ACPI entries for Synopsys Designware UARTs used on ARM platformsRebecca Cran
2019-06-12Some devices take undesired actions when RTS and DTR areStephen Hurd
2019-05-23uart_cpu_acpi: Fix GCC build break from r348195Conrad Meyer
2019-05-23Use ACPI SPCR on x86Colin Percival
2019-04-25ACPI SPCR: handle BaudRate=0Rebecca Cran
2019-04-15Add quirk for ignoring SPCR AccessWidth values on the PL011 UARTEd Maste
2019-03-22Initialize uart_bus_space_mem.Colin Percival
2019-03-22Obey SPCR AccessWidth parameter.Colin Percival
2019-03-21Recognize the Amazon PCI serial device found in a1.* EC2 instancesColin Percival
2019-02-05Remove All Rights ReservedWarner Losh
2018-10-12Add support for the UART device found in lowRISC system-on-a-chip.Ruslan Bukin
2018-10-10Update Armada 38x UART device tree bindingMarcin Wojtas
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-09-24Recognize the Amazon PCI serial device found in i3.metal EC2 instancesColin Percival
2018-08-19add snps IP uart support / genaralize UARTMatt Macy
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-07-23Now that we set the busy_detect bit in the bas to support setting itWarner Losh
2018-07-22Add busy detect quirk to list of console optionsMatt Macy
2018-06-12Add a driver for the BCM2835 Mini-UART as seen on the RPi3Diane Bruce
2018-05-29add support for console resuming, implement it for uart, use on x86Andriy Gapon
2018-05-01uart_snps: Add early printf supportEmmanuel Vadot
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-02-28The Arm pl011 driver assumes it's running a devicetree based system.Andrew Turner
2018-02-26Check all entries in the ACPI uart compat table and not just the first.Andrew Turner
2018-02-25Teach the Arm pl011 driver to attach to a SBSA uart. This is defined inAndrew Turner
2018-02-25Rename the FDT compat_data array to a bus-specific name.Andrew Turner
2018-02-01Disable EARLY_PRINTF from the Armada 3700 uart, it breaks when we wantAndrew Turner
2018-01-24arm: lpc: Remove supportEmmanuel Vadot
2018-01-18UART Clock Selection Register holds a divider value for a supplied clock,Ruslan Bukin
2018-01-18Support for UART device found in Qualcomm Snapdragon 410E SoC.Ruslan Bukin
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-12-08Set the io width when using an ACPI uart. Previously it would only ever beAndrew Turner
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-10uart: detect 256-byte FIFOsEd Maste
2017-09-09Introduce UART driver module for Armada 3700Marcin Wojtas
2017-07-27uart: add AX99100 chipset supportEd Maste
2017-06-02Fix device lookup of for the stdout-path chosen property.Andrew Turner
2017-05-27uart: add AMT SOL PCI IDEd Maste