summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/qcom_geni_serial.c
AgeCommit message (Expand)Author
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
2023-07-25serial: qcom-geni: use icc tag definesJohan Hovold
2023-07-24serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold
2023-05-30serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_arrayJames Clark
2023-05-13serial: qcom-geni: fix enabling deactivated interruptKrzysztof Kozlowski
2023-04-20tty: serial: simplify qcom_geni_serial_send_chunk_fifo()Jiri Slaby (SUSE)
2023-03-29tty: serial: qcom-geni-serial: Add a poll_init() functionDouglas Anderson
2023-03-09serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold
2023-03-09serial: qcom-geni: fix mapping of empty DMA bufferJohan Hovold
2023-03-09serial: qcom-geni: fix DMA mapping leak on shutdownJohan Hovold
2023-03-09serial: qcom-geni: fix console shutdown hangJohan Hovold
2023-02-09soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman
2023-01-23serial: qcom_geni: Fix variable namingIlpo Järvinen
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann
2023-01-19tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski