summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman2024-04-231-3/+3
|\
| * serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede2024-04-091-3/+3
* | serial: 8250_dw: Hide a cast in dw8250_serial_inq()Andy Shevchenko2024-04-171-3/+1
* | serial: 8250_dw: Deduplicate LCR checksAndy Shevchenko2024-04-171-26/+15
|/
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-66/+55
|\
| * serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko2024-03-061-25/+26
| * serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-40/+27
| * serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König2024-03-021-1/+2
* | serial: 8250_dw: Do not reclock if already at correct ratePeter Collingbourne2024-03-021-3/+3
|/
* Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-111-0/+1
|\
| * serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko2023-12-071-0/+1
* | serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
|/
* serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko2023-10-031-24/+3
* serial: 8250_dw: Use port lock wrappersThomas Gleixner2023-09-181-4/+4
* serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang2023-08-221-1/+4
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-29/+39
|\
| * serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA2022-07-141-0/+13
| * serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen2022-06-301-12/+6
| * serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko2022-06-301-7/+3
| * serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko2022-06-301-8/+9
| * serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen2022-06-301-0/+3
| * serial: 8250: create lsr_save_maskIlpo Järvinen2022-06-271-1/+1
| * serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen2022-06-101-0/+3
| * serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen2022-06-101-2/+2
* | serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das2022-06-301-1/+1
* | serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas2022-06-271-12/+12
|/
* serial: 8250_dw: Use dev_err_probe()Andy Shevchenko2022-05-191-17/+11
* serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko2022-05-191-32/+31
* serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko2022-05-191-2/+1
* serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus2022-05-051-1/+1
* serial: 8250: dw: Improve RZN1 supportPhil Edworthy2022-04-261-0/+2
* serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy2022-04-261-0/+64
* serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal2022-04-261-1/+2
* serial: 8250: dw: Move the USR register to pdataMiquel Raynal2022-04-261-3/+8
* serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing2022-04-261-8/+34
* serial: 8250: dw: Move definitions to the shared headerPhil Edworthy2022-04-261-21/+0
* serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing2021-12-161-0/+3
* serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold2021-10-211-7/+4
* serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko2021-10-101-5/+1
* serial: 8250_dw: Fix the trivial typo in the commentAndy Shevchenko2021-10-101-1/+1
* serial: 8250_dw: Re-use temporary variable for of_nodeAndy Shevchenko2021-10-101-3/+6
* serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-10-101-1/+1
* serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz2021-05-131-0/+1
* serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin2020-09-301-35/+19
* serial: 8250_dw: Fix common clocks usage race conditionSerge Semin2020-07-291-2/+101
* serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin2020-07-291-3/+3
* serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin2020-07-291-11/+4
* serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko2019-11-041-5/+3
* serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2019-10-041-43/+32