Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
11e688862c4c8162119a4ca51c3326555966c8bb
/
drivers
/
tty
/
serial
/
omap-serial.c
66cf1d8
serial: omap: Fix error handling in probe
by Semen Protsenko
· 10 years ago
1cf94d3
tty/serial: omap: fix !wakeirq message
by Doug Kehn
· 10 years ago
348f9bb
serial: omap: Fix RTS handling
by Peter Hurley
· 10 years ago
391f93f
serial: core: Rework hw-assisted flow control support
by Peter Hurley
· 10 years ago
fbf7ebe
trivial fixes for omap-serial
by Pavel Machek
· 10 years ago
c0f486f
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
d39fe4e
tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
3c59958
tty: serial: omap_serial: line is unsigned, don't check < 0
by Sebastian Andrzej Siewior
· 10 years ago
bd737f8
tty/serial_core: Introduce lock mechanism for RS485
by Ricardo Ribalda Delgado
· 10 years ago
dadd7ec
serial/omap: Use the rs485 functions on serial_core
by Ricardo Ribalda Delgado
· 10 years ago
7af0ea5
tty: serial: omap: Increase max consoles and add check to prevent crash
by Nishanth Menon
· 10 years ago
d4ac063
tty: serial: omap: Remove probe error message
by Markus Pargmann
· 10 years ago
13d6ceb
tty: omap-serial: pull out calculation from baud_is_mode16
by Frans Klaver
· 10 years ago
dc31875
tty: omap-serial: fix division by zero
by Frans Klaver
· 10 years ago
d900d98
tty: serial: omap: fix Sparse warnings
by Felipe Balbi
· 11 years ago
5c3f4bd
tty: serial: omap: remove unneeded singlethread workqueue
by Felipe Balbi
· 11 years ago
985bfd5
tty: serial: omap: remove some dead code
by Felipe Balbi
· 11 years ago
d044d23
tty: serial: omap: switch over to devm_ioremap_resource
by Felipe Balbi
· 11 years ago
54af692
tty: serial: omap: switch over to platform_get_resource
by Felipe Balbi
· 11 years ago
cc51638
tty: serial: omap: cleanup variable declarations
by Felipe Balbi
· 11 years ago
404dc57
tty: serial: omap: switch over to devm_request_gpio
by Felipe Balbi
· 11 years ago
5b6acc7
tty: serial: add missing braces
by Felipe Balbi
· 11 years ago
6bf7896
Revert "serial: omap: unlock the port lock"
by Felipe Balbi
· 11 years ago
d758c9c
serial: omap: Fix missing pm_runtime_resume handling by simplifying code
by Tony Lindgren
· 11 years ago
93a2e47
serial: omap: free the wakeup settings in remove
by Sanjay Singh Rawat
· 11 years ago
3a13884
tty/serial: omap: empty the RX FIFO at the end of half-duplex TX
by Dimitris Lampridis
· 11 years ago
cab53dc
tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX
by Dimitris Lampridis
· 11 years ago
a64c1a1
serial: omap: fix rs485 probe on defered pinctrl
by Michael Grzeschik
· 11 years ago
ce6acca
serial: omap-serial: Move info message to probe function
by Markus Pargmann
· 11 years ago
80d8611
serial: omap: fix missing comma
by Philippe Proulx
· 11 years ago
e5f9bf7
serial: omap: fix a few checkpatch warnings
by Philippe Proulx
· 11 years ago
018e744
serial: omap: improve RS-485 performance
by Philippe Proulx
· 11 years ago
2a0b965
serial: omap: Add support for optional wake-up
by Tony Lindgren
· 11 years ago
e701bca
serial: omap: delete .set_wake callback
by Linus Walleij
· 11 years ago
18d8519
OMAP/serial: Fix Mode13 vs Mode16 priority
by Alexey Pelykh
· 11 years ago
4250b5d
OMAP/serial: Fix misnamed variable
by Alexey Pelykh
· 11 years ago
355fe56
Revert "OMAP: UART: Keep the TX fifo full when possible"
by Greg Kroah-Hartman
· 11 years ago
7b013e4
Revert "serial: omap: Fix IRQ handling return value"
by Greg Kroah-Hartman
· 11 years ago
e438ac9
OMAP: serial: Remove incorrect disabling of IER interrupt
by Mark Jackson
· 11 years ago
4a0ac0f
OMAP: add RS485 support
by Mark Jackson
· 11 years ago
574de55
serial: use dev_get_platdata()
by Jingoo Han
· 11 years ago
3026d14
serial: omap: enable PM runtime only when its fully configured
by Grygorii Strashko
· 11 years ago
908fd7e
serial: omap: Fix IRQ handling return value
by Ruchika Kharwar
· 11 years ago
a0a490f
serial: omap: Initialize platform_data
by Vikram Pandita
· 11 years ago
76bac19
OMAP: UART: Fix the revision register read.
by Ruchika Kharwar
· 11 years ago
c441508
OMAP: UART: Keep the TX fifo full when possible
by Dmitry Fink
· 11 years ago
f64ffda
OMAP2+: UART: enable tx wakeup bit for wer reg
by Govindraj.R
· 11 years ago
e84f54f
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
by Wolfram Sang
· 11 years ago
a630fbf
serial: omap: Fix device tree based PM runtime
by Tony Lindgren
· 11 years ago
7f25301
serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_suspend()
by Wei Yongjun
· 11 years ago
2cb5a2f
serial: omap: repair building without PM_SLEEP
by Arnd Bergmann
· 11 years ago
8095e4e
Merge 3.10-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
ddd85e2
serial: omap: prevent runtime PM for "no_console_suspend"
by Sourav Poddar
· 12 years ago
7f18d05
SERIAL: OMAP: Remove the slave idle handling from the driver
by Santosh Shilimkar
· 12 years ago
1f66396
OMAP/serial: Revert bad fix of Rx FIFO threshold granularity
by Alexey Pelykh
· 12 years ago
1776fd0
OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation
by Alexey Pelykh
· 12 years ago
5fe2123
OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead of Mode13
by Alexey Pelykh
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
fdbc735
serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR
by Enric Balletbo i Serra
· 12 years ago
d9ba573
ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h
by Tony Lindgren
· 12 years ago
d07e43d
Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
ae8d8a1
tty: remove use of __devexit
by Bill Pemberton
· 12 years ago
9671f09
tty: remove use of __devinit
by Bill Pemberton
· 12 years ago
2d47b71
tty: serial: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
3af08bd
SERIAL: omap: fix hardware assisted flow control
by Russell King
· 12 years ago
2405464
SERIAL: omap: simplify (2)
by Russell King
· 12 years ago
c533e51
SERIAL: omap: move xon/xoff setting earlier
by Russell King
· 12 years ago
c7d059c
SERIAL: omap: always set TCR
by Russell King
· 12 years ago
18f360f
SERIAL: omap: simplify
by Russell King
· 12 years ago
1fe8aa8
SERIAL: omap: don't read back LCR/MCR/EFR
by Russell King
· 12 years ago
01d70bb
SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termios
by Russell King
· 12 years ago
820344f
SERIAL: omap: configure xon/xoff before setting modem control lines
by Russell King
· 12 years ago
f91b55a
SERIAL: omap: move driver private definitions and structures to driver
by Russell King
· 12 years ago
4073a53
SERIAL: omap: remove 'irq_pending' bitfield
by Russell King
· 12 years ago
08bd490
SERIAL: omap: fix MCR TCRTLR bit handling
by Russell King
· 12 years ago
9363f8f
SERIAL: omap: fix set_mctrl() breakage
by Russell King
· 12 years ago
511e74f
SERIAL: omap: no need to re-read EFR
by Russell King
· 12 years ago
d864c03
SERIAL: omap: remove setting of EFR SCD bit
by Russell King
· 12 years ago
da5d01f
SERIAL: omap: allow hardware assisted IXANY mode to be disabled
by Russell King
· 12 years ago
0d5b166
SERIAL: omap: allow hardware assisted rts/cts modes to be disabled
by Russell King
· 12 years ago
ca364d8
Merge 3.7-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
40477d0
serial: omap: Remove the hardcode serial_omap_console_ports array.
by Shubhrajyoti D
· 12 years ago
7ba897d
serial: omap: Remove the default setting of special character
by Shubhrajyoti D
· 12 years ago
39aee51
serial: omap: Make context_loss_cnt signed
by Shubhrajyoti D
· 12 years ago
a4f7438
Revert "serial: omap: fix software flow control"
by Felipe Balbi
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
9a12fcf
serial: omap: fix the reciever line error case
by Shubhrajyoti D
· 12 years ago
ac57e7f
serial: omap: Remove unnecessary checks from suspend/resume
by Sourav Poddar
· 12 years ago
3dbc5ce
serial: omap: Request pins using pinctrl framework
by Tony Lindgren
· 12 years ago
ce2f08d
serial: omap: fix DeviceTree boot
by Felipe Balbi
· 12 years ago
e36851d
serial: omap: fix compile breakage
by Felipe Balbi
· 12 years ago
6721ab7
serial: omap: enable RX and TX FIFO usage
by Felipe Balbi
· 12 years ago
d37c6ce
serial: omap: move uart_omap_port definition to C file
by Felipe Balbi
· 12 years ago
d21e400
serial: omap: remove unnecessary header and add a missing one
by Felipe Balbi
· 12 years ago
957ee72
serial: omap: fix software flow control
by Vikram Pandita
· 12 years ago
a6b19c3
serial: omap: make sure to put() on poll_get_char
by Felipe Balbi
· 12 years ago
9727faf
serial: omap: implement set_wake
by Felipe Balbi
· 12 years ago
0324a82
serial: omap: unlock the port lock
by Ruchika Kharwar
· 12 years ago
52c5513
serial: omap: drop "inline" from IRQ handler prototype
by Felipe Balbi
· 12 years ago
6d608ef
serial: omap: optimization with section annotations
by Felipe Balbi
· 12 years ago
Next »