aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/nozomi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-1993/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-11-09nozomi: Fix warning from the previous TIOCGCOUNT changesAlan Cox1-1/+0
2010-10-22tty: icount changeover for other main devicesAlan Cox1-19/+18
2010-08-11kfifo: fix kfifo miss use of nozami.cStefani Seibold1-2/+1
2010-08-10Char: nozomi, set tty->driver_data appropriatelyJiri Slaby1-1/+2
2010-08-10Char: nozomi, fix tty->count countingJiri Slaby1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02tty: Fix up char drivers request_room usageAlan Cox1-2/+0
2010-03-02nozomi: Tidy up the PCI tableAlan Cox1-5/+1
2010-03-02nozomi: Fix mutex handlingAlan Cox1-22/+12
2010-03-02nozomi: Add tty_port usageAlan Cox1-47/+68
2010-01-20nozomi: quick fix for the close/close bugAlan Cox1-1/+1
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-4/+27
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-6/+6
2009-12-22kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-11/+10
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-07-20tty: fix chars_in_buffersAlan Cox1-3/+1
2009-07-16tty: nozomi, fix tty refcounting bugJiri Slaby1-4/+8
2009-06-24Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert1-2/+0
2009-01-02tty: kref nozomiAlan Cox1-40/+45
2008-10-13nozomi: Fix close on errorAlan Cox1-1/+4
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox1-1/+1
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-11/+2
2008-03-30fix iomem misannotations in nozomiAl Viro1-10/+10
2008-03-10nozomi: fix initialization and early flow control accessFrank Seidel1-18/+43
2008-02-02nozomi: finish constificationFrank Seidel1-7/+7
2008-02-02nozomi: constify driverJan Engelhardt1-20/+18
2008-02-02nozomi driver updateFrank Seidel1-86/+36
2008-01-24nozomi driverFrank Seidel1-0/+1993