1. 04 10月, 2019 1 次提交
  2. 04 9月, 2019 3 次提交
  3. 25 7月, 2019 1 次提交
  4. 04 7月, 2019 1 次提交
  5. 29 4月, 2019 1 次提交
    • P
      tty: serial: add driver for the SiFive UART · 45c054d0
      Paul Walmsley 提交于
      Add a serial driver for the SiFive UART, found on SiFive FU540 devices
      (among others).
      
      The underlying serial IP block is relatively basic, and currently does
      not support serial break detection.  Further information on the IP
      block can be found in the documentation and Chisel sources:
      
          https://static.dev.sifive.com/FU540-C000-v1.0.pdf
      
          https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/uart
      
      This driver was written in collaboration with Wesley Terpstra
      <wesley@sifive.com>.
      
      Tested on a SiFive HiFive Unleashed A00 board, using BBL and the open-
      source FSBL (using a DT file based on what's targeted for mainline).
      
      This revision incorporates changes based on comments by Julia Lawall
      <julia.lawall@lip6.fr>, Emil Renner Berthing <kernel@esmil.dk>, and
      Andreas Schwab <schwab@suse.de>.  Thanks also to Andreas for testing
      the driver with his userspace and reporting a bug with the
      set_termios implementation.
      Signed-off-by: NPaul Walmsley <paul.walmsley@sifive.com>
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Jiri Slaby <jslaby@suse.com>
      Cc: Palmer Dabbelt <palmer@sifive.com>
      Cc: Wesley Terpstra <wesley@sifive.com>
      Cc: linux-serial@vger.kernel.org
      Cc: linux-riscv@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Cc: Julia Lawall <julia.lawall@lip6.fr>
      Cc: Emil Renner Berthing <kernel@esmil.dk>
      Cc: Andreas Schwab <schwab@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      45c054d0
  6. 16 4月, 2019 1 次提交
  7. 30 1月, 2019 1 次提交
  8. 01 1月, 2019 1 次提交
  9. 10 3月, 2018 1 次提交
  10. 02 11月, 2017 1 次提交
    • G
      License cleanup: add SPDX license identifier to uapi header files with a license · e2be04c7
      Greg Kroah-Hartman 提交于
      Many user space API headers have licensing information, which is either
      incomplete, badly formatted or just a shorthand for referring to the
      license under which the file is supposed to be.  This makes it hard for
      compliance tools to determine the correct license.
      
      Update these files with an SPDX license identifier.  The identifier was
      chosen based on the license information in the file.
      
      GPL/LGPL licensed headers get the matching GPL/LGPL SPDX license
      identifier with the added 'WITH Linux-syscall-note' exception, which is
      the officially assigned exception identifier for the kernel syscall
      exception:
      
         NOTE! This copyright does *not* cover user programs that use kernel
         services by normal system calls - this is merely considered normal use
         of the kernel, and does *not* fall under the heading of "derived work".
      
      This exception makes it possible to include GPL headers into non GPL
      code, without confusing license compliance tools.
      
      Headers which have either explicit dual licensing or are just licensed
      under a non GPL license are updated with the corresponding SPDX
      identifier and the GPLv2 with syscall exception identifier.  The format
      is:
              ((GPL-2.0 WITH Linux-syscall-note) OR SPDX-ID-OF-OTHER-LICENSE)
      
      SPDX license identifiers are a legally binding shorthand, which can be
      used instead of the full boiler plate text.  The update does not remove
      existing license information as this has to be done on a case by case
      basis and the copyright holders might have to be consulted. This will
      happen in a separate step.
      
      This patch is based on work done by Thomas Gleixner and Kate Stewart and
      Philippe Ombredanne.  See the previous patch in this series for the
      methodology of how this patch was researched.
      Reviewed-by: NKate Stewart <kstewart@linuxfoundation.org>
      Reviewed-by: NPhilippe Ombredanne <pombredanne@nexb.com>
      Reviewed-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e2be04c7
  11. 29 8月, 2017 4 次提交
  12. 18 7月, 2017 1 次提交
  13. 09 6月, 2017 1 次提交
  14. 12 1月, 2017 1 次提交
  15. 13 5月, 2016 1 次提交
  16. 01 5月, 2016 1 次提交
  17. 08 3月, 2016 1 次提交
  18. 14 12月, 2015 1 次提交
  19. 11 6月, 2015 1 次提交
  20. 07 2月, 2015 1 次提交
  21. 03 2月, 2015 1 次提交
  22. 10 1月, 2015 2 次提交
  23. 07 11月, 2014 1 次提交
  24. 09 9月, 2014 1 次提交
  25. 26 4月, 2014 1 次提交
    • J
      serial: sc16is7xx · dfeae619
      Jon Ringle 提交于
      The SC16IS7xx is a slave I2C-bus/SPI interface to a single-channel
      high performance UART. The SC16IS7xx's internal register set is
      backward-compatible with the widely used and widely popular 16C450.
      
      The SC16IS7xx also provides additional advanced features such as
      auto hardware and software flow control, automatic RS-485 support, and
      software reset.
      Signed-off-by: NJon Ringle <jringle@gridpoint.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      dfeae619
  26. 25 4月, 2014 2 次提交
  27. 04 9月, 2013 1 次提交
  28. 27 7月, 2013 1 次提交
  29. 17 6月, 2013 1 次提交
  30. 09 6月, 2013 1 次提交
  31. 12 3月, 2013 1 次提交
  32. 05 2月, 2013 1 次提交
  33. 18 1月, 2013 1 次提交