1. 09 3月, 2012 14 次提交
  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 2 次提交