summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing2021-12-161-0/+3
* serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold2021-10-211-7/+4
* serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko2021-10-101-5/+1
* 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
* serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz2021-05-131-0/+1
* serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin2020-09-301-35/+19
* serial: 8250_dw: Fix common clocks usage race conditionSerge Semin2020-07-291-2/+101
* serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin2020-07-291-3/+3
* serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin2020-07-291-11/+4
* serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko2019-11-041-5/+3
* serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2019-10-041-43/+32
* serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko2019-09-041-135/+27
* serial: 8250_dw: use pointer to uart local variableAndy Shevchenko2019-09-041-4/+4
* serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko2019-09-041-3/+4
* dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-03-211-2/+2
* Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck2018-10-021-4/+0
* serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam2018-08-021-0/+1
* serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-021-1/+1
* serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy2018-07-211-0/+1
* serial: 8250_dw: add fractional divisor supportJisheng Zhang2018-07-121-0/+45
* serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko2018-07-071-8/+17
* serial: 8250_dw: Fix runtime PM handlingPhil Edworthy2018-05-141-0/+4
* serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devicesJoshua Scott2018-04-231-4/+27
* serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko2018-03-091-11/+5
* serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCRJoshua Scott2018-02-281-0/+18
* serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko2018-01-221-18/+12
* serial: 8250_dw: Disable clock on errorStefan Potyra2017-12-151-1/+2
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: 8250_dw: Improve clock rate settingEd Blake2017-10-041-12/+18
* serial: 8250_dw: explicitly request exclusive reset controlPhilipp Zabel2017-07-301-1/+1
* Merge 4.11-rc4 into tty-nextGreg Kroah-Hartman2017-03-291-2/+7
|\
| * serial: 8250_dw: Fix breakage when HAVE_CLK=nJames Hogan2017-03-141-0/+2
| * serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termiosHeiko Stuebner2017-03-141-2/+5
* | serial: 8250_dw: simplify optional reset handlingPhilipp Zabel2017-03-171-8/+5
|/
* serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson2017-02-101-0/+23
* serial: 8250_dw: Allow hardware flow control to be usedJason Uy2017-01-191-3/+2
* serial: 8250_dw: Add support for IrDA SIR modeEd Blake2016-11-161-0/+22
* Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-031-23/+25
|\
| * serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang2016-09-021-0/+1
| * serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang2016-09-011-22/+23
| * serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang2016-08-311-1/+1
* | serial: 8250_dw: Add quirk for APM X-Gene SoCHeikki Krogerus2016-09-011-5/+10
|/
* serial: 8250_dw: fix wrong logic in dw8250_check_lcr()Kefeng Wang2016-05-031-3/+4
* serial: 8250dw: Add device HID for future AMD UART controllerWang Hongcheng2016-05-011-0/+1
* serial: 8250_dw: remove leftover definitionsAndy Shevchenko2016-03-071-6/+0
* serial: 8250_dw: remove redundant 'else' keywordAndy Shevchenko2016-03-071-2/+3
* serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus2016-02-061-2/+10