1. 24 9月, 2009 1 次提交
    • R
      serial core: fix new kernel-doc warnings · 1b9894f3
      Randy Dunlap 提交于
      Fix new kernel-doc warnings in serial_core.[hc] files.
      
        Warning(include/linux/serial_core.h:485): No description found for parameter 'uport'
        Warning(include/linux/serial_core.h:485): Excess function parameter 'port' description in 'uart_handle_dcd_change'
        Warning(include/linux/serial_core.h:511): No description found for parameter 'uport'
        Warning(include/linux/serial_core.h:511): Excess function parameter 'port' description in 'uart_handle_cts_change'
        Warning(drivers/serial/serial_core.c:2437): No description found for parameter 'uport'
        Warning(drivers/serial/serial_core.c:2437): Excess function parameter 'port' description in 'uart_add_one_port'
        Warning(drivers/serial/serial_core.c:2509): No description found for parameter 'uport'
        Warning(drivers/serial/serial_core.c:2509): Excess function parameter 'port' description in 'uart_remove_one_port'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1b9894f3
  2. 20 9月, 2009 11 次提交
  3. 02 4月, 2009 1 次提交
  4. 01 4月, 2009 1 次提交
  5. 07 1月, 2009 1 次提交
  6. 03 1月, 2009 3 次提交
  7. 16 10月, 2008 1 次提交
  8. 14 10月, 2008 2 次提交
  9. 23 7月, 2008 1 次提交
  10. 21 7月, 2008 2 次提交
  11. 05 7月, 2008 1 次提交
  12. 05 6月, 2008 1 次提交
  13. 03 6月, 2008 1 次提交
    • A
      serial_core: uart_set_ldisc infrastructure · 64e9159f
      Alan Cox 提交于
      The tty layer provides a callback that is used when the line discipline
      is changed. Some hardware uses this to configure hardware specific
      features such as IrDA mode on serial ports. Unfortunately the serial
      layer does not provide this feature or pass it down to drivers.
      
      Blackfin used to hack around this by rewriting the tty ops, but those are
      now properly shared and const so the hack fails. Instead provide the
      proper operations.
      
      This change plus a follow up from the Blackfin guys is needed to avoid
      blackfin losing features in this release.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      64e9159f
  14. 25 5月, 2008 1 次提交
  15. 09 5月, 2008 1 次提交
  16. 30 4月, 2008 3 次提交
  17. 28 4月, 2008 1 次提交
  18. 20 4月, 2008 1 次提交
  19. 18 4月, 2008 2 次提交
  20. 09 2月, 2008 2 次提交
  21. 06 2月, 2008 2 次提交