summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus2016-02-061-0/+23
* serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()Noam Camus2016-02-061-49/+42
* Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-051-4/+0
|\
| * serial: 8250_dw: allow lower reference frequenciesAndy Shevchenko2015-10-021-4/+0
* | serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus2015-10-041-1/+1
* | serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus2015-10-041-33/+33
* | serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus2015-10-041-6/+1
* | serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus2015-10-041-5/+10
* | serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus2015-10-041-1/+12
* | serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus2015-10-041-51/+31
* | serial: 8250_dw: only setup the port from one placeHeikki Krogerus2015-10-041-8/+6
* | serial: 8250_dw: hook the DMA in one placeHeikki Krogerus2015-10-041-12/+7
* | serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus2015-10-041-43/+37
* | serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus2015-10-041-22/+20
|/
* serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha2015-08-141-22/+0
* serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha2015-08-041-0/+5
* serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus2015-06-011-1/+18
* serial: 8250_dw: only get the clock rate in one placeHeikki Krogerus2015-03-261-17/+13
* serial: 8250_dw: remove useless ACPI ID checkHeikki Krogerus2015-03-261-5/+0
* serial: 8250_dw: add support for AMD SOC CarrizoKen Xue2015-03-261-0/+1
* serial: 8250: remove the redundant includeWang Long2015-03-261-1/+0
* serial: 8250_dw: fix 'cts-override'Dmitry Torokhov2015-03-231-3/+3
* Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman2015-03-231-3/+12
|\
OpenPOWER on IntegriCloud