index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
omap-serial.c
Age
Commit message (
Expand
)
Author
2013-07-26
serial: omap: enable PM runtime only when its fully configured
Grygorii Strashko
2013-07-26
serial: omap: Fix IRQ handling return value
Ruchika Kharwar
2013-07-26
serial: omap: Initialize platform_data
Vikram Pandita
2013-07-26
OMAP: UART: Fix the revision register read.
Ruchika Kharwar
2013-07-26
OMAP: UART: Keep the TX fifo full when possible
Dmitry Fink
2013-07-26
OMAP2+: UART: enable tx wakeup bit for wer reg
Govindraj.R
2013-07-24
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
2013-06-17
serial: omap: Fix device tree based PM runtime
Tony Lindgren
2013-06-06
serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s...
Wei Yongjun
2013-06-03
serial: omap: repair building without PM_SLEEP
Arnd Bergmann
2013-05-27
Merge 3.10-rc3 into tty-next
Greg Kroah-Hartman
2013-05-20
serial: omap: prevent runtime PM for "no_console_suspend"
Sourav Poddar
2013-05-19
SERIAL: OMAP: Remove the slave idle handling from the driver
Santosh Shilimkar
2013-04-03
OMAP/serial: Revert bad fix of Rx FIFO threshold granularity
Alexey Pelykh
2013-02-05
OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, a...
Alexey Pelykh
2013-01-17
OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead...
Alexey Pelykh
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR
Enric Balletbo i Serra
2012-12-14
ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h
Tony Lindgren
2012-12-12
Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2012-11-21
tty: remove use of __devexit
Bill Pemberton
2012-11-21
tty: remove use of __devinit
Bill Pemberton
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-11-04
SERIAL: omap: fix hardware assisted flow control
Russell King
2012-11-04
SERIAL: omap: simplify (2)
Russell King
2012-11-04
SERIAL: omap: move xon/xoff setting earlier
Russell King
2012-11-04
SERIAL: omap: always set TCR
Russell King
2012-11-04
SERIAL: omap: simplify
Russell King
2012-11-04
SERIAL: omap: don't read back LCR/MCR/EFR
Russell King
2012-11-04
SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termios
Russell King
2012-11-04
SERIAL: omap: configure xon/xoff before setting modem control lines
Russell King
2012-11-04
SERIAL: omap: move driver private definitions and structures to driver
Russell King
2012-11-04
SERIAL: omap: remove 'irq_pending' bitfield
Russell King
2012-11-04
SERIAL: omap: fix MCR TCRTLR bit handling
Russell King
2012-11-04
SERIAL: omap: fix set_mctrl() breakage
Russell King
2012-11-04
SERIAL: omap: no need to re-read EFR
Russell King
2012-11-04
SERIAL: omap: remove setting of EFR SCD bit
Russell King
2012-11-04
SERIAL: omap: allow hardware assisted IXANY mode to be disabled
Russell King
2012-11-04
SERIAL: omap: allow hardware assisted rts/cts modes to be disabled
Russell King
2012-10-29
Merge 3.7-rc3 into tty-next
Greg Kroah-Hartman
2012-10-25
serial: omap: Remove the hardcode serial_omap_console_ports array.
Shubhrajyoti D
2012-10-25
serial: omap: Remove the default setting of special character
Shubhrajyoti D
2012-10-25
serial: omap: Make context_loss_cnt signed
Shubhrajyoti D
2012-10-24
Revert "serial: omap: fix software flow control"
Felipe Balbi
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-09-26
serial: omap: fix the reciever line error case
Shubhrajyoti D
2012-09-21
serial: omap: Remove unnecessary checks from suspend/resume
Sourav Poddar
2012-09-10
serial: omap: Request pins using pinctrl framework
Tony Lindgren
2012-09-10
serial: omap: fix DeviceTree boot
Felipe Balbi
2012-09-07
serial: omap: fix compile breakage
Felipe Balbi
[prev]
[next]