aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/serial167.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-08-10tty: release BTM while sleeping in block_til_readyGravatar Arnd Bergmann 1-1/+3
2010-08-10tty: replace BKL with a new tty_lockGravatar Arnd Bergmann 1-2/+2
2010-05-21serial: Tidy REMOTE_DEBUGGravatar Christoph Egger 1-222/+1
2010-05-17serial167: Kill unused variablesGravatar Geert Uytterhoeven 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-02tty: Fix up char drivers request_room usageGravatar Alan Cox 1-2/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Gravatar Uwe Kleine-König 1-1/+1
2009-10-01serial167: fix read buffer overflowGravatar Roel Kluin 1-5/+2
2009-09-14cleanup console_print()Gravatar Anirban Sinha 1-3/+2
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-01-02tty: Remove some pointless castsGravatar Alan Cox 1-16/+16
2008-12-05Fix incorrect use of loose in tty/serial driversGravatar Nick Andrew 1-1/+1
2008-05-05m68k: serial167 missing return value in cy_put_char()Gravatar Geert Uytterhoeven 1-1/+1
2008-04-30serial167: switch to int put_char methodGravatar Alan Cox 1-3/+4
2008-04-30tty/serial: lay the foundations for the next set of reworksGravatar Alan Cox 1-2/+1
2008-04-30serial167: prepare to push BKL down into driversGravatar Alan Cox 1-12/+3
2008-02-07Char: serial167, remove bottomhalfGravatar Jiri Slaby 1-68/+8
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesGravatar Jiri Slaby 1-2/+0
2007-07-20m68k: remove empty ->setup is several consolesGravatar Al Viro 1-6/+0
2007-05-08drivers/char: use __set_current_state()Gravatar Milind Arun Choudhary 1-1/+1
2007-02-11[PATCH] Char: serial167, cleanupGravatar Jiri Slaby 1-1677/+1645
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-1/+1
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageGravatar Al Viro 1-3/+3
2006-10-15[PATCH] serial167 __user annotations, NULL noise removalGravatar Al Viro 1-26/+26
2006-10-09[PATCH] m68k/MVME167: SERIAL167 tty flip buffer updatesGravatar Geert Uytterhoeven 1-6/+10
2006-10-09[PATCH] m68k/MVME167: SERIAL167 is no longer brokenGravatar Geert Uytterhoeven 1-2/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-4/+4
2006-10-04[PATCH] Char: serial167, remove useless tty checkGravatar Jiri Slaby 1-2/+2
2006-10-04[PATCH] char: kill unneeded memsetsGravatar Jiri Slaby 1-19/+1
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-01-14[PATCH] remove unused tmp_buf_sem'sGravatar Adrian Bunk 1-1/+0
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-25/+10
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2858