aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
AgeCommit message (Expand)Author
2021-11-18serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko
2021-06-03serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz
2020-09-30serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin
2019-11-04serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko
2019-10-04serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2019-09-04serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko
2019-09-04serial: 8250_dw: use pointer to uart local variableAndy Shevchenko
2019-09-04serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko
2019-03-21dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko
2018-10-02Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck
2018-08-02serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam
2018-08-02serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu
2018-07-21serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy
2018-07-12serial: 8250_dw: add fractional divisor supportJisheng Zhang
2018-07-07serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko
2018-05-14serial: 8250_dw: Fix runtime PM handlingPhil Edworthy
2018-04-23serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devicesJoshua Scott
2018-03-09serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko
2018-02-28serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCRJoshua Scott
2018-01-22serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko
2017-12-15serial: 8250_dw: Disable clock on errorStefan Potyra
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-10-04serial: 8250_dw: Improve clock rate settingEd Blake
2017-07-30serial: 8250_dw: explicitly request exclusive reset controlPhilipp Zabel
2017-03-29Merge 4.11-rc4 into tty-nextGreg Kroah-Hartman
2017-03-17serial: 8250_dw: simplify optional reset handlingPhilipp Zabel
2017-03-14serial: 8250_dw: Fix breakage when HAVE_CLK=nJames Hogan
2017-03-14serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termiosHeiko Stuebner
2017-02-10serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson
2017-01-19serial: 8250_dw: Allow hardware flow control to be usedJason Uy
2016-11-16serial: 8250_dw: Add support for IrDA SIR modeEd Blake
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-09-02serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang
2016-09-01serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang
2016-09-01serial: 8250_dw: Add quirk for APM X-Gene SoCHeikki Krogerus
2016-08-31serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang
2016-05-03serial: 8250_dw: fix wrong logic in dw8250_check_lcr()Kefeng Wang
2016-05-01serial: 8250dw: Add device HID for future AMD UART controllerWang Hongcheng
2016-03-07serial: 8250_dw: remove leftover definitionsAndy Shevchenko
2016-03-07serial: 8250_dw: remove redundant 'else' keywordAndy Shevchenko
2016-02-06serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus
2016-02-06serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus
2016-02-06serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()Noam Camus
2015-11-05Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-10-04serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus
2015-10-04serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus