summaryrefslogtreecommitdiffstats
path: root/drivers/char/ip2/ip2main.c
Commit message (Expand)AuthorAgeFilesLines
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* ip2: return -EFAULT on copy_to_user errorsDan Carpenter2010-08-241-0/+2
* ip2: remove unneeded NULL checkDan Carpenter2010-08-241-1/+1
* tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-101-0/+4
* tty: declare MODULE_FIRMWARE in various driversBen Hutchings2010-03-021-0/+2
* ip2: Add module parameter.Rakib Mullick2010-03-021-0/+13
* ip2: remove #ifdef MODULE from ip2main.cRakib Mullick2010-03-021-6/+5Star
* tty: rewrite the ldisc lockingAlan Cox2009-06-111-2/+2
* proc tty: switch ip2 to ->proc_fopsAlexey Dobriyan2009-04-011-40/+34Star
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+6
* tty: kref the tty driver objectAlan Cox2008-10-131-3/+3
* ip2: avoid add_timer with pending timerAkinobu Mita2008-10-131-15/+4Star
* ip2: init/deinit cleanupJiri Slaby2008-10-131-217/+198Star
* ip2: fix sparse warningsJiri Slaby2008-10-131-9/+5Star
* ip2: cleanup globalsJiri Slaby2008-10-131-11/+7Star
* Char: merge ip2main and ip2baseJiri Slaby2008-10-131-16/+76
* ip2: push BKL down for the firmware interfaceAlan Cox2008-07-251-5/+8
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-6/+6
* tty: Ldisc revampAlan Cox2008-07-211-3/+4
* Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-151-11/+36
|\
| * ip2: use request_firmware()David Woodhouse2008-07-101-11/+36
* | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-23/+0Star
|\|
| * ip2: fix crashes on load/unloadAlan Cox2008-05-241-23/+0Star
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-32/+2Star
|/
* ip2: switch remaining direct call of ops->flush_bufferAlan Cox2008-04-301-2/+1Star
* tty: The big operations reworkAlan Cox2008-04-301-6/+6
* Char: ip2, macros cleanupJiri Slaby2008-04-301-34/+34
* drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in...Jon Schindler2008-04-301-4/+6
* proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan2008-04-291-28/+25Star
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-2/+2
* Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby2008-02-071-3/+0Star
* drivers/char/: Spelling fixesJoe Perches2008-02-031-1/+1
* drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik2007-10-241-7/+20
* drivers/char/ip2: split out irq core logic into separate functionJeff Garzik2007-10-241-18/+26
* drivers/char/ip2: fix used-uninit'd bugJeff Garzik2007-10-171-5/+1Star
* drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-171-3/+2Star
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-6/+6
* ip2main warning fixAndrew Morton2007-08-011-1/+2
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-3/+1Star
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-2/+2
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-5/+5
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-11/+12
* [PATCH] i2Output always takes kernel data nowAl Viro2006-10-111-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-5/+4Star
* [PATCH] drivers/char/ip2: kill unused code, labelJeff Garzik2006-10-031-2/+0Star
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] ip2: use newer pci_get functionsAlan Cox2006-10-011-3/+7
* [PATCH] Add Computone IntelliPort Plus serial hotplug supportChuck Short2006-07-101-0/+7
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-041-1/+1