summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_dw.c
AgeCommit message (Expand)Author
2024-06-04serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko
2024-06-04serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman
2024-04-17serial: 8250_dw: Hide a cast in dw8250_serial_inq()Andy Shevchenko
2024-04-17serial: 8250_dw: Deduplicate LCR checksAndy Shevchenko
2024-04-09serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-06serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko
2024-03-05serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-02serial: 8250_dw: Do not reclock if already at correct ratePeter Collingbourne
2024-03-02serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman
2023-12-07serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-03serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko
2023-09-18serial: 8250_dw: Use port lock wrappersThomas Gleixner
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA
2022-06-30serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen
2022-06-27serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko
2022-05-05serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus
2022-04-26serial: 8250: dw: Improve RZN1 supportPhil Edworthy
2022-04-26serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy
2022-04-26serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal
2022-04-26serial: 8250: dw: Move the USR register to pdataMiquel Raynal
2022-04-26serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing
2022-04-26serial: 8250: dw: Move definitions to the shared headerPhil Edworthy
2021-12-16serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing
2021-10-21serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold
2021-10-10serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko
2021-10-10serial: 8250_dw: Fix the trivial typo in the commentAndy Shevchenko
2021-10-10serial: 8250_dw: Re-use temporary variable for of_nodeAndy Shevchenko
2021-10-10serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko
2021-05-13serial: 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