20 Nov, 2015

1 commit


21 Oct, 2015

1 commit


17 Jun, 2015

1 commit


30 Apr, 2015

2 commits


08 Apr, 2015

6 commits


03 Feb, 2015

1 commit

  • tty_set_termios() is an internal helper intended for file scope use.

    UART drivers which are capable of driving the RTS pin must
    properly handle the tiocmset() method, regardless of termios settings.
    A failure to do so is a UART driver bug and should be fixed there.
    Do not use this interface to workaround UART driver bugs.

    Cc: Johan Hedberg
    Cc:
    Signed-off-by: Peter Hurley
    Acked-by: Marcel Holtmann
    Signed-off-by: Greg Kroah-Hartman

    Peter Hurley
     

11 Nov, 2014

1 commit


17 Jul, 2012

1 commit

  • This will let us sort out a whole pile of tty related races. The
    alternative would be to keep points and refcount the termios objects.
    However
    1. They are tiny anyway
    2. Many devices don't use the stored copies
    3. We can remove a pty special case

    Signed-off-by: Alan Cox
    Signed-off-by: Greg Kroah-Hartman

    Alan Cox
     

13 Feb, 2012

1 commit


13 Apr, 2011

1 commit


18 Feb, 2011

1 commit


28 Jul, 2010

3 commits


22 Jul, 2010

1 commit