aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/amiserial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-2178/+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-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-11amiserial: Remove unused variable icountGeert Uytterhoeven1-1/+0
2010-10-22tty: icount changeover for other main devicesAlan Cox1-25/+31
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann1-0/+2
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann1-2/+9
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-8/+8
2010-05-26m68k: amiga - Serial port platform device conversionGeert Uytterhoeven1-26/+35
2010-04-07drivers/char/amiserial.c: add missing local_irq_restoreJulia Lawall1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo1-1/+1
2009-04-01proc tty: switch amiserial to ->proc_fopsAlexey Dobriyan1-34/+28
2009-01-12m68k: amiserial - Kill warn_unused_result warningsGeert Uytterhoeven1-6/+30
2009-01-02tty: Remove some pointless castsAlan Cox1-17/+17
2008-10-26m68k: Disable Amiga serial console support if modularGeert Uytterhoeven1-2/+4
2008-10-13tty: Remove lots of NULL checksAlan Cox1-6/+0
2008-08-06m68k/amiserial: fix fallout of tty break handling reworkGeert Uytterhoeven1-1/+1
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-04-30amiserial: Switch put char to return success/failAlan Cox1-5/+6
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-2/+4
2008-04-30amiserial: prepare for locking relaxation in callerAlan Cox1-2/+11
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-16amiserial: remove incorrect 'no termios change' checkAlan Cox1-6/+1
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary1-2/+2
2007-02-11[PATCH] CHAR-Amiserial: turn local_save_flags() + local_irq_disable() into local_irq_save()Jiri Kosina1-2/+1
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-4/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-10-04[PATCH] char: kill unneeded memsetsJiri Slaby1-29/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[PATCH] kill _INLINE_Adrian Bunk1-12/+6
2006-01-14[PATCH] remove unused tmp_buf_sem'sAdrian Bunk1-1/+0
2006-01-12[PATCH] m68k: amiserial __user annotationsAl Viro1-10/+9
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro1-0/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-20/+13
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2005-09-13[PATCH] Remove unnecessary check_region references in commentsPeter Osterlund1-4/+0
2005-06-25[PATCH] Serial: remove unnecessary register_serial/unregister_serialRussell King1-4/+0
2005-06-23[PATCH] Potential null pointer dereference in amiga serial driverTINNES Julien RD-MAPS-ISS1-4/+14
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2179