summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_dw.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-27serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko1-0/+27
2024-06-21serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko1-2/+7
2024-06-21serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko1-25/+26
2024-06-21serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko1-40/+27
2023-12-13serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko1-0/+1
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang1-1/+4
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-29/+39
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA1-0/+13
2022-06-30serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das1-1/+1
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen1-12/+6
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko1-7/+3
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko1-8/+9
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen1-0/+3
2022-06-27serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas1-12/+12
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen1-1/+1
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen1-2/+2
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko1-17/+11
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko1-32/+31
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko1-2/+1
2022-05-05serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus1-1/+1
2022-04-26serial: 8250: dw: Improve RZN1 supportPhil Edworthy1-0/+2
2022-04-26serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy1-0/+64
2022-04-26serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal1-1/+2
2022-04-26serial: 8250: dw: Move the USR register to pdataMiquel Raynal1-3/+8
2022-04-26serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing1-8/+34
2022-04-26serial: 8250: dw: Move definitions to the shared headerPhil Edworthy1-21/+0
2021-12-16serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing1-0/+3
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-03Revert "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