summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/qcom_geni_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-3/+4
|\
| * tty: serial: qcom_geni_serial: Add 51.2MHz frequency supportsatya priya2020-05-291-3/+4
| * Revert "tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state"Greg Kroah-Hartman2020-05-061-29/+5
| * tty: serial: qcom_geni_serial: Use OPP API to set clk/perf stateRajendra Nayak2020-05-051-5/+29
* | serial: qcom_geni_serial: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+32
|/
* tty: serial: qcom_geni_serial: Don't try to manually disable the consoleDouglas Anderson2020-03-141-4/+0
* tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdownDouglas Anderson2020-03-141-6/+0
* tty: serial: qcom_geni_serial: Allocate port->rx_fifo buffer in probesatya priya2020-03-121-10/+9
* tty: serial: qcom_geni_serial: Fix GPIO swapping with workaroundRoja Rani Yarubandi2020-03-061-0/+30
* tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya2020-02-121-4/+14
* tty: serial: qcom_geni_serial: Move loopback support to TIOCM_LOOPAkash Asthana2020-01-061-27/+9
* tty: serial: qcom_geni_serial: Wakeup IRQ cleanupAkash Asthana2020-01-061-48/+43
* tty/serial: Migrate qcom_geni_serial to use has_sysrqDmitry Safonov2019-12-181-4/+1
* tty: serial: qcom_geni_serial: Wakeup over UART RXAkash Asthana2019-10-101-1/+43
* tty: serial: qcom_geni_serial: IRQ cleanupAkash Asthana2019-10-101-10/+14
* tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...YueHaibing2019-09-041-3/+1
* tty: serial: qcom_geni_serial: Update the oversampling rateVivek Gautam2019-09-041-3/+12
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor2019-03-191-1/+1
* Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-281-2/+2
|\
| * tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke2019-01-221-2/+2
* | tty: serial: qcom_geni_serial: Use u32 for register variablesRyan Case2019-01-081-12/+12
* | tty: serial: qcom_geni_serial: Remove xfer_mode variableRyan Case2019-01-081-43/+24
* | tty: serial: qcom_geni_serial: Remove set_rfr_wm() and related variablesRyan Case2019-01-081-21/+4
* | tty: serial: qcom_geni_serial: Remove use of *_relaxed() and mb()Ryan Case2019-01-081-111/+80
|/
* tty: serial: qcom_geni_serial: Fix UART hangRyan Case2018-12-201-0/+8
* tty: serial: qcom_geni_serial: Fix wrap around of TX bufferMatthias Kaehlcke2018-12-201-5/+7
* tty: serial: qcom_geni_serial: Remove interrupt stormRyan Case2018-12-171-2/+23
* tty: serial: qcom_geni_serial: Fix softlockRyan Case2018-12-051-17/+39
* serial: qcom_geni_serial: Process sysrq at port unlock timeDouglas Anderson2018-11-091-4/+3
* serial: qcom_geni_serial: Finish supporting sysrqDouglas Anderson2018-11-091-0/+7
* tty: serial: qcom_geni_serial: simplify getting .driver_dataWolfram Sang2018-11-091-4/+2
* tty: serial: qcom_geni_serial: Rectify UART suspend mechanismMukesh Kumar Savaliya2018-11-091-30/+6
* tty: serial: qcom_geni_serial: Don't slow all ports just for kgdbDouglas Anderson2018-11-091-5/+7
* Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-37/+32
|\
| * tty: serial: qcom_geni_serial: Fix serial when not used as consoleDouglas Anderson2018-09-181-29/+26
| * tty: serial: qcom_geni_serial: Drop useless check for dev.of_nodeGeert Uytterhoeven2018-09-181-8/+6
* | treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-2/+2
|/
* tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan2018-07-161-31/+230
* tty: serial: msm_geni_serial: Fix TX infinite loopEvan Green2018-05-141-10/+7
* tty: serial: qcom_geni_serial: Add early console supportKarthikeyan Ramasubramanian2018-05-141-2/+72
* tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interruptsKarthikeyan Ramasubramanian2018-05-141-1/+1
* tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFOKarthikeyan Ramasubramanian2018-05-141-3/+4
* tty: serial: qcom_geni_serial: Remove unnecessary memory barrierKarthikeyan Ramasubramanian2018-05-141-9/+7
* tty: serial: qcom_geni_serial: Initialize console port staticallyKarthikeyan Ramasubramanian2018-05-141-7/+9
* tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 valuesKarthikeyan Ramasubramanian2018-05-141-5/+1
* tty: serial: qcom_geni_serial: Cleanup redundant codeKarthikeyan Ramasubramanian2018-05-141-15/+6
* tty: serial: qcom_geni_serial: Add comments for clarificationKarthikeyan Ramasubramanian2018-05-141-0/+12
* Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-301-4/+6
|\
| * tty: serial: qcom_geni_serial: Use signed variable to get IRQKarthikeyan Ramasubramanian2018-04-231-4/+6