summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/msp3400-driver.c
Commit message (Collapse)AuthorAgeFilesLines
* [media] msp3400: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-09-271-6/+34
| | | | | | | | | Convert the struct i2c_msg initialization to C99 format. This makes maintaining and editing the code simpler. Also helps once other fields like transferred are added in future. Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] move i2c files into drivers/media/i2cMauro Carvalho Chehab2012-08-151-0/+899
Move ancillary I2C drivers into drivers/media/i2c, in order to better organize them. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>