summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/qcom_geni_serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: qcom_geni_serial: use DT aliases according to DT bindingsDmitry Baryshkov2021-06-241-1/+3
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-15/+1
* serial: qcom_geni_serial: redundant initialization to variable lineColin Ian King2021-05-131-1/+1
* Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-261-15/+8
|\
| * Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2021-04-121-15/+8
| |\
| | * serial: qcom_geni_serial: Convert to use resource-managed OPP APIYangtao Li2021-03-161-15/+8
* | | serial: do not restore interrupt state in sysrq helperJohan Hovold2021-04-221-3/+3
|/ /
* / soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi2021-03-261-7/+0
|/
* serial: qcom_geni_serial: To correct QUP Version detection logicParas Sharma2020-09-301-1/+1
* tty: serial: qcom_geni_serial: Fix the UART wakeup issuesatya priya2020-09-161-1/+1
* tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600Douglas Anderson2020-09-161-1/+1
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-3/+8
|\
| * tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz2020-08-181-1/+1
| * serial: qcom_geni_serial: Fix recent kdb hangDouglas Anderson2020-08-181-2/+7
* | tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2020-08-281-8/+5
|/
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-061-1/+1
|\
| * tty: serial: qcom_geni_serial: Clean up an ARRAY_SIZE() vs sizeof()Dan Carpenter2020-06-271-1/+1
* | tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for consoleRajendra Nayak2020-07-131-1/+15
* | serial: qcom_geni_serial: Always use 4 bytes per TX FIFO wordDouglas Anderson2020-07-131-20/+37
* | serial: qcom_geni_serial: Make kgdb work even if UART isn't consoleDouglas Anderson2020-07-131-25/+55
* | tty: serial: qcom_geni_serial: Use OPP API to set clk/perf stateRajendra Nayak2020-06-241-4/+25
* | tty: serial: qcom_geni_serial: Add interconnect supportAkash Asthana2020-06-241-3/+28
* | soc: qcom-geni-se: Add interconnect support to fix earlycon crashAkash Asthana2020-06-241-0/+7
|/
* 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