1. 09 3月, 2012 7 次提交
  2. 23 9月, 2011 1 次提交
  3. 24 8月, 2011 1 次提交
    • J
      TTY: ami_serial, remove BTM from wait_until_sent · eff4b0b9
      Jiri Slaby 提交于
      The same as in "TTY: serial, remove BTM from wait_until_sent" we don't
      need to take BTM in wait_until_sent of ami_serial. Exactly the same
      as serial, ami_serial accesses some "info" members (xmit_fifo_size,
      timeout), but their assignment on other places in the code is not
      protected by BTM anyway.
      
      So the BTM protects nothing here. This removal helps us to get rid of
      tty_locked() and __big_tty_mutex_owner in the following patch. This
      was suggested by Arnd.
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Alan Cox <alan@linux.intel.com>
      Cc: Andreas Bombe <aeb@debian.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      eff4b0b9
  4. 20 4月, 2011 1 次提交
  5. 23 2月, 2011 1 次提交
  6. 18 2月, 2011 3 次提交
  7. 18 11月, 2010 1 次提交
  8. 12 11月, 2010 1 次提交
  9. 23 10月, 2010 1 次提交
  10. 11 8月, 2010 3 次提交
  11. 27 5月, 2010 1 次提交
  12. 07 4月, 2010 1 次提交
  13. 13 7月, 2009 1 次提交
  14. 13 6月, 2009 1 次提交
  15. 01 4月, 2009 1 次提交
  16. 13 1月, 2009 1 次提交
  17. 03 1月, 2009 1 次提交
  18. 27 10月, 2008 1 次提交
    • G
      m68k: Disable Amiga serial console support if modular · d1a35e4d
      Geert Uytterhoeven 提交于
      If CONFIG_AMIGA_BUILTIN_SERIAL=m, I get the following warnings:
      
      | drivers/char/amiserial.c: At top level:
      | drivers/char/amiserial.c:2138: warning: data definition has no type or storage class
      | drivers/char/amiserial.c:2138: warning: type defaults to 'int' in declaration of 'console_initcall'
      | drivers/char/amiserial.c:2138: warning: parameter names (without types) in function declaration
      | drivers/char/amiserial.c:2134: warning: 'amiserial_console_init' defined but not used
      
      because console_initcall() is not defined (nor really sensible) in the
      modular case.
      
      So disable serial console support if the driver is modular.
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d1a35e4d
  19. 14 10月, 2008 1 次提交
  20. 07 8月, 2008 1 次提交
  21. 23 7月, 2008 1 次提交
  22. 30 4月, 2008 3 次提交
  23. 20 7月, 2007 1 次提交
  24. 17 7月, 2007 1 次提交
  25. 09 5月, 2007 1 次提交
  26. 12 2月, 2007 2 次提交
  27. 09 12月, 2006 1 次提交
    • A
      [PATCH] tty: switch to ktermios · 606d099c
      Alan Cox 提交于
      This is the grungy swap all the occurrences in the right places patch that
      goes with the updates.  At this point we have the same functionality as
      before (except that sgttyb() returns speeds not zero) and are ready to
      begin turning new stuff on providing nobody reports lots of bugs
      
      If you are a tty driver author converting an out of tree driver the only
      impact should be termios->ktermios name changes for the speed/property
      setting functions from your upper layers.
      
      If you are implementing your own TCGETS function before then your driver
      was broken already and its about to get a whole lot more painful for you so
      please fix it 8)
      
      Also fill in c_ispeed/ospeed on init for most devices, although the current
      code will do this for you anyway but I'd like eventually to lose that extra
      paranoia
      
      [akpm@osdl.org: bluetooth fix]
      [mp3@de.ibm.com: sclp fix]
      [mp3@de.ibm.com: warning fix for tty3270]
      [hugh@veritas.com: fix tty_ioctl powerpc build]
      [jdike@addtoit.com: uml: fix ->set_termios declaration]
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NMartin Peschke <mp3@de.ibm.com>
      Acked-by: NPeter Oberparleiter <oberpar@de.ibm.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NHugh Dickins <hugh@veritas.com>
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      606d099c