index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
qcom_geni_serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-19
tty: serial: qcom_geni: avoid duplicate struct member init
Arnd Bergmann
1
-6
/
+8
2023-01-19
tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
Krzysztof Kozlowski
1
-2
/
+16
2022-11-03
tty: serial: qcom-geni-serial: Add support for Hibernation feature
Aniket Randive
1
-0
/
+35
2022-09-08
tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros.
Vijaya Krishna Nivarthi
1
-2
/
+3
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+2
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-35
/
+53
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+3
2022-08-03
tty: serial: qcom-geni-serial: Fix %lu -> %u in print statements
Douglas Anderson
1
-2
/
+2
2022-07-28
tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...
Vijaya Krishna Nivarthi
1
-35
/
+53
2022-06-15
serial: qcom_geni_serial: Disable MMIO tracing for geni serial
Sai Prakash Ranjan
1
-0
/
+3
2022-06-10
tty: serial: qcom-geni-serial: Implement start_rx callback
Vijaya Krishna Nivarthi
1
-0
/
+1
2022-05-19
tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...
Vijaya Krishna Nivarthi
1
-20
/
+36
2022-04-22
serial: qcom: use check for empty instead of pending
Jiri Slaby
1
-1
/
+1
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2021-06-24
serial: qcom_geni_serial: use DT aliases according to DT bindings
Dmitry Baryshkov
1
-1
/
+3
2021-06-15
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
1
-15
/
+1
2021-05-13
serial: qcom_geni_serial: redundant initialization to variable line
Colin Ian King
1
-1
/
+1
2021-04-26
Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-15
/
+8
2021-04-22
serial: do not restore interrupt state in sysrq helper
Johan Hovold
1
-3
/
+3
2021-04-12
Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Rafael J. Wysocki
1
-15
/
+8
2021-03-26
soc: qcom-geni-se: Cleanup the code to remove proxy votes
Roja Rani Yarubandi
1
-7
/
+0
2021-03-16
serial: qcom_geni_serial: Convert to use resource-managed OPP API
Yangtao Li
1
-15
/
+8
2020-09-30
serial: qcom_geni_serial: To correct QUP Version detection logic
Paras Sharma
1
-1
/
+1
2020-09-16
tty: serial: qcom_geni_serial: Fix the UART wakeup issue
satya priya
1
-1
/
+1
2020-09-16
tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600
Douglas Anderson
1
-1
/
+1
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
1
-3
/
+8
2020-08-28
tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()
Viresh Kumar
1
-8
/
+5
2020-08-18
tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setup
John Stultz
1
-1
/
+1
2020-08-18
serial: qcom_geni_serial: Fix recent kdb hang
Douglas Anderson
1
-2
/
+7
2020-08-06
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2020-07-13
tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for console
Rajendra Nayak
1
-1
/
+15
2020-07-13
serial: qcom_geni_serial: Always use 4 bytes per TX FIFO word
Douglas Anderson
1
-20
/
+37
2020-07-13
serial: qcom_geni_serial: Make kgdb work even if UART isn't console
Douglas Anderson
1
-25
/
+55
2020-06-27
tty: serial: qcom_geni_serial: Clean up an ARRAY_SIZE() vs sizeof()
Dan Carpenter
1
-1
/
+1
2020-06-24
tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
Rajendra Nayak
1
-4
/
+25
2020-06-24
tty: serial: qcom_geni_serial: Add interconnect support
Akash Asthana
1
-3
/
+28
2020-06-24
soc: qcom-geni-se: Add interconnect support to fix earlycon crash
Akash Asthana
1
-0
/
+7
2020-06-07
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+4
2020-06-02
serial: qcom_geni_serial: Support kgdboc_earlycon
Douglas Anderson
1
-0
/
+32
2020-05-29
tty: serial: qcom_geni_serial: Add 51.2MHz frequency support
satya priya
1
-3
/
+4
2020-05-06
Revert "tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state"
Greg Kroah-Hartman
1
-29
/
+5
2020-05-05
tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
Rajendra Nayak
1
-5
/
+29
2020-03-14
tty: serial: qcom_geni_serial: Don't try to manually disable the console
Douglas Anderson
1
-4
/
+0
2020-03-14
tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdown
Douglas Anderson
1
-6
/
+0
2020-03-12
tty: serial: qcom_geni_serial: Allocate port->rx_fifo buffer in probe
satya priya
1
-10
/
+9
2020-03-06
tty: serial: qcom_geni_serial: Fix GPIO swapping with workaround
Roja Rani Yarubandi
1
-0
/
+30
2020-02-12
tty: serial: qcom_geni_serial: Fix RX cancel command failure
satya priya
1
-4
/
+14
2020-01-06
tty: serial: qcom_geni_serial: Move loopback support to TIOCM_LOOP
Akash Asthana
1
-27
/
+9
2020-01-06
tty: serial: qcom_geni_serial: Wakeup IRQ cleanup
Akash Asthana
1
-48
/
+43
2019-12-18
tty/serial: Migrate qcom_geni_serial to use has_sysrq
Dmitry Safonov
1
-4
/
+1
[next]