summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/qcom_geni_serial.c
AgeCommit message (Expand)Author
2025-11-26serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari
2025-11-26serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari
2025-10-07Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-10-04Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-09-17serial: qcom-geni: Load UART qup Firmware from linux sideViken Dadhaniya
2025-09-17serial: qcom-geni: Fix blocked taskKrzysztof Kozlowski
2025-09-06serial: qcom-geni: Add DFS clock mode support to GENI UART driverViken Dadhaniya
2025-09-06serial: qcom-geni: Fix off-by-one error in ida_alloc_range()Zong Jiang
2025-08-14serial: qcom-geni: Make UART port count configurable via KconfigZong Jiang
2025-08-14serial: qcom-geni: Dynamically allocate UART portsZong Jiang
2025-07-22serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari
2025-07-22serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari
2025-07-22serial: qcom-geni: move clock-rate logic to separate functionPraveen Talari
2025-07-22serial: qcom-geni: move resource control logic to separate functionsPraveen Talari
2025-07-22serial: qcom-geni: move resource initialization to separate functionPraveen Talari
2025-06-19serial: qcom-geni: Enable support for half-duplex modeAnup Kulkarni
2025-06-19serial: qcom-geni: Add support for 8 Mbps baud rateJyothi Kumar Seerapu
2025-04-11serial: qcom-geni: Remove alias dependency from qcom serial driverViken Dadhaniya
2024-10-21Merge 6.12-rc4 into tty-nextGreg Kroah-Hartman
2024-10-11serial: qcom-geni: rename suspend functionsJohan Hovold
2024-10-11serial: qcom-geni: drop unused receive parameterJohan Hovold
2024-10-11serial: qcom-geni: drop flip buffer WARN()Johan Hovold
2024-10-11serial: qcom-geni: fix receiver enableJohan Hovold
2024-10-11serial: qcom-geni: fix dma rx cancellationJohan Hovold
2024-10-11serial: qcom-geni: fix shutdown raceJohan Hovold
2024-10-11serial: qcom-geni: revert broken hibernation supportJohan Hovold
2024-10-11serial: qcom-geni: fix polled console initialisationJohan Hovold
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-11serial: qcom-geni: fix polled console corruptionJohan Hovold
2024-09-11serial: qcom-geni: disable interrupts during console writesJohan Hovold
2024-09-11serial: qcom-geni: fix console corruptionJohan Hovold
2024-09-11serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()Douglas Anderson
2024-09-11serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()Douglas Anderson
2024-09-11serial: qcom-geni: fix false console tx restartJohan Hovold
2024-09-11serial: qcom-geni: fix fifo polling timeoutJohan Hovold
2024-07-04serial: qcom-geni: do not kill the machine on fifo underrunJohan Hovold
2024-07-04serial: qcom-geni: fix hard lockup on buffer flushJohan Hovold
2024-07-04serial: qcom-geni: fix soft lockup on sw flow control and suspendJohan Hovold
2024-04-16serial: meson+qcom: don't advance the kfifo twiceJiri Slaby (SUSE)
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-05Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"Douglas Anderson
2024-01-27serial: qcom-geni: Don't cancel/abort if we can't get the port lockDouglas Anderson
2023-11-23serial: qcom_geni: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: qcom-geni: Use port lock wrappersThomas Gleixner
2023-08-09tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_txVijaya Krishna Nivarthi
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-25serial: qcom-geni: clean up clock-rate debug printkJohan Hovold
2023-07-25serial: qcom-geni: fix opp vote on shutdownJohan Hovold
2023-07-25tty: Explicitly include correct DT includesRob Herring