Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a2826aa92e2e14db372eda01d333267258944033
/
drivers
/
char
/
ip2
/
ip2main.c
c65c9bc
tty: rewrite the ldisc locking
by Alan Cox
· 15 years ago
cdda7cd
proc tty: switch ip2 to ->proc_fops
by Alexey Dobriyan
· 16 years ago
03457cd
device create: char: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
7d7b93c
tty: kref the tty driver object
by Alan Cox
· 16 years ago
9d020a2e
ip2: avoid add_timer with pending timer
by Akinobu Mita
· 16 years ago
f1ddfd9
ip2: init/deinit cleanup
by Jiri Slaby
· 16 years ago
7ccd702
ip2: fix sparse warnings
by Jiri Slaby
· 16 years ago
cf176bc
ip2: cleanup globals
by Jiri Slaby
· 16 years ago
47babd4
Char: merge ip2main and ip2base
by Jiri Slaby
· 16 years ago
47be36a
ip2: push BKL down for the firmware interface
by Alan Cox
· 16 years ago
47aa579
device create: char: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
5a86102
Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6
by Linus Torvalds
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
547d8bb
ip2: use request_firmware()
by David Woodhouse
· 16 years ago
f2b9857
Add a bunch of cycle_kernel_lock() calls
by Jonathan Corbet
· 16 years ago
6089093
ip2: fix crashes on load/unload
by Alan Cox
· 16 years ago
a6fc819
ip2: switch remaining direct call of ops->flush_buffer
by Alan Cox
· 17 years ago
f34d7a5
tty: The big operations rework
by Alan Cox
· 17 years ago
cf1c63c
Char: ip2, macros cleanup
by Jiri Slaby
· 17 years ago
83e422b
drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_init&module_exit
by Jon Schindler
· 17 years ago
4a5cdb5
proc: switch /proc/ip2mem to seq_file interface
by Alexey Dobriyan
· 17 years ago
c74c120
proc: remove proc_root from drivers
by Alexey Dobriyan
· 17 years ago
1237a2e
Char: char/serial, remove SERIAL_TYPE_NORMAL redefines
by Jiri Slaby
· 17 years ago
8dfba4d
drivers/char/: Spelling fixes
by Joe Perches
· 17 years ago
6bd3bd6
drivers/char/ip2: separate polling and irq-driven work entry points
by Jeff Garzik
· 17 years ago
f3518e4
drivers/char/ip2: split out irq core logic into separate function
by Jeff Garzik
· 17 years ago
2b0172e
drivers/char/ip2: fix used-uninit'd bug
by Jeff Garzik
· 17 years ago
978550b8
drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc
by Mariusz Kozlowski
· 17 years ago
07c015e
Convert from class_device to device in drivers/char
by tonyj@suse.de
· 17 years ago
ad4a5bb
ip2main warning fix
by Andrew Morton
· 17 years ago
68fc4fa
unregister_chrdev(): ignore the return value
by Akinobu Mita
· 17 years ago
ab521dc
[PATCH] tty: update the tty layer to work with struct pid
by Eric W. Biederman
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
a7113a9
[PATCH] struct path: convert char-drivers
by Josef Sipek
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
f061c58
[PATCH] i2Output always takes kernel data now
by Al Viro
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
fcc7a8c
[PATCH] drivers/char/ip2: kill unused code, label
by Jeff Garzik
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
1aff0ec
[PATCH] ip2: use newer pci_get functions
by Alan Cox
· 18 years ago
eb0e71c
[PATCH] Add Computone IntelliPort Plus serial hotplug support
by Chuck Short
· 18 years ago
62322d2
[PATCH] make more file_operation structs static
by Arjan van de Ven
· 18 years ago
0f2ed4c
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
331b831
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
by Greg Kroah-Hartman
· 19 years ago
f4eaa37
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 19 years ago
8ab5e4c
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
7c69ef7
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
673e321
[PATCH] char/ip2: more section fixes (replacement)
by Randy Dunlap
· 18 years ago
01d206a
Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Adrian Bunk
· 19 years ago
9c4b562
Move ip2.c and ip2main.c to drivers/char/ip2/ where the other files
by Adrian Bunk
· 19 years ago
[Renamed (99%) from drivers/char/ip2main.c]
d9e3953
[PATCH] clean up computone remaining cli use
by Alan Cox
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
f91f4d9
[PATCH] gratuitous includes of asm/serial.h
by viro@ZenIV.linux.org.uk
· 19 years ago
995c6ed
[PATCH] drivers/char/ip2*: cleanups
by Adrian Bunk
· 19 years ago
ca8eca6
[PATCH] class: convert drivers/char/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago