summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: replace snprintf in show functions with sysfs_emitJing Yao2021-11-251-1/+1
* serial: 8250_pci: Remove empty stub pci_quatech_exit()Andy Shevchenko2021-10-261-5/+0
* serial: 8250_pci: Replace custom pci_match_id() implementationAndy Shevchenko2021-10-261-41/+31
* serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko2021-10-261-30/+22
* serial: 8250_pci: Get rid of redundant 'else' keywordAndy Shevchenko2021-10-261-3/+3
* serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko2021-10-261-8/+4
* serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold2021-10-211-7/+4
* serial: 8250: rename unlock labelsJohan Hovold2021-10-211-5/+5
* serial: 8250: fix racy uartclk updateJohan Hovold2021-10-211-4/+17
* Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-181-2/+6
|\
| * serial: 8250: allow disabling of Freescale 16550 compile testJohan Hovold2021-10-051-2/+6
* | serial: 8250_lpss: Enable PSE UART Auto Flow ControlAman Kumar2021-10-101-0/+3
* | serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko2021-10-104-10/+13
* | serial: 8250_dw: Fix the trivial typo in the commentAndy Shevchenko2021-10-101-1/+1
* | serial: 8250_dw: Re-use temporary variable for of_nodeAndy Shevchenko2021-10-101-3/+6
* | serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-10-101-1/+1
* | Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"Johan Hovold2021-10-071-17/+0
* | serial: 8250: Fix reporting real baudrate value in c_ospeed fieldPali Rohár2021-10-051-0/+17
* | Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-271-1/+1
|\|
| * serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon2021-09-141-1/+1
* | serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESASGeert Uytterhoeven2021-09-221-1/+1
* | serial: 8250: remove duplicated BRI0A49 and BDP3336 entriesKrzysztof Kozlowski2021-09-221-4/+0
* | serial: 8250_fsl: Move fsl8250_data to ACPI sectionGeert Uytterhoeven2021-09-221-4/+4
* | serial: 8250_pci: Prefer struct_size over open coded arithmeticLen Baker2021-09-141-3/+1
|/
* serial: 8250_ingenic: Use of_device_get_match_dataTang Bin2021-08-261-4/+2
* Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-095-9/+30
|\
| * serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner2021-07-301-0/+1
| * serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao2021-07-291-0/+5
| * serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko2021-07-211-0/+6
| * serial: 8250: fix handle_irq lockingJohan Hovold2021-07-213-6/+9
| * serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-07-211-3/+9
* | serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren2021-08-051-1/+24
* | serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman2021-07-271-1/+1
* | serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko2021-07-271-0/+10
* | serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-07-271-1/+2
* | serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko2021-07-211-13/+23
* | serial: 8250: extend compile-test coverageJohan Hovold2021-07-211-4/+6
* | serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King2021-07-211-1/+1
* | serial: 8250_pnp: Support configurable clock frequencyJianmin Lv2021-07-211-0/+2
* | serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King2021-07-211-1/+1
|/
* serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra2021-06-241-1/+19
* serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary2021-06-161-0/+1
* serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary2021-06-161-1/+0
* serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER rangeMaciej W. Rozycki2021-06-161-4/+3
* serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki2021-06-161-3/+16
* serial: 8250: Document SMSC Super I/O UART peculiaritiesMaciej W. Rozycki2021-06-161-2/+29
* serial: 8250: Correct the clock for OxSemi PCIe devicesMaciej W. Rozycki2021-06-161-64/+64
* serial: 8250: Dissociate 4MHz Titan ports from Oxford portsMaciej W. Rozycki2021-06-161-6/+38
* Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-141-1/+5
|\
| * serial: 8250_exar: Avoid NULL pointer dereference at ->exit()Andy Shevchenko2021-06-091-1/+5