1. 08 3月, 2011 1 次提交
  2. 22 2月, 2011 1 次提交
  3. 18 2月, 2011 1 次提交
  4. 04 2月, 2011 2 次提交
  5. 25 1月, 2011 1 次提交
  6. 23 1月, 2011 1 次提交
    • R
      tty/serial: fix apbuart build · fed7bb32
      Randy Dunlap 提交于
      Fix build errors by selecting SERIAL_CORE:
      
      ERROR: "uart_register_driver" [drivers/tty/serial/apbuart.ko] undefined!
      ERROR: "uart_write_wakeup" [drivers/tty/serial/apbuart.ko] undefined!
      ERROR: "uart_update_timeout" [drivers/tty/serial/apbuart.ko] undefined!
      ERROR: "uart_get_divisor" [drivers/tty/serial/apbuart.ko] undefined!
      ERROR: "uart_get_baud_rate" [drivers/tty/serial/apbuart.ko] undefined!
      ERROR: "uart_add_one_port" [drivers/tty/serial/apbuart.ko] undefined!
      ERROR: "uart_unregister_driver" [drivers/tty/serial/apbuart.ko] undefined!
      ERROR: "uart_remove_one_port" [drivers/tty/serial/apbuart.ko] undefined!
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Daniel Hellstrom <daniel@gaisler.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      fed7bb32
  7. 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
  8. 10 1月, 2011 1 次提交
  9. 04 1月, 2011 1 次提交
  10. 11 12月, 2010 1 次提交
  11. 01 12月, 2010 1 次提交
  12. 17 11月, 2010 1 次提交
  13. 12 11月, 2010 2 次提交
  14. 23 10月, 2010 1 次提交
  15. 18 10月, 2010 1 次提交
  16. 30 9月, 2010 1 次提交
  17. 11 8月, 2010 4 次提交
  18. 05 8月, 2010 3 次提交
  19. 22 5月, 2010 5 次提交
  20. 19 5月, 2010 1 次提交
  21. 06 5月, 2010 1 次提交
  22. 03 3月, 2010 2 次提交
  23. 02 3月, 2010 1 次提交
  24. 28 2月, 2010 1 次提交
  25. 24 2月, 2010 2 次提交
  26. 08 2月, 2010 1 次提交
  27. 03 2月, 2010 1 次提交
    • B
      ARM: SAMSUNG: Use PLAT_SAMSUNG instead of PLAT_S3C · 1de203ad
      Ben Dooks 提交于
      As part of the development process, it is hoped PLAT_S3C is either removed
      from all of the PLAT_SAMSUNG derived platforms or removed entirely. It is
      also better to use PLAT_SAMSUNG as this is the current base of all Samsung
      devices.
      
      Change the two places that use PLAT_S3C to use PLAT_SAMSUNG
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      1de203ad