28 Jan, 2008

1 commit


26 Jan, 2008

23 commits


12 Dec, 2007

1 commit

  • - Add comments to functions that require that caller hold q->lock
    - Add __videobuf_mmap_free that doesn't hold q->lock for use within videobuf
    - Add locking to videobuf_mmap_free
    - Fix linux/drivers/media/common/saa7146_video.c which was holding lock around
    videobuf_read_stop
    - Add locking to functions that operate on a queue
    - Add videobuf_stop to take care of stopping in both the read and stream case

    TODO: bttv still has an unsafe call to videobuf_queue_is_busy

    Signed-off-by: Brandon Philips
    Signed-off-by: Mauro Carvalho Chehab

    Brandon Philips
     

24 Oct, 2007

1 commit

  • Commits

    58b053e4ce9d2fc3023645c1b96e537c72aa8d9a ("Update arch/ to use sg helpers")
    45711f1af6eff1a6d010703b4862e0d2b9afd056 ("[SG] Update drivers to use sg helpers")
    fa05f1286be25a8ce915c5dd492aea61126b3f33 ("Update net/ to use sg helpers")

    converted many files to use the scatter gather helpers without ensuring
    that the necessary headerfile is included. This
    happened to work for ia64, powerpc, sparc64 and x86 because they
    happened to drag in that file via their .

    On most of the others this probably broke.

    Instead of increasing the header file spider web I choose to include
    directly into the affectes files.

    Signed-off-by: Ralf Baechle
    Signed-off-by: Jens Axboe
    Signed-off-by: Linus Torvalds

    Ralf Baechle
     

22 Oct, 2007

2 commits


14 Oct, 2007

1 commit


10 Oct, 2007

11 commits