1. 16 11月, 2011 3 次提交
  2. 23 9月, 2011 1 次提交
    • J
      TTY: serial, fix includes in some drivers · ee160a38
      Jiri Slaby 提交于
      linux/tty_flip.h is included in linux/serial_core.h. But this may (and
      will) change in the future. Then we would get build errors such as:
      .../tty/serial/max3107.c: In function ‘put_data_to_circ_buf’:
      .../tty/serial/max3107.c:149:2: error: implicit declaration of function ‘tty_insert_flip_string’
      
      So fix all the drviers which call tty flip buffer helpers to really
      include linux/tty_flip.h. And also make sure that those include
      linux/tty.h when operating with struct tty_struct.
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Cc: Alan Cox <alan@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ee160a38
  3. 23 8月, 2011 1 次提交
  4. 09 7月, 2011 2 次提交
  5. 16 6月, 2011 1 次提交
  6. 08 6月, 2011 1 次提交
  7. 25 5月, 2011 1 次提交
    • A
      drivers/tty/serial/pch_uart.c needs slab.h · 023bc8e7
      Andrew Morton 提交于
      alpha allmodconfig:
      
        drivers/tty/serial/pch_uart.c: In function 'dma_handle_tx':
        drivers/tty/serial/pch_uart.c:873: error: implicit declaration of function 'kzalloc'
        drivers/tty/serial/pch_uart.c:873: warning: assignment makes pointer from integer without a cast
        drivers/tty/serial/pch_uart.c: In function 'pch_uart_init_port':
        drivers/tty/serial/pch_uart.c:1403: warning: assignment makes pointer from integer without a cast
      
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      023bc8e7
  8. 11 5月, 2011 1 次提交
  9. 15 3月, 2011 1 次提交
  10. 23 2月, 2011 8 次提交
  11. 18 2月, 2011 1 次提交
  12. 04 2月, 2011 1 次提交
  13. 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
  14. 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
  15. 01 12月, 2010 1 次提交