1. 19 9月, 2012 1 次提交
  2. 18 9月, 2012 1 次提交
  3. 06 9月, 2012 1 次提交
    • A
      serial: New serial driver SCCNXP · 1d65c0b1
      Alexander Shiyan 提交于
      This driver is a replacement for a SC26XX driver with a lot of
      improvements and new features.
      The main differences from the SC26XX driver:
      - Removed dependency on MIPS. Driver can be used on any platform.
      - Added support for SCC2681, SCC2691, SCC2692, SC28L91, SC28L92,
        SC28L202, SCC68681 and SCC68692 ICs.
      - Using devm_-related functions.
      - Improved error handling of serial port, improved FIFO handling.
      - Ability to load multiple instances of drivers.
      
      To avoid the possibility of regression, driver SC26XX left in the
      system to confirm the stability of the driver on platforms where
      it is being used.
      Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
      Acked-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      1d65c0b1
  4. 17 8月, 2012 1 次提交
    • A
      serial: New serial driver MAX310X · f6544418
      Alexander Shiyan 提交于
      This driver is a replacement for a MAX3107 driver with a lot of
      improvements and new features.
      The main differences from the old version:
      - Using the regmap.
      - Using devm_XXX-related functions.
      - The use of threaded IRQ with IRQF_ONESHOT flag allows the driver to
        the hardware that supports only level IRQ.
      - Improved error handling of serial port, improved FIFO handling,
        improved hardware & software flow control.
      - Advanced flags allows turn on RS-485 mode (Auto direction control).
      - Ability to load multiple instances of drivers.
      - Added support for MAX3108.
      - GPIO support.
      - Driver is quite ready for adding I2C support and support other ICs
        with compatible registers set (MAX3109, MAX14830).
      Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      f6544418
  5. 11 8月, 2012 1 次提交
  6. 13 6月, 2012 1 次提交
  7. 10 4月, 2012 1 次提交
  8. 09 3月, 2012 1 次提交
  9. 27 1月, 2012 2 次提交
  10. 25 1月, 2012 1 次提交
  11. 23 12月, 2011 1 次提交
  12. 14 12月, 2011 1 次提交
    • P
      serial: make FSL errata depend on 8250_CONSOLE, not just 8250 · 5c2f37dd
      Paul Gortmaker 提交于
      The recent commit "serial: add irq handler for Freescale 16550 errata"
      would allow Kconfig choices that had 8250 support as a module and
      yet still try and build in the errata fix non-modular, resulting
      in build failures for some non-embedded PPC targets.
      
      Since we hook in the errata fix from legacy_serial.c, which is
      built only for PPC_UDBG_16550, and since the errata is only really
      relevant for SysRQ on serial console, tighten up the dependencies
      to be exactly that.
      
      We'll get coverage on the relevant Freescale boards because the
      Kconfig for their CPU types all select the PPC_UDBG_16550 option,
      and the defconfigs also all select the 8250_CONSOLE option.  Also,
      the 8250_CONSOLE option has a strict dependency on "SERIAL_8250=y"
      which resolves the reported problem for non Freescale targets.
      Reported-by: NMichael Neuling <mikey@neuling.org>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Tested-by: NMichael Neuling <mikey@neuling.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      5c2f37dd
  13. 10 12月, 2011 1 次提交
    • P
      serial: add irq handler for Freescale 16550 errata. · 9deaa53a
      Paul Gortmaker 提交于
      Sending a break on the SOC UARTs found in some MPC83xx/85xx/86xx
      chips seems to cause a short lived IRQ storm (/proc/interrupts
      typically shows somewhere between 300 and 1500 events).  Unfortunately
      this renders SysRQ over the serial console completely inoperable.
      
      The suggested workaround in the errata is to read the Rx register,
      wait one character period, and then read the Rx register again.
      We achieve this by tracking the old LSR value, and on the subsequent
      interrupt event after a break, we don't read LSR, instead we just
      read the RBR again and return immediately.
      
      The "fsl,ns16550" is used in the compatible field of the serial
      device to mark UARTs known to have this issue.
      
      Thanks to Scott Wood for providing the errata data which led to
      a much cleaner fix.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Acked-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      9deaa53a
  14. 08 12月, 2011 1 次提交
  15. 23 11月, 2011 1 次提交
  16. 18 11月, 2011 1 次提交
  17. 16 11月, 2011 3 次提交
  18. 23 9月, 2011 1 次提交
    • J
      TTY: serial, move 68360 driver to staging · 3a0db721
      Jiri Slaby 提交于
      This driver has been broken at least since 2008. At that time,
      a88487c7 (Fix compile errors in SGI console drivers) broke this
      driver completely.
      
      And since nobody noticed for the past 3 years, move it into staging. I
      think this will rot there and we will throw it away completely after
      some time. Or maybe someone will volunteer to fix it ;).
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Alan Cox <alan@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3a0db721
  19. 27 8月, 2011 1 次提交
  20. 25 8月, 2011 2 次提交
  21. 24 8月, 2011 2 次提交
  22. 18 7月, 2011 2 次提交
    • N
      ARM: mach-s3c2400: delete · 632b7cf6
      Nicolas Pitre 提交于
      On Tue, 28 Jun 2011, Ben Dooks wrote:
      
      > On Tue, Jun 28, 2011 at 11:22:57PM +0200, Arnd Bergmann wrote:
      >
      > > On a related note, what about mach-s3c2400? It seems to be even more
      > > incomplete.
      >
      > Probably the same fate awaits that. It is so old that there's little
      > incentive to do anything with it.
      
      So out it goes as well.
      
      The PORT_S3C2400 definition in include/linux/serial_core.h is left there
      to prevent a reuse of the same number for another port type.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      632b7cf6
    • N
      ARM: mach-s3c24a0: delete · af0e060e
      Nicolas Pitre 提交于
      Commit bcae8aeb "[ARM] S3C24A0: Initial architecture support files"
      brought in a bunch of files while explicitly leaving out the corresponding
      Kconfig entry, stating that the series is not complete.
      
      More than 2.5 years later, the support for this has not seen any progress.
      This is therefore dead code.  If someone wants to revive this code, it is
      always possible to retrieve it from the Git repository.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: NBen Dooks <ben-linux@fluff.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      af0e060e
  23. 02 7月, 2011 1 次提交
    • R
      SERIAL: SC26xx: Fix link error. · f2eb3cdf
      Ralf Baechle 提交于
      Kconfig allows enabling console support for the SC26xx driver even when
      it's configured as a module resulting in a:
      
      ERROR: "uart_console_device" [drivers/tty/serial/sc26xx.ko] undefined!
      
      modpost error since the driver was merged in
      eea63e0e [SC26XX: New serial driver for
      SC2681 uarts] in 2.6.25.  Fixed by only allowing console support to be
      enabled if the driver is builtin.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      Cc: linux-serial@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-mips@linux-mips.org
      Cc: stable <stable@kernel.org>
      Acked-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f2eb3cdf
  24. 06 6月, 2011 1 次提交
  25. 19 5月, 2011 1 次提交
  26. 13 5月, 2011 1 次提交
  27. 11 5月, 2011 1 次提交
  28. 04 5月, 2011 1 次提交
  29. 31 3月, 2011 1 次提交
  30. 08 3月, 2011 1 次提交
  31. 22 2月, 2011 1 次提交
  32. 18 2月, 2011 1 次提交
  33. 04 2月, 2011 2 次提交