summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/qcom_geni_serial.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()Bartosz Golaszewski1-6/+4
2023-01-19tty: serial: qcom-geni-serial: remove stray newlinesBartosz Golaszewski1-2/+0
2023-01-19tty: serial: qcom-geni-serial: improve the to_dev_port() macroBartosz Golaszewski1-17/+19
2023-01-19tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski1-31/+31
2023-01-19tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski1-15/+0
2023-01-19tty: serial: qcom-geni-serial: drop unneeded forward definitionsBartosz Golaszewski1-42/+37
2023-01-19tty: serial: qcom-geni-serial: stop operations in progress at shutdownBartosz Golaszewski1-0/+2
2023-01-19tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski1-2/+16
2022-11-03tty: serial: qcom-geni-serial: Add support for Hibernation featureAniket Randive1-0/+35
2022-09-08tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros.Vijaya Krishna Nivarthi1-2/+3
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-35/+53
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2022-08-03tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsDouglas Anderson1-2/+2
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi1-35/+53