An error occurred fetching the project authors.
- 25 Jun, 2006 2 commits
-
-
Patrick Boettcher authored
V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontend The dvb_frontend_ops is a pointer inside dvb_frontend. That's why every demod-driver is having a field of dvb_frontend_ops in its private-state-struct and using the reference for filling the pointer-field in dvb_frontend. - It saves at least two lines of code per demod-driver, - reduces object size (one less dereference per frontend_ops-access), - be coherent with dvb_tuner_ops, - makes it a little bit easier for newbies to understand how it works and - avoids stupid mistakes because you would have to copy the dvb_frontend_ops always, before you could assign the static pointer directly, which was dangerous. Signed-off-by:
Patrick Boettcher <pb@linuxtv.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
Trent Piepho authored
Some code had pointless gotos that just didn't make any sense. They didn't make the code smaller, or faster, or easier to understand. Signed-off-by:
Trent Piepho <xyzzy@speakeasy.org> Signed-off-by:
Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
- 02 Apr, 2006 1 commit
-
-
Mauro Carvalho Chehab authored
Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
- 11 Jan, 2006 1 commit
-
-
Panagiotis Issaris authored
V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc Conversions from kmalloc+memset to k(z|c)alloc. Signed-off-by:
Panagiotis Issaris <takis@issaris.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
- 09 Jan, 2006 1 commit
-
-
Michael Krufky authored
- minor whitespace cleanups Signed-off-by:
Michael Krufky <mkrufky@m1k.net> Signed-off-by:
Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-
- 12 Dec, 2005 1 commit
-
-
Mauro Carvalho Chehab authored
Clean up whitespaces at v4l/dvb files Signed-off-by:
Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 09 Sep, 2005 1 commit
-
-
Patrick Boettcher authored
Add driver for the TwinhanDTV StarBox and clones. Thanks to Ralph Metzler for his initial work on this box and thanks to Twinhan for their support. Signed-off-by:
Patrick Boettcher <pb@linuxtv.org> Signed-off-by:
Johannes Stezenbach <js@linuxtv.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-