summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_dw: Use dev_err_probe()Andy Shevchenko2022-05-191-17/+11
* serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko2022-05-191-32/+31
* serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko2022-05-191-2/+1
* serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus2022-05-051-1/+1
* serial: 8250: dw: Improve RZN1 supportPhil Edworthy2022-04-261-0/+2
* serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy2022-04-261-0/+64
* serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal2022-04-261-1/+2
* serial: 8250: dw: Move the USR register to pdataMiquel Raynal2022-04-261-3/+8
* serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing2022-04-261-8/+34
* serial: 8250: dw: Move definitions to the shared headerPhil Edworthy2022-04-261-21/+0
* 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