summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/btcx-risc.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-08[media] btcx-risc: move from media/i2c to media/commonHans Verkuil1-260/+0
The btcx-risc module is a helper module for bttv/conexant based TV cards. It isn't an i2c module at all, instead it should be in common since it is used by 4 pci drivers. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-08-15[media] move i2c files into drivers/media/i2cMauro Carvalho Chehab1-0/+260
Move ancillary I2C drivers into drivers/media/i2c, in order to better organize them. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>