1. 16 1月, 2013 1 次提交
  2. 27 11月, 2012 2 次提交
  3. 22 11月, 2012 3 次提交
  4. 25 10月, 2012 1 次提交
  5. 27 9月, 2012 1 次提交
  6. 17 9月, 2012 1 次提交
  7. 06 9月, 2012 2 次提交
  8. 27 7月, 2012 1 次提交
  9. 17 7月, 2012 1 次提交
  10. 13 6月, 2012 3 次提交
  11. 10 4月, 2012 1 次提交
  12. 25 2月, 2012 1 次提交
  13. 03 2月, 2012 2 次提交
  14. 23 12月, 2011 7 次提交
  15. 24 8月, 2011 1 次提交
  16. 09 8月, 2011 1 次提交
  17. 20 7月, 2011 1 次提交
  18. 07 7月, 2011 1 次提交
  19. 02 7月, 2011 1 次提交
  20. 20 4月, 2011 1 次提交
  21. 31 3月, 2011 1 次提交
  22. 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
  23. 12 1月, 2011 1 次提交
  24. 18 10月, 2010 1 次提交
  25. 05 8月, 2010 1 次提交
  26. 05 2月, 2010 1 次提交
  27. 19 1月, 2010 1 次提交
    • T
      ARM: SAMSUNG: serial: Modify console initialization. · 51fe5222
      Thomas Abraham 提交于
      This patch modifies s3c24xx_serial_initconsole function to accept multiple
      platform UART information structures. This is required on platforms that have
      differences among the instances of UART ports. As an example, the FIFO sizes
      could be different for each UART instance and hence multiple platform UART
      information structures would be needed.
      
      This patch also modifies the s3c24xx_console_init macro since it wraps the
      call to the s3c24xx_serial_initconsole function.
      Signed-off-by: NThomas Abraham <thomas.ab@samsung.com>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      51fe5222