aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/qcom_geni_serial.c
AgeCommit message (Expand)Author
2020-11-01serial: qcom_geni_serial: To correct QUP Version detection logicParas Sharma
2020-09-09tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-02serial: qcom_geni_serial: Support kgdboc_earlyconDouglas Anderson
2020-05-29tty: serial: qcom_geni_serial: Add 51.2MHz frequency supportsatya priya
2020-05-06Revert "tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state"Greg Kroah-Hartman
2020-05-05tty: serial: qcom_geni_serial: Use OPP API to set clk/perf stateRajendra Nayak
2020-03-14tty: serial: qcom_geni_serial: Don't try to manually disable the consoleDouglas Anderson
2020-03-14tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdownDouglas Anderson
2020-03-12tty: serial: qcom_geni_serial: Allocate port->rx_fifo buffer in probesatya priya
2020-03-06tty: serial: qcom_geni_serial: Fix GPIO swapping with workaroundRoja Rani Yarubandi
2020-02-12tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya
2020-01-06tty: serial: qcom_geni_serial: Move loopback support to TIOCM_LOOPAkash Asthana
2020-01-06tty: serial: qcom_geni_serial: Wakeup IRQ cleanupAkash Asthana
2019-12-18tty/serial: Migrate qcom_geni_serial to use has_sysrqDmitry Safonov
2019-10-10tty: serial: qcom_geni_serial: Wakeup over UART RXAkash Asthana
2019-10-10tty: serial: qcom_geni_serial: IRQ cleanupAkash Asthana
2019-09-04tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...YueHaibing
2019-09-04tty: serial: qcom_geni_serial: Update the oversampling rateVivek Gautam
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-03-19tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman
2019-01-22tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke
2019-01-08tty: serial: qcom_geni_serial: Use u32 for register variablesRyan Case
2019-01-08tty: serial: qcom_geni_serial: Remove xfer_mode variableRyan Case
2019-01-08tty: serial: qcom_geni_serial: Remove set_rfr_wm() and related variablesRyan Case
2019-01-08tty: serial: qcom_geni_serial: Remove use of *_relaxed() and mb()Ryan Case
2018-12-20tty: serial: qcom_geni_serial: Fix UART hangRyan Case
2018-12-20tty: serial: qcom_geni_serial: Fix wrap around of TX bufferMatthias Kaehlcke
2018-12-17tty: serial: qcom_geni_serial: Remove interrupt stormRyan Case
2018-12-05tty: serial: qcom_geni_serial: Fix softlockRyan Case
2018-11-09serial: qcom_geni_serial: Process sysrq at port unlock timeDouglas Anderson
2018-11-09serial: qcom_geni_serial: Finish supporting sysrqDouglas Anderson
2018-11-09tty: serial: qcom_geni_serial: simplify getting .driver_dataWolfram Sang
2018-11-09tty: serial: qcom_geni_serial: Rectify UART suspend mechanismMukesh Kumar Savaliya
2018-11-09tty: serial: qcom_geni_serial: Don't slow all ports just for kgdbDouglas Anderson
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook
2018-09-18tty: serial: qcom_geni_serial: Fix serial when not used as consoleDouglas Anderson
2018-09-18tty: serial: qcom_geni_serial: Drop useless check for dev.of_nodeGeert Uytterhoeven
2018-07-16tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan
2018-05-14tty: serial: msm_geni_serial: Fix TX infinite loopEvan Green
2018-05-14tty: serial: qcom_geni_serial: Add early console supportKarthikeyan Ramasubramanian
2018-05-14tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interruptsKarthikeyan Ramasubramanian
2018-05-14tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFOKarthikeyan Ramasubramanian
2018-05-14tty: serial: qcom_geni_serial: Remove unnecessary memory barrierKarthikeyan Ramasubramanian
2018-05-14tty: serial: qcom_geni_serial: Initialize console port staticallyKarthikeyan Ramasubramanian
2018-05-14tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 valuesKarthikeyan Ramasubramanian
2018-05-14tty: serial: qcom_geni_serial: Cleanup redundant codeKarthikeyan Ramasubramanian
2018-05-14tty: serial: qcom_geni_serial: Add comments for clarificationKarthikeyan Ramasubramanian