03 Jan, 2009

8 commits


24 Oct, 2008

1 commit

  • Pass the brown paper bags please. I changed the semantics of this so the
    function was supposed to do the extra kref itself then forgot to do the
    change.. duh....

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

    Alan Cox
     

14 Oct, 2008

2 commits

  • Use kref in the USB serial drivers so that we don't free tty structures
    from under the URB receive handlers as has historically been the case if
    you were unlucky. This also gives us a framework for general tty drivers to
    use tty_port objects and refcount.

    Contains two err->dev_err changes merged together to fix clashes in the
    -next tree.

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

    Alan Cox
     
  • Not much in it yet but this will grow a lot

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

    Alan Cox