aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ip2/ip2main.c
Commit message (Expand)AuthorAge
* tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman2011-02-22
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-17
* tiocmset: kill the file pointer argumentAlan Cox2011-02-17
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* ip2: fix compiler warning on ip2main_pci_tblNamhyung Kim2010-12-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-22
|\
| * tty: icount changeover for other main devicesAlan Cox2010-10-22
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
| |/
* / drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
|/
* ip2: return -EFAULT on copy_to_user errorsDan Carpenter2010-08-23
* ip2: remove unneeded NULL checkDan Carpenter2010-08-23
* tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-10
* tty: declare MODULE_FIRMWARE in various driversBen Hutchings2010-03-02
* ip2: Add module parameter.Rakib Mullick2010-03-02
* ip2: remove #ifdef MODULE from ip2main.cRakib Mullick2010-03-02
* tty: rewrite the ldisc lockingAlan Cox2009-06-11
* proc tty: switch ip2 to ->proc_fopsAlexey Dobriyan2009-04-01
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* tty: kref the tty driver objectAlan Cox2008-10-13
* ip2: avoid add_timer with pending timerAkinobu Mita2008-10-13
* ip2: init/deinit cleanupJiri Slaby2008-10-13
* ip2: fix sparse warningsJiri Slaby2008-10-13
* ip2: cleanup globalsJiri Slaby2008-10-13
* Char: merge ip2main and ip2baseJiri Slaby2008-10-13
* ip2: push BKL down for the firmware interfaceAlan Cox2008-07-25
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* tty: Ldisc revampAlan Cox2008-07-20
* Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-14
|\
| * ip2: use request_firmware()David Woodhouse2008-07-10
* | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
|\|
| * ip2: fix crashes on load/unloadAlan Cox2008-05-24
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-20
|/
* ip2: switch remaining direct call of ops->flush_bufferAlan Cox2008-04-30
* tty: The big operations reworkAlan Cox2008-04-30
* Char: ip2, macros cleanupJiri Slaby2008-04-30
* drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in...Jon Schindler2008-04-30
* proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan2008-04-29
* proc: remove proc_root from driversAlexey Dobriyan2008-04-29
* Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby2008-02-07
* drivers/char/: Spelling fixesJoe Perches2008-02-03
* drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik2007-10-23
* drivers/char/ip2: split out irq core logic into separate functionJeff Garzik2007-10-23
* drivers/char/ip2: fix used-uninit'd bugJeff Garzik2007-10-17
* drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-17
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-12
* ip2main warning fixAndrew Morton2007-07-31
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-19
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-12
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-08