aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tvp5150.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23[media] tvp5150: don't go past decoder->input_ent arrayMauro Carvalho Chehab1-1/+1
2016-02-16[media] tvp5150: replace MEDIA_ENT_F_CONN_TEST by a controlMauro Carvalho Chehab1-17/+28
2016-02-11[media] tvp5150: add HW input connectors supportJavier Martinez Canillas1-0/+150
2016-02-11[media] tvp5150: move input definition header to dt-bindingsJavier Martinez Canillas1-1/+1
2016-02-10[media] tvp5150: store dev id and rom versionJavier Martinez Canillas1-9/+12
2016-02-10[media] tvp5150: put endpoint node on errorJavier Martinez Canillas1-2/+4
2016-02-01[media] tvp5150: identify it as a MEDIA_ENT_F_ATV_DECODERMauro Carvalho Chehab1-0/+3
2016-02-01[media] tvp5150: create the expected number of padsMauro Carvalho Chehab1-3/+8
2016-01-29[media] tvp5150: Add pad-level subdev operationsLaurent Pinchart1-11/+42
2016-01-29[media] tvp5150: fix tvp5150_fill_fmt()Laurent Pinchart1-2/+2
2016-01-26Revert "[media] tvp5150: Fix breakage for serial usage"Mauro Carvalho Chehab1-4/+5
2016-01-25[media] tvp5150: Fix breakage for serial usageMauro Carvalho Chehab1-5/+4
2016-01-25[media] tvp5150: Add OF match tableEduard Gavin1-0/+9
2016-01-25[media] tvp5150: Configure data interface via DTJavier Martinez Canillas1-3/+63
2016-01-25[media] tvp5150: Initialize the chip on probeJavier Martinez Canillas1-0/+35
2016-01-25[media] tvp5150: Add g_mbus_config subdev operation supportLaurent Pinchart1-0/+11
2016-01-25[media] tvp5150: Add s_stream subdev operation supportLaurent Pinchart1-0/+16
2016-01-25[media] tvp5150: Add pixel rate control supportLaurent Pinchart1-1/+4
2016-01-25[media] tvp5150: Add tvp5151 supportLaurent Pinchart1-0/+2
2016-01-25[media] tvp5150: Restructure version detectionLaurent Pinchart1-34/+45
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-10-01[media] tvp5150: add support for asynchronous probingJavier Martinez Canillas1-3/+11
2015-08-11[media] i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-01[media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil1-6/+9
2015-05-01[media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil1-5/+10
2014-11-14[media] i2c: Make use of media_bus_format enumBoris BREZILLON1-3/+3
2014-07-22[media] tvp5150: Use i2c_smbus_(read|write)_byte_dataLaurent Pinchart1-20/+11
2014-07-22[media] tvp5150: Fix device ID kernel log messageLaurent Pinchart1-2/+2
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-1/+1
2014-05-23[media] tvp5150: Replace container_of() with to_tvp5150()Laurent Pinchart1-2/+2
2014-03-11[media] tvp5150: Make debug module parameter visible in sysfsPhilipp Zabel1-1/+1
2014-03-11[media] tvp5150: Fix type mismatch warning in clamp macroPhilipp Zabel1-3/+3
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda1-7/+7
2014-01-05[media] tvp5150: make read operations atomicMauro Carvalho Chehab1-15/+11
2013-06-17[media] tvp5150: fix s_std supportHans Verkuil1-5/+3
2013-06-17[media] media/i2c: remove g_chip_ident opHans Verkuil1-24/+0
2013-05-27[media] media: i2c: remove duplicate checks for EPERM in dbg_g/s_registerLad, Prabhakar1-4/+0
2013-05-21[media] media: i2c: Convert to devm_kzalloc()Laurent Pinchart1-10/+4
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-1/+1
2013-01-05[media] tvp5150: remove compat control opsHans Verkuil1-7/+0
2012-10-01[media] sliced vbi: subdevs shouldn't clear the full v4l2_sliced_vbi_format structHans Verkuil1-1/+1
2012-09-26[media] v4l2: make vidioc_s_crop constHans Verkuil1-1/+1
2012-08-15[media] move i2c files into drivers/media/i2cMauro Carvalho Chehab1-0/+1274