1. 31 8月, 2016 1 次提交
  2. 26 6月, 2016 2 次提交
  3. 05 8月, 2015 1 次提交
  4. 10 1月, 2015 3 次提交
  5. 29 5月, 2014 1 次提交
  6. 27 9月, 2013 1 次提交
  7. 13 8月, 2013 1 次提交
    • J
      serial: samsung: fix casting warning · 9fdedf5d
      Jingoo Han 提交于
      port->membase is (unsigned char __iomem *), not (unsigned long *)
      __set_bit() uses (unsigned long *) as the second argument.
      Thus, casting (unsigned long *)(unsigned long) is necessary
      to fix the following sparse warnings.
      
      drivers/tty/serial/samsung.c:142:33: warning: cast removes address space of expression
      drivers/tty/serial/samsung.c:161:33: warning: cast removes address space of expression
      drivers/tty/serial/samsung.c:176:33: warning: cast removes address space of expression
      drivers/tty/serial/samsung.c:526:40: warning: cast removes address space of expression
      Signed-off-by: NJingoo Han <jg1.han@samsung.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9fdedf5d
  8. 12 4月, 2013 1 次提交
  9. 23 12月, 2011 5 次提交
  10. 24 8月, 2011 1 次提交
  11. 20 7月, 2011 1 次提交
  12. 20 4月, 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. 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
  15. 01 12月, 2009 1 次提交
  16. 23 6月, 2009 1 次提交
  17. 01 5月, 2009 1 次提交
  18. 16 12月, 2008 2 次提交
  19. 03 7月, 2008 1 次提交