summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/msm_serial.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-20serial: msm: check dma_map_sg() return value properlyJiri Slaby (SUSE)1-3/+7
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-17/+13
2024-04-09tty: msm_serial: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)1-37/+49
2024-03-03serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-23/+10
2023-12-08serial: msm: Use OPP table for DVFS supportStephan Gerhold1-2/+17
2023-11-23serial: msm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-18serial: msm: Use port lock wrappersThomas Gleixner1-19/+19
2023-01-19serial: msm: add lock annotation to msm_set_baud_rate()Krzysztof Kozlowski1-0/+1
2022-11-09serial: Fix a typo ("ignorning")Jonathan Neuschäfer1-1/+1
2022-11-03serial: msm: Use uart_xmit_advance()Ilpo Järvinen1-8/+3
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-06-27serial: msm: Rename UART_* defines to MSM_UART_*Ilpo Järvinen1-251/+250
2022-06-27serial: msm: Convert container_of UART_TO_MSM to static inlineIlpo Järvinen1-23/+26
2022-05-19serial: msm_serial: disable interrupts in __msm_console_write()John Ogness1-0/+5
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+13
2021-12-17dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann1-2/+13
2021-11-25tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann1-0/+3
2021-04-22serial: msm_serial: drop low-latency workaroundJohan Hovold1-4/+0
2020-11-06tty: serial: msm_serial: Constify msm_uart_popsRikard Falkeborn1-1/+1
2020-11-06tty: serial: msm_serial: Remove set but unused variable 'status'Lee Jones1-2/+1
2020-07-24serial: msm_serial: add sparse context annotationJohan Hovold1-0/+2
2020-01-14tty: serial: msm_serial: RX SW/FIFO mode fallbackLoic Poulain1-1/+17
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman1-2/+11
2019-12-18tty/serial: Migrate msm_serial to use has_sysrqDmitry Safonov1-4/+1
2019-12-12tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan1-2/+11
2019-11-13tty: serial: msm_serial: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-04tty: serial: msm_serial: Fix flow controlJeffrey Hugo1-1/+5
2019-06-10tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz1-0/+4
2019-05-21tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz1-1/+4
2019-02-19tty: serial: msm_serial: Remove __init from msm_console_setup()Jeffrey Hugo1-1/+1
2018-05-14tty: serial: msm_serial: Add __maybe_unused to suspend/resume callbacksPascal Huerst1-4/+2
2018-04-22tty: serial: msm_serial: Add support for suspend/resumePascal Huerst1-0/+25
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28tty: serial: msm: Move request_irq to the end of startupNeeraj Upadhyay1-5/+14
2017-01-12tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-06-25tty: serial: msm: fix definition of msm_stop_dmaBen Dooks1-1/+1
2016-06-25tty: serial: msm: Don't read off end of tx fifoBjorn Andersson1-1/+1
2016-06-25tty:serial:msm:Do not restore Rx interrupts in DMACharanya Venkatraman1-4/+0
2016-06-25tty: serial: msm: Cleanup include usageStephen Boyd1-3/+3
2016-06-25tty: serial: msm: Only configure MND registers on hw that has itStephen Boyd1-0/+9
2016-06-25tty: serial: msm: Move header file into driverStephen Boyd1-6/+166
2016-04-30tty: serial: msm: Support more baudsStephen Boyd1-33/+66
2016-04-30tty: msm_serial: remove static clk rate setting in probeSrinivas Kandagatla1-2/+0
2016-02-07earlycon: Use common framework for earlycon declarationsPeter Hurley1-2/+0
2015-10-04tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitationIvan T. Ivanov1-3/+17
2015-10-04tty: serial: msm: Add RX DMA supportIvan T. Ivanov1-3/+229
2015-10-04tty: serial: msm: Add TX DMA supportIvan T. Ivanov1-24/+288
2015-10-04tty: serial: msm: Add msm prefix to all driver functionsIvan T. Ivanov1-21/+21
2015-10-04tty: serial: msm: Add mask value for UART_DM registersPramod Gurav1-6/+20