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
/
ip2
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-22
tty: move obsolete and broken tty drivers to drivers/staging/tty/
Greg Kroah-Hartman
14
-9873
/
+0
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
1
-2
/
+2
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-2
/
+2
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-2
/
+2
2010-12-10
ip2: fix compiler warning on ip2main_pci_tbl
Namhyung Kim
1
-1
/
+1
2010-10-27
drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
1
-1
/
+1
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
1
-29
/
+43
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-22
tty: icount changeover for other main devices
Alan Cox
1
-29
/
+43
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-4
/
+4
2010-08-23
ip2: return -EFAULT on copy_to_user errors
Dan Carpenter
1
-0
/
+2
2010-08-23
ip2: remove unneeded NULL check
Dan Carpenter
1
-1
/
+1
2010-08-10
tty: release BTM while sleeping in block_til_ready
Arnd Bergmann
1
-0
/
+4
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-02
tty: declare MODULE_FIRMWARE in various drivers
Ben Hutchings
1
-0
/
+2
2010-03-02
ip2: Add module parameter.
Rakib Mullick
1
-0
/
+13
2010-03-02
ip2: remove #ifdef MODULE from ip2main.c
Rakib Mullick
1
-6
/
+5
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2009-06-11
tty: rewrite the ldisc locking
Alan Cox
2
-4
/
+4
2009-04-01
proc tty: switch ip2 to ->proc_fops
Alexey Dobriyan
1
-40
/
+34
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-6
/
+6
2008-10-13
tty: kref the tty driver object
Alan Cox
1
-3
/
+3
2008-10-13
ip2: avoid add_timer with pending timer
Akinobu Mita
1
-15
/
+4
2008-10-13
ip2: init/deinit cleanup
Jiri Slaby
3
-251
/
+198
2008-10-13
ip2: fix sparse warnings
Jiri Slaby
1
-9
/
+5
2008-10-13
ip2: cleanup globals
Jiri Slaby
1
-11
/
+7
2008-10-13
Char: merge ip2main and ip2base
Jiri Slaby
3
-125
/
+77
2008-07-25
ip2: push BKL down for the firmware interface
Alan Cox
1
-5
/
+8
2008-07-21
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-6
/
+6
2008-07-20
tty: Ldisc revamp
Alan Cox
2
-5
/
+6
2008-07-14
Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6
Linus Torvalds
3
-2163
/
+38
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2
-25
/
+2
2008-07-10
ip2: use request_firmware()
David Woodhouse
3
-2163
/
+38
2008-06-20
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
1
-32
/
+2
2008-05-24
ip2: fix crashes on load/unload
Alan Cox
2
-25
/
+2
2008-04-30
ip2: switch remaining direct call of ops->flush_buffer
Alan Cox
1
-2
/
+1
2008-04-30
tty: The big operations rework
Alan Cox
1
-6
/
+6
2008-04-30
Char: ip2, macros cleanup
Jiri Slaby
6
-383
/
+211
2008-04-30
drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in...
Jon Schindler
1
-4
/
+6
2008-04-29
proc: switch /proc/ip2mem to seq_file interface
Alexey Dobriyan
1
-28
/
+25
2008-04-29
proc: remove proc_root from drivers
Alexey Dobriyan
1
-2
/
+2
2008-04-02
Char: ip2, fix sparse warnings
Jiri Slaby
1
-5
/
+7
2008-02-07
Char: char/serial, remove SERIAL_TYPE_NORMAL redefines
Jiri Slaby
1
-3
/
+0
2008-02-03
drivers/char/: Spelling fixes
Joe Perches
2
-2
/
+2
2007-10-23
drivers/char/ip2: separate polling and irq-driven work entry points
Jeff Garzik
1
-7
/
+20
2007-10-23
drivers/char/ip2: split out irq core logic into separate function
Jeff Garzik
1
-18
/
+26
2007-10-17
drivers/char/ip2: fix used-uninit'd bug
Jeff Garzik
1
-5
/
+1
2007-10-17
drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+2
2007-10-12
Convert from class_device to device in drivers/char
tonyj@suse.de
1
-6
/
+6
[next]