1. 13 10月, 2018 15 次提交
  2. 14 9月, 2018 3 次提交
  3. 20 8月, 2018 1 次提交
  4. 13 8月, 2018 1 次提交
    • M
      tty: serial: 8250: Revert NXP SC16C2552 workaround · 47ac7666
      Mark 提交于
      Revert commit ecb988a3: tty: serial:
      8250: 8250_core: NXP SC16C2552 workaround
      
      The above commit causes userland application to no longer write
      correctly its first write to a dumb terminal connected to /dev/ttyS0.
      This commit seems to be the culprit. It's as though the TX FIFO is being
      reset during that write. What should be displayed is:
      
      PSW 80000000 INST 00000000                           HALT
      //
      
      What is displayed is some variation of:
      
      T 00000000           HAL//
      
      Reverting this commit via this patch fixes my problem.
      Signed-off-by: NMark Hounschell <dmarkh@cfl.rr.com>
      Fixes: ecb988a3 ("tty: serial: 8250: 8250_core: NXP SC16C2552 workaround")
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      47ac7666
  5. 02 8月, 2018 10 次提交
  6. 25 7月, 2018 1 次提交
  7. 24 7月, 2018 3 次提交
  8. 23 7月, 2018 6 次提交