23 Jul, 2008

1 commit

  • Some hardware needs to do break handling itself and may have partial
    support only. Make break_ctl return an error code. Add a tty driver flag
    so you can indicate driver hardware side break support.

    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Alan Cox
     

21 Jul, 2008

3 commits

  • Move more bits into the tty_port structure

    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Alan Cox
     
  • Switch cyclades to use the new tty_port structure

    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Alan Cox
     
  • Move the line disciplines towards a conventional ->ops arrangement. For
    the moment the actual 'tty_ldisc' struct in the tty is kept as part of
    the tty struct but this can then be changed if it turns out that when it
    all settles down we want to refcount ldiscs separately to the tty.

    Pull the ldisc code out of /proc and put it with our ldisc code.

    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Alan Cox
     

10 Jul, 2008

1 commit


30 Apr, 2008

7 commits


23 Oct, 2007

1 commit

  • ztxdone is jumped to even if tty is NULL and tty_wakeup placed after
    this label doesn't expect NULLed parameter, so this will cause an oops
    in some situations (why they scheduled a wakeup there before remove
    bottom half processing patch?).

    wakeup only in the case when we have non-null tty struct.

    Spotted by Adrian Bunk.

    Signed-off-by: Jiri Slaby
    Cc: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jiri Slaby
     

20 Oct, 2007

2 commits


19 Oct, 2007

5 commits


18 Jul, 2007

3 commits


17 Jul, 2007

1 commit


24 May, 2007

1 commit


09 May, 2007

15 commits