aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/qcom_geni_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-12tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya1-4/+14
2020-01-06tty: serial: qcom_geni_serial: Move loopback support to TIOCM_LOOPAkash Asthana1-27/+9
2020-01-06tty: serial: qcom_geni_serial: Wakeup IRQ cleanupAkash Asthana1-48/+43
2019-12-18tty/serial: Migrate qcom_geni_serial to use has_sysrqDmitry Safonov1-4/+1
2019-10-10tty: serial: qcom_geni_serial: Wakeup over UART RXAkash Asthana1-1/+43
2019-10-10tty: serial: qcom_geni_serial: IRQ cleanupAkash Asthana1-10/+14
2019-09-04tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-04tty: serial: qcom_geni_serial: Update the oversampling rateVivek Gautam1-3/+12
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-03-19tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor1-1/+1
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman1-2/+2
2019-01-22tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke1-2/+2
2019-01-08tty: serial: qcom_geni_serial: Use u32 for register variablesRyan Case1-12/+12
2019-01-08tty: serial: qcom_geni_serial: Remove xfer_mode variableRyan Case1-43/+24
2019-01-08tty: serial: qcom_geni_serial: Remove set_rfr_wm() and related variablesRyan Case1-21/+4
2019-01-08tty: serial: qcom_geni_serial: Remove use of *_relaxed() and mb()Ryan Case1-111/+80
2018-12-20tty: serial: qcom_geni_serial: Fix UART hangRyan Case1-0/+8
2018-12-20tty: serial: qcom_geni_serial: Fix wrap around of TX bufferMatthias Kaehlcke1-5/+7
2018-12-17tty: serial: qcom_geni_serial: Remove interrupt stormRyan Case1-2/+23
2018-12-05tty: serial: qcom_geni_serial: Fix softlockRyan Case1-17/+39
2018-11-09serial: qcom_geni_serial: Process sysrq at port unlock timeDouglas Anderson1-4/+3
2018-11-09serial: qcom_geni_serial: Finish supporting sysrqDouglas Anderson1-0/+7
2018-11-09tty: serial: qcom_geni_serial: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-09tty: serial: qcom_geni_serial: Rectify UART suspend mechanismMukesh Kumar Savaliya1-30/+6
2018-11-09tty: serial: qcom_geni_serial: Don't slow all ports just for kgdbDouglas Anderson1-5/+7
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-37/+32
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-09-18tty: serial: qcom_geni_serial: Fix serial when not used as consoleDouglas Anderson1-29/+26
2018-09-18tty: serial: qcom_geni_serial: Drop useless check for dev.of_nodeGeert Uytterhoeven1-8/+6
2018-07-16tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan1-31/+230
2018-05-14tty: serial: msm_geni_serial: Fix TX infinite loopEvan Green1-10/+7
2018-05-14tty: serial: qcom_geni_serial: Add early console supportKarthikeyan Ramasubramanian1-2/+72
2018-05-14tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interruptsKarthikeyan Ramasubramanian1-1/+1
2018-05-14tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFOKarthikeyan Ramasubramanian1-3/+4
2018-05-14tty: serial: qcom_geni_serial: Remove unnecessary memory barrierKarthikeyan Ramasubramanian1-9/+7
2018-05-14tty: serial: qcom_geni_serial: Initialize console port staticallyKarthikeyan Ramasubramanian1-7/+9
2018-05-14tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 valuesKarthikeyan Ramasubramanian1-5/+1
2018-05-14tty: serial: qcom_geni_serial: Cleanup redundant codeKarthikeyan Ramasubramanian1-15/+6
2018-05-14tty: serial: qcom_geni_serial: Add comments for clarificationKarthikeyan Ramasubramanian1-0/+12
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-4/+6
2018-04-23tty: serial: qcom_geni_serial: Use signed variable to get IRQKarthikeyan Ramasubramanian1-4/+6
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang1-4/+2
2018-03-22tty: serial: msm_geni_serial: Fix return value check in qcom_geni_serial_probe()Wei Yongjun1-2/+2
2018-03-20tty: serial: msm_geni_serial: Add serial driver support for GENI based QUPKarthikeyan Ramasubramanian1-0/+1158