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
/
char
/
synclink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-22
tty: move a number of tty drivers from drivers/char/ to drivers/tty/
Greg Kroah-Hartman
1
-8119
/
+0
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-2
/
+1
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-3
/
+3
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-2
/
+2
2010-10-22
tty: icount changeover for other main devices
Alan Cox
1
-39
/
+34
2010-08-10
tty: release BTM while sleeping in block_til_ready
Arnd Bergmann
1
-0
/
+2
2010-08-10
synclink: kill the big kernel lock
Alan Cox
1
-9
/
+10
2010-03-02
Char: synclink, remove unnecessary checks
Jiri Slaby
1
-2
/
+2
2009-09-01
hdlc: convert to netdev_tx_t
Stephen Hemminger
1
-4
/
+3
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-06-11
tty: Add carrier processing on close to the tty_port core
Alan Cox
1
-3
/
+6
2009-04-01
proc tty: switch synclink to ->proc_fops
Alexey Dobriyan
1
-59
/
+39
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
1
-7
/
+11
2009-01-02
tty: Remove some pointless casts
Alan Cox
1
-18
/
+18
2009-01-02
tty: Introduce some close helpers for ports
Alan Cox
1
-55
/
+3
2009-01-02
tty: Introduce a tty_port generic block_til_ready
Alan Cox
1
-0
/
+1
2009-01-02
tty: Pull the dtr raise into tty port
Alan Cox
1
-6
/
+15
2009-01-02
tty_port: Add a port level carrier detect operation
Alan Cox
1
-20
/
+41
2008-08-07
Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...
Jeff Garzik
1
-4
/
+0
2008-07-23
Remove bogus dosyncppp variable from synclink drivers.
Krzysztof Hałasa
1
-4
/
+0
2008-07-22
tty: rework break handling
Alan Cox
1
-3
/
+4
2008-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-18
/
+15
2008-07-20
tty: add more tty_port fields
Alan Cox
1
-9
/
+7
2008-07-20
synclink: use tty_port
Alan Cox
1
-101
/
+94
2008-07-20
tty: Ldisc revamp
Alan Cox
1
-2
/
+2
2008-07-04
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
1
-18
/
+15
2008-05-01
drivers-char-synclinkc-inbreak-mgsl_put_char-fix
Andrew Morton
1
-1
/
+1
2008-05-01
drivers/char/synclink.c: unbreak mgsl_put_char()
Andrew Morton
1
-8
/
+8
2008-04-30
char serial: switch drivers to ioremap_nocache
Alan Cox
1
-2
/
+5
2008-04-30
synclink series: switch to int put_char method
Alan Cox
1
-5
/
+6
2008-04-30
tty/serial: lay the foundations for the next set of reworks
Alan Cox
1
-3
/
+4
2008-04-30
synclink series: Prepare for BKL pushdown
Alan Cox
1
-1
/
+5
2008-04-28
synclink drivers bool conversion
Joe Perches
1
-132
/
+126
2008-04-20
drivers/char: minor irq handler cleanups
Jeff Garzik
1
-12
/
+9
2008-02-06
synclink: standardize format of linux header file include's with "<>"
Robert P. J. Day
1
-2
/
+1
2008-02-03
drivers/char/: Spelling fixes
Joe Perches
1
-1
/
+1
2007-10-17
Clean up duplicate includes in drivers/char/
Jesper Juhl
1
-4
/
+0
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-16
synclink: remove bogus 'no change' termios optimisation from synclink drivers
Alan Cox
1
-8
/
+0
2007-05-08
drivers/char/synclink.c: check kmalloc() return value
Amit Choudhary
1
-1
/
+6
2007-02-12
[PATCH] Char: timers cleanup
Jiri Slaby
1
-6
/
+4
2007-02-11
[PATCH] Char: tty_wakeup cleanup
Jiri Slaby
1
-4
/
+1
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-1
/
+3
2006-12-07
[PATCH] generic HDLC synclink config mismatch fix
Paul Fulghum
1
-12
/
+14
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-4
/
+5
2006-10-17
[PATCH] synclink: remove PAGE_SIZE reference
Paul Fulghum
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+1
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-10-03
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
1
-1
/
+0
[next]