Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-28 | Subject: videocodec: make 1-bit fields unsigned | Mauro Carvalho Chehab | |
From: Randy Dunlap <rdunlap@xenotime.net> Make 1-bit bitfields unsigned. Removes 68 sparse errors like these: drivers/media/video/videocodec.h:225:17: error: dubious one-bit signed bitfield drivers/media/video/msp3400-driver.h:93:32: error: dubious one-bit signed bitfield Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Acked-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> | |||
2006-04-07 | Added almost all other V4L missing drivers to the tree | Mauro Carvalho Chehab | |
From: Mauro Carvalho Chehab <mchehab@infradead.org> Now, drivers/media tree is complete. Only missing zoran36120 since this won't work and it is a good candidate to be removed from kernel soon. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> |