aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ip2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
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
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-06-11tty: rewrite the ldisc lockingAlan Cox2-4/+4
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 Slaby3-251/+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 Slaby3-125/+77
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 Cox2-5/+6
2008-07-14Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds3-2163/+38
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2-25/+2
2008-07-10ip2: use request_firmware()David Woodhouse3-2163/+38
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-32/+2
2008-05-24ip2: fix crashes on load/unloadAlan Cox2-25/+2
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 Slaby6-383/+211
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-04-02Char: ip2, fix sparse warningsJiri Slaby1-5/+7
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby1-3/+0
2008-02-03drivers/char/: Spelling fixesJoe Perches2-2/+2
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-07-16Char: ip2, use msleep for sleepingJiri Slaby1-43/+1
2007-02-21Fix bogus 'inline' in drivers/char/ip2/i2lib.cLinus Torvalds1-2/+2
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-2/+2
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-13/+17
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-9/+1
2007-01-05[PATCH] ip2 warning fixAndrew Morton1-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-12-07[PATCH] char: ip2 remove broken macroMariusz Kozlowski1-5/+0
2006-12-07[PATCH] i2lib unused variable cleanupMariusz Kozlowski1-1/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells2-17/+18
2006-10-11[PATCH] i2Output always takes kernel data nowAl Viro3-11/+6