summaryrefslogtreecommitdiff
path: root/drivers/char/ip2/ip2main.c
AgeCommit message (Expand)Author
2011-02-22tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-12-10ip2: fix compiler warning on ip2main_pci_tblNamhyung Kim
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22tty: icount changeover for other main devicesAlan Cox
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-23ip2: return -EFAULT on copy_to_user errorsDan Carpenter
2010-08-23ip2: remove unneeded NULL checkDan Carpenter
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann
2010-03-02tty: declare MODULE_FIRMWARE in various driversBen Hutchings
2010-03-02ip2: Add module parameter.Rakib Mullick
2010-03-02ip2: remove #ifdef MODULE from ip2main.cRakib Mullick
2009-06-11tty: rewrite the ldisc lockingAlan Cox
2009-04-01proc tty: switch ip2 to ->proc_fopsAlexey Dobriyan
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-13tty: kref the tty driver objectAlan Cox
2008-10-13ip2: avoid add_timer with pending timerAkinobu Mita
2008-10-13ip2: init/deinit cleanupJiri Slaby
2008-10-13ip2: fix sparse warningsJiri Slaby
2008-10-13ip2: cleanup globalsJiri Slaby
2008-10-13Char: merge ip2main and ip2baseJiri Slaby
2008-07-25ip2: push BKL down for the firmware interfaceAlan Cox
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-20tty: Ldisc revampAlan Cox
2008-07-14Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-10ip2: use request_firmware()David Woodhouse
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet
2008-05-24ip2: fix crashes on load/unloadAlan Cox
2008-04-30ip2: switch remaining direct call of ops->flush_bufferAlan Cox
2008-04-30tty: The big operations reworkAlan Cox
2008-04-30Char: ip2, macros cleanupJiri Slaby
2008-04-30drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in...Jon Schindler
2008-04-29proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan
2008-04-29proc: remove proc_root from driversAlexey Dobriyan
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby
2008-02-03drivers/char/: Spelling fixesJoe Perches
2007-10-23drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik
2007-10-23drivers/char/ip2: split out irq core logic into separate functionJeff Garzik
2007-10-17drivers/char/ip2: fix used-uninit'd bugJeff Garzik
2007-10-17drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de
2007-07-31ip2main warning fixAndrew Morton
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox