summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/qcom_geni_serial.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-11serial: qcom-geni: rename suspend functionsJohan Hovold1-4/+3
2024-10-11serial: qcom-geni: drop unused receive parameterJohan Hovold1-2/+2
2024-10-11serial: qcom-geni: drop flip buffer WARN()Johan Hovold1-3/+2
2024-10-11serial: qcom-geni: fix receiver enableJohan Hovold1-4/+6
2024-10-11serial: qcom-geni: fix dma rx cancellationJohan Hovold1-4/+14
2024-10-11serial: qcom-geni: fix shutdown raceJohan Hovold1-0/+2
2024-10-11serial: qcom-geni: revert broken hibernation supportJohan Hovold1-39/+2
2024-10-11serial: qcom-geni: fix polled console initialisationJohan Hovold1-1/+19
2024-09-11serial: qcom-geni: fix polled console corruptionJohan Hovold1-9/+18
2024-09-11serial: qcom-geni: disable interrupts during console writesJohan Hovold1-0/+9
2024-09-11serial: qcom-geni: fix console corruptionJohan Hovold1-23/+22
2024-09-11serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()Douglas Anderson1-3/+9
2024-09-11serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()Douglas Anderson1-1/+1
2024-09-11serial: qcom-geni: fix false console tx restartJohan Hovold1-10/+3
2024-09-11serial: qcom-geni: fix fifo polling timeoutJohan Hovold1-14/+17
2024-07-04serial: qcom-geni: do not kill the machine on fifo underrunJohan Hovold1-1/+1
2024-07-04serial: qcom-geni: fix hard lockup on buffer flushJohan Hovold1-3/+13
2024-07-04serial: qcom-geni: fix soft lockup on sw flow control and suspendJohan Hovold1-9/+24
2024-04-16serial: meson+qcom: don't advance the kfifo twiceJiri Slaby (SUSE)1-3/+1
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-18/+18
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-14/+13
2024-03-05Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"Douglas Anderson1-4/+6
2024-01-28serial: qcom-geni: Don't cancel/abort if we can't get the port lockDouglas Anderson1-14/+13
2023-11-23serial: qcom_geni: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-18serial: qcom-geni: Use port lock wrappersThomas Gleixner1-4/+4
2023-08-09tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_txVijaya Krishna Nivarthi1-5/+2
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman1-7/+0
2023-07-25serial: qcom-geni: clean up clock-rate debug printkJohan Hovold1-1/+1
2023-07-25serial: qcom-geni: fix opp vote on shutdownJohan Hovold1-0/+5
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-25serial: qcom-geni: use icc tag definesJohan Hovold1-1/+1
2023-07-24serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold1-7/+0
2023-05-30serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_arrayJames Clark1-0/+5
2023-05-13serial: qcom-geni: fix enabling deactivated interruptKrzysztof Kozlowski1-5/+4
2023-04-20tty: serial: simplify qcom_geni_serial_send_chunk_fifo()Jiri Slaby (SUSE)1-6/+4
2023-03-29tty: serial: qcom-geni-serial: Add a poll_init() functionDouglas Anderson1-0/+1
2023-03-09serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold1-4/+0
2023-03-09serial: qcom-geni: fix mapping of empty DMA bufferJohan Hovold1-0/+3
2023-03-09serial: qcom-geni: fix DMA mapping leak on shutdownJohan Hovold1-1/+1
2023-03-09serial: qcom-geni: fix console shutdown hangJohan Hovold1-0/+4
2023-02-09soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman1-1/+1
2023-01-23serial: qcom_geni: Fix variable namingIlpo Järvinen1-5/+5
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman1-8/+24
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann1-6/+8
2023-01-19tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski1-59/+255
2023-01-19tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski1-12/+34
2023-01-19tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski1-8/+6
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski1-18/+10
2023-01-19tty: serial: qcom-geni-serial: split out the FIFO tx codeBartosz Golaszewski1-27/+33
2023-01-19tty: serial: qcom-geni-serial: remove unneeded tabsBartosz Golaszewski1-12/+12