aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ip2/ip2main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-23ip2: return -EFAULT on copy_to_user errorsDan Carpenter1-0/+2
2010-08-23ip2: remove unneeded NULL checkDan Carpenter1-1/+1
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann1-0/+4
2010-03-02tty: declare MODULE_FIRMWARE in various driversBen Hutchings1-0/+2
2010-03-02ip2: Add module parameter.Rakib Mullick1-0/+13
2010-03-02ip2: remove #ifdef MODULE from ip2main.cRakib Mullick1-6/+5
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-2/+2
2009-04-01proc tty: switch ip2 to ->proc_fopsAlexey Dobriyan1-40/+34
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-6/+6
2008-10-13tty: kref the tty driver objectAlan Cox1-3/+3
2008-10-13ip2: avoid add_timer with pending timerAkinobu Mita1-15/+4
2008-10-13ip2: init/deinit cleanupJiri Slaby1-217/+198
2008-10-13ip2: fix sparse warningsJiri Slaby1-9/+5
2008-10-13ip2: cleanup globalsJiri Slaby1-11/+7
2008-10-13Char: merge ip2main and ip2baseJiri Slaby1-16/+76
2008-07-25ip2: push BKL down for the firmware interfaceAlan Cox1-5/+8
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-6/+6
2008-07-20tty: Ldisc revampAlan Cox1-3/+4
2008-07-14Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds1-11/+36
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-23/+0
2008-07-10ip2: use request_firmware()David Woodhouse1-11/+36
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-32/+2
2008-05-24ip2: fix crashes on load/unloadAlan Cox1-23/+0
2008-04-30ip2: switch remaining direct call of ops->flush_bufferAlan Cox1-2/+1
2008-04-30tty: The big operations reworkAlan Cox1-6/+6
2008-04-30Char: ip2, macros cleanupJiri Slaby1-34/+34
2008-04-30drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_init&module_exitJon Schindler1-4/+6
2008-04-29proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan1-28/+25
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-2/+2
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby1-3/+0
2008-02-03drivers/char/: Spelling fixesJoe Perches1-1/+1
2007-10-23drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik1-7/+20
2007-10-23drivers/char/ip2: split out irq core logic into separate functionJeff Garzik1-18/+26
2007-10-17drivers/char/ip2: fix used-uninit'd bugJeff Garzik1-5/+1
2007-10-17drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de1-6/+6
2007-07-31ip2main warning fixAndrew Morton1-1/+2
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita1-3/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-2/+2
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-5/+5
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-11/+12
2006-10-11[PATCH] i2Output always takes kernel data nowAl Viro1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+4
2006-10-03[PATCH] drivers/char/ip2: kill unused code, labelJeff Garzik1-2/+0
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-10-01[PATCH] ip2: use newer pci_get functionsAlan Cox1-3/+7
2006-07-10[PATCH] Add Computone IntelliPort Plus serial hotplug supportChuck Short1-0/+7
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-3/+3