aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/epca.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-11tty: const: constify remaining tty_operationsAlexey Dobriyan1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-2/+2
2009-06-11epca: fix test_bit parametersJiri Slaby1-4/+5
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-2/+2
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer1-1/+1
2009-01-02tty: Redo the rocket driver lockingAlan Cox1-7/+2
2009-01-02tty: Make epca use the port helpersAlan Cox1-148/+24
2009-01-02tty: refcount the epca driverAlan Cox1-12/+15
2009-01-02tty: relock epcaAlan Cox1-91/+104
2009-01-02tty: Remove some pointless castsAlan Cox1-5/+5
2008-10-20epca: Add infinite break supportAlan Cox1-1/+5
2008-10-13epca: call tty_port_initAlan Cox1-4/+1
2008-07-22Fix the epca driver to permit epca_setup() to be invoked from the kernel cmdlineDavid Howells1-2/+13
2008-07-22epca: Restore driverAlan Cox1-29/+9
2008-07-22epca: Fix comments and move breakAlan Cox1-5/+0
2008-07-20epca: use tty_portAlan Cox1-53/+53
2008-07-20tty: Ldisc revampAlan Cox1-2/+2
2008-04-30epca: coding styleAlan Cox1-118/+158
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-11/+2
2008-04-30epca.c: static functions and integer as NULL pointer fixesHarvey Harrison1-4/+5
2008-04-30epca: lock_kernel push downAlan Cox1-15/+2
2008-02-03drivers/char/: Spelling fixesJoe Perches1-2/+2
2007-10-17epca.c: reformat comments and coding style improvementsAlexey Dobriyan1-1409/+1202
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary1-1/+1
2007-03-05[PATCH] char/epca.c: remove unused functionMichal Piotrowski1-17/+0
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-3/+0
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-5/+11
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-10-17[PATCH] epca: prevent panic on tty_register_driver() failureAkinobu Mita1-9/+23
2006-10-04[PATCH] char: kill unneeded memsetsJiri Slaby1-15/+2
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-03-26BUG_ON() Conversion in drivers/charEric Sesterhenn1-2/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-13/+4
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-10-30[PATCH] epca: update .owner field of struct pci_driverLaurent Riffard1-0/+1
2005-09-16[PATCH] epca iomem annotations + several missing readw()Al Viro1-40/+44
2005-09-07[PATCH] Clean up the old digi support and rescue itAlan Cox1-1129/+459
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3789