Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-24 | [media] v4l2: add const to argument of write-only s_tuner ioctl | Hans Verkuil | 1 | -1/+1 | |
This ioctl is defined as IOW, so pass the argument as const. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | |||||
2012-08-15 | [media] move i2c files into drivers/media/i2c | Mauro Carvalho Chehab | 1 | -0/+542 | |
Move ancillary I2C drivers into drivers/media/i2c, in order to better organize them. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |