summaryrefslogtreecommitdiffstats
path: root/drivers/char/nozomi.c
Commit message (Expand)AuthorAgeFilesLines
* nozomi: quick fix for the close/close bugAlan Cox2010-01-201-1/+1
* kfifo: fix warn_unused_resultStefani Seibold2009-12-221-4/+27
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
* kfifo: cleanup namespaceStefani Seibold2009-12-221-6/+6
* kfifo: move out spinlockStefani Seibold2009-12-221-1/+1
* kfifo: move struct kfifo in placeStefani Seibold2009-12-221-11/+10
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* tty: fix chars_in_buffersAlan Cox2009-07-201-3/+1
* tty: nozomi, fix tty refcounting bugJiri Slaby2009-07-161-4/+8
* Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2009-06-241-2/+0
* tty: kref nozomiAlan Cox2009-01-021-40/+45
* nozomi: Fix close on errorAlan Cox2008-10-131-1/+4
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* char serial: switch drivers to ioremap_nocacheAlan Cox2008-04-301-1/+1
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-11/+2
* fix iomem misannotations in nozomiAl Viro2008-03-301-10/+10
* nozomi: fix initialization and early flow control accessFrank Seidel2008-03-101-18/+43
* nozomi: finish constificationFrank Seidel2008-02-021-7/+7
* nozomi: constify driverJan Engelhardt2008-02-021-20/+18
* nozomi driver updateFrank Seidel2008-02-021-86/+36
* nozomi driverFrank Seidel2008-01-241-0/+1993