index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-23
serial: samsung: switch to clkdev based clock lookup
Thomas Abraham
2
-121
/
+90
2011-12-23
ARM: S3C2440: move handling of fclk/n clock to platform code
Thomas Abraham
2
-51
/
+3
2011-12-23
serial: samsung: Keep a copy of the location of platform data in driver's pri...
Thomas Abraham
3
-7
/
+25
2011-12-16
omap-serial: Add minimal device tree support
Rajendra Nayak
1
-3
/
+42
2011-12-16
omap-serial: Use default clock speed (48Mhz) if not specified
Rajendra Nayak
1
-0
/
+7
2011-12-16
omap-serial: Get rid of all pdev->id usage
Rajendra Nayak
1
-15
/
+15
2011-12-16
tty/serial/pmac_zilog: Fix suspend & resume
Benjamin Herrenschmidt
2
-277
/
+115
2011-12-14
ARM: OMAP2+: UART: Fix compilation/sparse warnings
Govindraj.R
1
-3
/
+4
2011-12-14
ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos
Govindraj.R
1
-1
/
+35
2011-12-14
ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
Jon Hunter
1
-7
/
+8
2011-12-14
ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.
Deepak K
1
-5
/
+3
2011-12-14
ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts
Govindraj.R
1
-0
/
+15
2011-12-14
ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial
Govindraj.R
1
-4
/
+64
2011-12-14
ARM: OMAP2+: UART: Get context loss count to context restore
Govindraj.R
1
-2
/
+18
2011-12-14
ARM: OMAP2+: UART: Remove uart reset function.
Govindraj.R
1
-0
/
+1
2011-12-14
ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...
Govindraj.R
1
-17
/
+26
2011-12-14
ARM: OMAP2+: UART: Remove context_save and move context restore to driver
Govindraj.R
1
-0
/
+24
2011-12-14
ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver
Govindraj.R
1
-13
/
+109
2011-12-14
ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.
Govindraj.R
1
-2
/
+8
2011-12-14
ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart
Govindraj.R
1
-1
/
+0
2011-12-13
serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.
Sonic Zhang
1
-3
/
+14
2011-12-13
serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.
Sonic Zhang
1
-9
/
+10
2011-12-13
serial: make FSL errata depend on 8250_CONSOLE, not just 8250
Paul Gortmaker
1
-1
/
+1
2011-12-09
serial: add irq handler for Freescale 16550 errata.
Paul Gortmaker
3
-0
/
+69
2011-12-09
serial: manually inline serial8250_handle_port
Paul Gortmaker
1
-15
/
+8
2011-12-09
serial: make 8250 timeout use the specified IRQ handler
Paul Gortmaker
1
-4
/
+1
2011-12-09
serial: export the key functions for an 8250 IRQ handler
Paul Gortmaker
1
-14
/
+15
2011-12-09
serial: clean up parameter passing for 8250 Rx IRQ handling
Paul Gortmaker
1
-6
/
+11
2011-12-09
serial: move struct uart_8250_port from 8250.c to 8250.h
Paul Gortmaker
2
-26
/
+26
2011-12-09
msm_serial_hs: Fix spinlock recursion in handling CTS
Mayank Rana
1
-5
/
+2
2011-12-09
msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptr
Mayank Rana
1
-8
/
+8
2011-12-09
serial: fix serial_cs I/O windows for Argosy RS-COM 2P
Maciej Szmigiero
1
-4
/
+4
2011-12-09
serial: 8250: replace hardcoded 0xbf with #define
Wolfram Sang
1
-1
/
+1
2011-12-09
serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.
Sonic Zhang
1
-1
/
+3
2011-12-09
serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...
Sonic Zhang
1
-9
/
+9
2011-12-09
tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.
Sonic Zhang
1
-2
/
+3
2011-12-09
serial: bfin-uart: remove redundant CTS check for hardware CTS control.
Sonic Zhang
1
-23
/
+1
2011-12-09
serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.
Sonic Zhang
1
-1
/
+3
2011-12-09
serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.
Sonic Zhang
1
-10
/
+9
2011-12-09
Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ...
Paul Mundt
6
-54
/
+192
2011-12-08
pmac_zilog: Fix unexpected irq
Finn Thain
1
-50
/
+52
2011-12-07
SERIAL: AR933X: Add driver for the built-in UART of the SoC
Gabor Juhos
3
-0
/
+712
2011-12-02
serial: sh-sci: Handle GPIO function requests.
Paul Mundt
1
-2
/
+69
2011-12-02
serial: sh-sci: Avoid FIFO clear for MCE toggle.
Paul Mundt
1
-6
/
+13
2011-12-02
serial: sh-sci: per-port modem control.
Paul Mundt
1
-11
/
+20
2011-11-30
TTY: serial: convert drivers/tty/serial/* to use module_platform_driver()
Axel Lin
4
-50
/
+4
2011-11-26
TTY: Remove redundant spi driver bus initialization
Lars-Peter Clausen
5
-5
/
+0
2011-11-26
serial/8250_pci: init-quirk msi support for kt serial controller
Dan Williams
1
-0
/
+14
2011-11-26
serial/8250_pci: setup-quirk workaround for the kt serial controller
Dan Williams
2
-2
/
+19
2011-11-26
serial/mxs-auart: only wake up tty layer once
Uwe Kleine-König
1
-2
/
+3
[prev]
[next]