1. 11 5月, 2011 1 次提交
  2. 15 3月, 2011 1 次提交
  3. 23 2月, 2011 8 次提交
  4. 18 2月, 2011 1 次提交
  5. 04 2月, 2011 1 次提交
  6. 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
  7. 17 12月, 2010 1 次提交
    • T
      pch_uart : fix warnings for 64bit compile · 1c518997
      Tomoya MORINAGA 提交于
      Fix the following warnings
      drivers/serial/pch_uart.c: In function ‘dma_handle_rx’:
      drivers/serial/pch_uart.c:685:24: warning: cast from pointer to integer of different size
      drivers/serial/pch_uart.c: In function ‘dma_handle_tx’:
      drivers/serial/pch_uart.c:778:23: warning: cast from pointer to integer of different size
      drivers/serial/pch_uart.c: In function ‘pch_uart_init_port’:
      drivers/serial/pch_uart.c:1289:20: warning: cast to pointer from integer of different size
      drivers/serial/pch_uart.c: In function ‘pch_uart_exit_port’:
      drivers/serial/pch_uart.c:1328:2: warning: cast from pointer to integer of different size
      Signed-off-by: NTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
      Reported-by: NGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1c518997
  8. 01 12月, 2010 1 次提交