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
/
specialix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-22
tty: move obsolete and broken tty drivers to drivers/staging/tty/
Greg Kroah-Hartman
1
-2368
/
+0
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-1
/
+1
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-1
/
+1
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-1
/
+1
2011-01-07
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2010-12-10
specialix: fix compiler warning on specialix_pci_tbl
Namhyung Kim
1
-1
/
+1
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-08-10
tty: release BTM while sleeping in block_til_ready
Arnd Bergmann
1
-0
/
+2
2010-08-10
specialix: Kill the BKL
Alan Cox
1
-6
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-02
tty: Fix up char drivers request_room usage
Alan Cox
1
-2
/
+0
2009-07-20
specialix.c: convert nested spin_lock_irqsave to spin_lock
Julia Lawall
1
-12
/
+12
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-04-06
specialix: Auto-load specialix module when device opened.
Scott James Remnant
1
-0
/
+1
2009-01-02
tty: Remove some pointless casts
Alan Cox
1
-17
/
+17
2008-11-14
Create/use more directory structure in the Documentation/ tree.
Randy Dunlap
1
-1
/
+1
2008-07-22
specialix: restore driver using new break functionality
Alan Cox
1
-27
/
+11
2008-07-22
specialix: Code cleanups
Alan Cox
1
-172
/
+44
2008-07-22
specialix: Tidy up coding style
Alan Cox
1
-302
/
+361
2008-07-20
tty: add more tty_port fields
Alan Cox
1
-80
/
+73
2008-04-30
drivers/char: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2008-04-30
specialix: Switch to int put_char method
Alan Cox
1
-4
/
+5
2008-04-30
tty/serial: lay the foundations for the next set of reworks
Alan Cox
1
-24
/
+22
2008-04-30
specialix: Prepare for BKL pushdown
Alan Cox
1
-40
/
+6
2008-04-20
drivers/char: minor irq handler cleanups
Jeff Garzik
1
-6
/
+4
2008-03-04
specialix.c: fix possible double-unlock
Harvey Harrison
1
-1
/
+0
2008-02-07
Char: specialix, remove bottomhalves
Jiri Slaby
1
-68
/
+4
2007-07-17
Char: specialix, remove busy waiting
Jiri Slaby
1
-14
/
+2
2007-02-12
[PATCH] Char: timers cleanup
Jiri Slaby
1
-8
/
+4
2007-02-12
[PATCH] Char: specialix, isr have 2 params
Jiri Slaby
1
-1
/
+1
2007-02-11
[PATCH] Char: tty_wakeup cleanup
Jiri Slaby
1
-3
/
+1
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-2
/
+7
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-6
/
+8
2006-10-17
[PATCH] drivers/char/specialix.c: fix the baud conversion
Adrian Bunk
1
-11
/
+4
2006-10-06
Various drivers' irq handlers: kill dead code, needless casts
Jeff Garzik
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-10-01
[PATCH] Char: specialix, kill unneeded page alloc
Jiri Slaby
1
-10
/
+1
2006-09-29
[PATCH] specialix - remove private speed decoding
Alan Cox
1
-12
/
+4
2006-07-10
[PATCH] Add Specialix IO8+ card support hotplug support
Chuck Short
1
-0
/
+6
2006-07-02
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
Thomas Gleixner
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] spin/rwlock init cleanups
Ingo Molnar
1
-1
/
+1
2006-06-25
[PATCH] More !tty cleanups in drivers/char
Eric Sesterhenn
1
-2
/
+2
2006-01-14
[PATCH] remove unused tmp_buf_sem's
Adrian Bunk
1
-3
/
+0
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-24
/
+14
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-10-30
[PATCH] remove some more check_region stuff
Jeff Garzik
1
-172
/
+170
2005-05-01
[PATCH] misc verify_area cleanups
Jesper Juhl
1
-7
/
+4
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2610