1. 14 12月, 2015 1 次提交
  2. 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
  3. 11 8月, 2015 1 次提交
  4. 24 7月, 2015 1 次提交
  5. 01 6月, 2015 1 次提交
  6. 11 5月, 2015 2 次提交
  7. 07 5月, 2015 2 次提交
  8. 15 4月, 2015 1 次提交
  9. 10 4月, 2015 2 次提交
  10. 27 3月, 2015 14 次提交
  11. 26 3月, 2015 6 次提交
  12. 07 3月, 2015 2 次提交
  13. 07 2月, 2015 1 次提交
  14. 03 2月, 2015 5 次提交