1. 31 3月, 2017 1 次提交
  2. 14 3月, 2017 1 次提交
  3. 11 1月, 2017 1 次提交
    • H
      Revert "tty: serial: 8250: add CON_CONSDEV to flags" · 6741f551
      Herbert Xu 提交于
      This commit needs to be reverted because it prevents people from
      using the serial console as a secondary console with input being
      directed to tty0.
      
      IOW, if you boot with console=ttyS0 console=tty0 then all kernels
      prior to this commit will produce output on both ttyS0 and tty0
      but input will only be taken from tty0.  With this patch the serial
      console will always be the primary console instead of tty0,
      potentially preventing people from getting into their machines in
      emergency situations.
      
      Fixes: d03516df ("tty: serial: 8250: add CON_CONSDEV to flags")
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      6741f551
  4. 16 11月, 2016 2 次提交
  5. 02 9月, 2016 1 次提交
  6. 31 8月, 2016 1 次提交
  7. 26 6月, 2016 2 次提交
  8. 25 6月, 2016 2 次提交
  9. 01 5月, 2016 1 次提交
  10. 08 3月, 2016 1 次提交
  11. 07 2月, 2016 4 次提交
  12. 29 1月, 2016 1 次提交
  13. 14 12月, 2015 1 次提交
  14. 05 10月, 2015 1 次提交
    • M
      serial: don't register CIR serial ports · e4fda3a0
      Maciej S. Szmigiero 提交于
      CIR type serial ports aren't real serial ports.
      
      This is just a way to prevent legacy 8250 serial
      driver from probing and eventually binding some
      resources.
      
      Since in current state such ports aren't providing
      any real functionality and it is not possible
      to change their type via setserial/ioctl(TIOCSSERIAL)
      (due to UPF_FIXED_PORT flag set on them)
      it is simpler and cleaner to not register them at all
      with serial core.
      
      Print a short message in this case so it is known
      to user what has happened.
      
      This way checks for PORT_8250_CIR in serial port
      callbacks can be removed too, since they won't
      ever be called.
      Signed-off-by: NMaciej Szmigiero <mail@maciej.szmigiero.name>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e4fda3a0
  15. 11 8月, 2015 1 次提交
  16. 24 7月, 2015 1 次提交
  17. 01 6月, 2015 1 次提交
  18. 11 5月, 2015 2 次提交
  19. 07 5月, 2015 2 次提交
  20. 15 4月, 2015 1 次提交
  21. 10 4月, 2015 2 次提交
  22. 27 3月, 2015 10 次提交