aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ip2/ip2main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman1-3234/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-12-10ip2: fix compiler warning on ip2main_pci_tblNamhyung Kim1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-29/+43
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22tty: icount changeover for other main devicesAlan Cox1-29/+43
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+4
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