1. 08 5月, 2012 1 次提交
  2. 05 5月, 2012 1 次提交
  3. 10 4月, 2012 2 次提交
  4. 29 3月, 2012 2 次提交
  5. 09 3月, 2012 1 次提交
  6. 16 11月, 2011 1 次提交
  7. 23 9月, 2011 3 次提交
  8. 15 9月, 2011 1 次提交
  9. 18 2月, 2011 3 次提交
  10. 14 1月, 2011 1 次提交
    • G
      tty: move drivers/serial/ to drivers/tty/serial/ · ab4382d2
      Greg Kroah-Hartman 提交于
      The serial drivers are really just tty drivers, so move them to
      drivers/tty/ to make things a bit neater overall.
      
      This is part of the tty/serial driver movement proceedure as proposed by
      Arnd Bergmann and approved by everyone involved a number of months ago.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Rogier Wolff <R.E.Wolff@bitwizard.nl>
      Cc: Michael H. Warfield <mhw@wittsend.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ab4382d2
  11. 18 11月, 2010 1 次提交
  12. 28 10月, 2010 2 次提交
  13. 11 8月, 2010 5 次提交
  14. 09 8月, 2010 1 次提交
  15. 01 9月, 2009 1 次提交
  16. 03 5月, 2009 1 次提交
  17. 07 4月, 2009 1 次提交
  18. 06 1月, 2009 1 次提交
  19. 30 10月, 2008 1 次提交
  20. 14 10月, 2008 2 次提交
  21. 05 8月, 2008 1 次提交
  22. 21 7月, 2008 1 次提交
  23. 12 5月, 2008 1 次提交
  24. 30 4月, 2008 2 次提交
  25. 28 4月, 2008 1 次提交
  26. 08 2月, 2008 1 次提交
  27. 15 11月, 2007 1 次提交
    • J
      CRISv10 serial driver rewrite · 77accbf5
      Jesper Nilsson 提交于
      New and improved serial driver for CRISv10, take three, with improvements
      suggested by Jiri Slaby.
      
      - Call wait_event_interruptible with a _correct_ and sensible condition.
      - Removed superfluous test of info->flags & ASYNC_CLOSING, since that is done
        by wait_event_interruptible.
      - Moved common code for deregistering DMA and IRQ to deinit_port function.
      - Use setup_timer when initializing flush_timer.
      - Convert bit-field for uses_dma_in and uses_dma_out to regular bytes.
      - Removed CVS tags.
      - Removed defines and comments for CRIS_BUF_SIZE and TTY_THRESHOLD_THROTTLE
        (no longer used).
      - Cleaned up code to pass checkpatch.
      - Add crisv10.h header file.
      - Merge of CRISv10 from Axis internal CVS.
      Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
      Reviewed-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: Mikael Starvik <starvik@axis.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      77accbf5