summaryrefslogtreecommitdiffstats
path: root/drivers/char/amiserial.c
AgeCommit message (Expand)AuthorLines
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman-2178/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-11-11amiserial: Remove unused variable icountGeert Uytterhoeven-1/+0
2010-10-22tty: icount changeover for other main devicesAlan Cox-25/+31
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann-0/+2
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann-2/+9
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann-8/+8
2010-05-26m68k: amiga - Serial port platform device conversionGeert Uytterhoeven-26/+35
2010-04-07drivers/char/amiserial.c: add missing local_irq_restoreJulia Lawall-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-0/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo-1/+1
2009-04-01proc tty: switch amiserial to ->proc_fopsAlexey Dobriyan-34/+28
2009-01-12m68k: amiserial - Kill warn_unused_result warningsGeert Uytterhoeven-6/+30
2009-01-02tty: Remove some pointless castsAlan Cox-17/+17
2008-10-26m68k: Disable Amiga serial console support if modularGeert Uytterhoeven-2/+4
2008-10-13tty: Remove lots of NULL checksAlan Cox-6/+0
2008-08-06m68k/amiserial: fix fallout of tty break handling reworkGeert Uytterhoeven-1/+1
2008-07-22tty: rework break handlingAlan Cox-1/+2
2008-04-30amiserial: Switch put char to return success/failAlan Cox-5/+6
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox-2/+4
2008-04-30amiserial: prepare for locking relaxation in callerAlan Cox-2/+11
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-2/+1
2007-07-16amiserial: remove incorrect 'no termios change' checkAlan Cox-6/+1
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary-2/+2
2007-02-11[PATCH] CHAR-Amiserial: turn local_save_flags() + local_irq_disable() into lo...Jiri Kosina-2/+1
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby-4/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-3/+3
2006-10-04[PATCH] char: kill unneeded memsetsJiri Slaby-29/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-23[PATCH] kill _INLINE_Adrian Bunk-12/+6
2006-01-14[PATCH] remove unused tmp_buf_sem'sAdrian Bunk-1/+0
2006-01-12[PATCH] m68k: amiserial __user annotationsAl Viro-10/+9
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro-0/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox-20/+13
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser-1/+1
2005-09-13[PATCH] Remove unnecessary check_region references in commentsPeter Osterlund-4/+0
2005-06-25[PATCH] Serial: remove unnecessary register_serial/unregister_serialRussell King-4/+0
2005-06-23[PATCH] Potential null pointer dereference in amiga serial driverTINNES Julien RD-MAPS-ISS-4/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+2179