summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/tvp5150.c
AgeCommit message (Expand)Author
2017-12-11media: i2c: add SPDX identifiers to the code I wroteMauro Carvalho Chehab
2017-06-24media: i2c: tvp5150: remove useless variable assignment in tvp5150_set_vbi()Gustavo A. R. Silva
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus
2017-04-10[media] tvp5150: fix pad format frame heightPhilipp Zabel
2017-04-10[media] tvp5150: allow get/set_fmt on the video source padPhilipp Zabel
2016-12-21[media] v4l: tvp5150: Don't override output pinmuxing at stream on/off timeLaurent Pinchart
2016-12-21[media] v4l: tvp5150: Fix comment regarding output pin muxingLaurent Pinchart
2016-12-21[media] v4l: tvp5150: Reset device at probe time, not in get/set format handlersLaurent Pinchart
2016-12-12[media] v4l: tvp5150: Add missing break in set control handlerLaurent Pinchart
2016-12-12[media] v4l: tvp5150: Don't inline the tvp5150_selmux() functionLaurent Pinchart
2016-12-12[media] v4l: tvp5150: Compile tvp5150_link_setup out if !CONFIG_MEDIA_CONTROLLERLaurent Pinchart
2016-11-18[media] tvp5150: get rid of KERN_CONTMauro Carvalho Chehab
2016-11-18[media] tvp5150: Get rid of direct calls to printk()Mauro Carvalho Chehab
2016-11-18[media] tvp5150: convert it to use dev_foo() macrosMauro Carvalho Chehab
2016-08-24[media] tvp5150: use sd internal ops .registered instead .registered_asyncJavier Martinez Canillas
2016-08-24[media] v4l2: remove g/s_crop from video opsHans Verkuil
2016-05-09[media] tvp5150: propagate I2C write error in .s_register callbackJavier Martinez Canillas
2016-05-09[media] tvp5150: return I2C write operation failure to callersJavier Martinez Canillas
2016-02-23[media] tvp5150: don't go past decoder->input_ent arrayMauro Carvalho Chehab
2016-02-16[media] tvp5150: replace MEDIA_ENT_F_CONN_TEST by a controlMauro Carvalho Chehab
2016-02-11[media] tvp5150: add HW input connectors supportJavier Martinez Canillas
2016-02-11[media] tvp5150: move input definition header to dt-bindingsJavier Martinez Canillas
2016-02-10[media] tvp5150: store dev id and rom versionJavier Martinez Canillas
2016-02-10[media] tvp5150: put endpoint node on errorJavier Martinez Canillas
2016-02-01[media] tvp5150: identify it as a MEDIA_ENT_F_ATV_DECODERMauro Carvalho Chehab
2016-02-01[media] tvp5150: create the expected number of padsMauro Carvalho Chehab
2016-01-29[media] tvp5150: Add pad-level subdev operationsLaurent Pinchart
2016-01-29[media] tvp5150: fix tvp5150_fill_fmt()Laurent Pinchart
2016-01-26Revert "[media] tvp5150: Fix breakage for serial usage"Mauro Carvalho Chehab
2016-01-25[media] tvp5150: Fix breakage for serial usageMauro Carvalho Chehab
2016-01-25[media] tvp5150: Add OF match tableEduard Gavin
2016-01-25[media] tvp5150: Configure data interface via DTJavier Martinez Canillas
2016-01-25[media] tvp5150: Initialize the chip on probeJavier Martinez Canillas
2016-01-25[media] tvp5150: Add g_mbus_config subdev operation supportLaurent Pinchart
2016-01-25[media] tvp5150: Add s_stream subdev operation supportLaurent Pinchart
2016-01-25[media] tvp5150: Add pixel rate control supportLaurent Pinchart
2016-01-25[media] tvp5150: Add tvp5151 supportLaurent Pinchart
2016-01-25[media] tvp5150: Restructure version detectionLaurent Pinchart
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab
2015-10-01[media] tvp5150: add support for asynchronous probingJavier Martinez Canillas
2015-08-11[media] i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-05-01[media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil
2015-05-01[media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil
2014-11-14[media] i2c: Make use of media_bus_format enumBoris BREZILLON
2014-07-22[media] tvp5150: Use i2c_smbus_(read|write)_byte_dataLaurent Pinchart
2014-07-22[media] tvp5150: Fix device ID kernel log messageLaurent Pinchart
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart
2014-05-23[media] tvp5150: Replace container_of() with to_tvp5150()Laurent Pinchart
2014-03-11[media] tvp5150: Make debug module parameter visible in sysfsPhilipp Zabel
2014-03-11[media] tvp5150: Fix type mismatch warning in clamp macroPhilipp Zabel