summaryrefslogtreecommitdiffstats
path: root/drivers/char/amiserial.c
Commit message (Expand)AuthorAgeFilesLines
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-231-2178/+0Star
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* amiserial: Remove unused variable icountGeert Uytterhoeven2010-11-111-1/+0Star
* tty: icount changeover for other main devicesAlan Cox2010-10-221-25/+31
* tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-101-0/+2
* tty: untangle locking of wait_until_sentArnd Bergmann2010-08-101-2/+9
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-8/+8
* m68k: amiga - Serial port platform device conversionGeert Uytterhoeven2010-05-261-26/+35
* drivers/char/amiserial.c: add missing local_irq_restoreJulia Lawall2010-04-071-2/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo2009-06-121-1/+1
* proc tty: switch amiserial to ->proc_fopsAlexey Dobriyan2009-04-011-34/+28Star
* m68k: amiserial - Kill warn_unused_result warningsGeert Uytterhoeven2009-01-121-6/+30
* tty: Remove some pointless castsAlan Cox2009-01-021-17/+17
* m68k: Disable Amiga serial console support if modularGeert Uytterhoeven2008-10-261-2/+4
* tty: Remove lots of NULL checksAlan Cox2008-10-131-6/+0Star
* m68k/amiserial: fix fallout of tty break handling reworkGeert Uytterhoeven2008-08-061-1/+1
* tty: rework break handlingAlan Cox2008-07-221-1/+2
* amiserial: Switch put char to return success/failAlan Cox2008-04-301-5/+6
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-2/+4
* amiserial: prepare for locking relaxation in callerAlan Cox2008-04-301-2/+11
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* amiserial: remove incorrect 'no termios change' checkAlan Cox2007-07-161-6/+1Star
* drivers/char: use __set_current_state()Milind Arun Choudhary2007-05-081-2/+2
* [PATCH] CHAR-Amiserial: turn local_save_flags() + local_irq_disable() into lo...Jiri Kosina2007-02-111-2/+1Star
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-4/+1Star
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [PATCH] char: kill unneeded memsetsJiri Slaby2006-10-041-29/+1Star
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] kill _INLINE_Adrian Bunk2006-03-231-12/+6Star
* [PATCH] remove unused tmp_buf_sem'sAdrian Bunk2006-01-141-1/+0Star
* [PATCH] m68k: amiserial __user annotationsAl Viro2006-01-121-10/+9Star
* [PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro2006-01-121-0/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-20/+13Star
* [PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser2006-01-101-1/+1
* [PATCH] Remove unnecessary check_region references in commentsPeter Osterlund2005-09-131-4/+0Star
* [PATCH] Serial: remove unnecessary register_serial/unregister_serialRussell King2005-06-261-4/+0Star
* [PATCH] Potential null pointer dereference in amiga serial driverTINNES Julien RD-MAPS-ISS2005-06-231-4/+14
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2179