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