aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-21serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold1-7/+4
2021-10-10serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko1-5/+1
2021-10-10serial: 8250_dw: Fix the trivial typo in the commentAndy Shevchenko1-1/+1
2021-10-10serial: 8250_dw: Re-use temporary variable for of_nodeAndy Shevchenko1-3/+6
2021-10-10serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko1-1/+1
2021-05-13serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz1-0/+1
2020-09-30serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin1-35/+19
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin1-2/+101
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin1-3/+3
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin1-11/+4
2019-11-04serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko1-5/+3
2019-10-04serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko1-43/+32
2019-09-04serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko1-135/+27
2019-09-04serial: 8250_dw: use pointer to uart local variableAndy Shevchenko1-4/+4
2019-09-04serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko1-3/+4
2019-03-21dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-2/+2
2018-10-02Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck1-4/+0
2018-08-02serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-02serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-07-21serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy1-0/+1
2018-07-12serial: 8250_dw: add fractional divisor supportJisheng Zhang1-0/+45
2018-07-07serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko1-8/+17
2018-05-14serial: 8250_dw: Fix runtime PM handlingPhil Edworthy1-0/+4
2018-04-23serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devicesJoshua Scott1-4/+27
2018-03-09serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko1-11/+5
2018-02-28serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCRJoshua Scott1-0/+18
2018-01-22serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko1-18/+12
2017-12-15serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-04serial: 8250_dw: Improve clock rate settingEd Blake1-12/+18
2017-07-30serial: 8250_dw: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-03-29Merge 4.11-rc4 into tty-nextGreg Kroah-Hartman1-2/+7
2017-03-17serial: 8250_dw: simplify optional reset handlingPhilipp Zabel1-8/+5
2017-03-14serial: 8250_dw: Fix breakage when HAVE_CLK=nJames Hogan1-0/+2
2017-03-14serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termiosHeiko Stuebner1-2/+5
2017-02-10serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson1-0/+23
2017-01-19serial: 8250_dw: Allow hardware flow control to be usedJason Uy1-3/+2
2016-11-16serial: 8250_dw: Add support for IrDA SIR modeEd Blake1-0/+22
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-23/+25
2016-09-02serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang1-0/+1
2016-09-01serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang1-22/+23
2016-09-01serial: 8250_dw: Add quirk for APM X-Gene SoCHeikki Krogerus1-5/+10
2016-08-31serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang1-1/+1
2016-05-03serial: 8250_dw: fix wrong logic in dw8250_check_lcr()Kefeng Wang1-3/+4
2016-05-01serial: 8250dw: Add device HID for future AMD UART controllerWang Hongcheng1-0/+1
2016-03-07serial: 8250_dw: remove leftover definitionsAndy Shevchenko1-6/+0
2016-03-07serial: 8250_dw: remove redundant 'else' keywordAndy Shevchenko1-2/+3
2016-02-06serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus1-2/+10
2016-02-06serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus1-0/+23