summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tvp5150.c
Commit message (Expand)AuthorAgeFilesLines
* media: i2c: tvp5150: remove useless variable assignment in tvp5150_set_vbi()Gustavo A. R. Silva2017-06-251-14/+11Star
* [media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus2017-06-061-3/+4
* [media] tvp5150: fix pad format frame heightPhilipp Zabel2017-04-101-1/+1
* [media] tvp5150: allow get/set_fmt on the video source padPhilipp Zabel2017-04-101-1/+1
* [media] v4l: tvp5150: Don't override output pinmuxing at stream on/off timeLaurent Pinchart2016-12-211-14/+19
* [media] v4l: tvp5150: Fix comment regarding output pin muxingLaurent Pinchart2016-12-211-7/+17
* [media] v4l: tvp5150: Reset device at probe time, not in get/set format handlersLaurent Pinchart2016-12-211-3/+2Star
* [media] v4l: tvp5150: Add missing break in set control handlerLaurent Pinchart2016-12-121-0/+1
* [media] v4l: tvp5150: Don't inline the tvp5150_selmux() functionLaurent Pinchart2016-12-121-1/+1
* [media] v4l: tvp5150: Compile tvp5150_link_setup out if !CONFIG_MEDIA_CONTROLLERLaurent Pinchart2016-12-121-2/+2
* [media] tvp5150: get rid of KERN_CONTMauro Carvalho Chehab2016-11-181-11/+13
* [media] tvp5150: Get rid of direct calls to printk()Mauro Carvalho Chehab2016-11-181-108/+110
* [media] tvp5150: convert it to use dev_foo() macrosMauro Carvalho Chehab2016-11-181-25/+24Star
* [media] tvp5150: use sd internal ops .registered instead .registered_asyncJavier Martinez Canillas2016-08-241-2/+6
* [media] v4l2: remove g/s_crop from video opsHans Verkuil2016-08-241-42/+39Star
* [media] tvp5150: propagate I2C write error in .s_register callbackJavier Martinez Canillas2016-05-091-2/+1Star
* [media] tvp5150: return I2C write operation failure to callersJavier Martinez Canillas2016-05-091-2/+4
* [media] tvp5150: don't go past decoder->input_ent arrayMauro Carvalho Chehab2016-02-231-1/+1
* [media] tvp5150: replace MEDIA_ENT_F_CONN_TEST by a controlMauro Carvalho Chehab2016-02-161-17/+28
* [media] tvp5150: add HW input connectors supportJavier Martinez Canillas2016-02-111-0/+150
* [media] tvp5150: move input definition header to dt-bindingsJavier Martinez Canillas2016-02-111-1/+1
* [media] tvp5150: store dev id and rom versionJavier Martinez Canillas2016-02-101-9/+12
* [media] tvp5150: put endpoint node on errorJavier Martinez Canillas2016-02-101-2/+4
* [media] tvp5150: identify it as a MEDIA_ENT_F_ATV_DECODERMauro Carvalho Chehab2016-02-011-0/+3
* [media] tvp5150: create the expected number of padsMauro Carvalho Chehab2016-02-011-3/+8
* [media] tvp5150: Add pad-level subdev operationsLaurent Pinchart2016-01-291-11/+42
* [media] tvp5150: fix tvp5150_fill_fmt()Laurent Pinchart2016-01-291-2/+2
* Revert "[media] tvp5150: Fix breakage for serial usage"Mauro Carvalho Chehab2016-01-261-4/+5
* [media] tvp5150: Fix breakage for serial usageMauro Carvalho Chehab2016-01-251-5/+4Star
* [media] tvp5150: Add OF match tableEduard Gavin2016-01-251-0/+9
* [media] tvp5150: Configure data interface via DTJavier Martinez Canillas2016-01-251-3/+63
* [media] tvp5150: Initialize the chip on probeJavier Martinez Canillas2016-01-251-0/+35
* [media] tvp5150: Add g_mbus_config subdev operation supportLaurent Pinchart2016-01-251-0/+11
* [media] tvp5150: Add s_stream subdev operation supportLaurent Pinchart2016-01-251-0/+16
* [media] tvp5150: Add pixel rate control supportLaurent Pinchart2016-01-251-1/+4
* [media] tvp5150: Add tvp5151 supportLaurent Pinchart2016-01-251-0/+2
* [media] tvp5150: Restructure version detectionLaurent Pinchart2016-01-251-34/+45
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-1/+1
* [media] tvp5150: add support for asynchronous probingJavier Martinez Canillas2015-10-011-3/+11
* [media] i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-111-1/+0Star
* [media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil2015-05-011-6/+9
* [media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil2015-05-011-5/+10
* [media] i2c: Make use of media_bus_format enumBoris BREZILLON2014-11-141-3/+3
* [media] tvp5150: Use i2c_smbus_(read|write)_byte_dataLaurent Pinchart2014-07-221-20/+11Star
* [media] tvp5150: Fix device ID kernel log messageLaurent Pinchart2014-07-221-2/+2
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-1/+1
* [media] tvp5150: Replace container_of() with to_tvp5150()Laurent Pinchart2014-05-241-2/+2
* [media] tvp5150: Make debug module parameter visible in sysfsPhilipp Zabel2014-03-111-1/+1
* [media] tvp5150: Fix type mismatch warning in clamp macroPhilipp Zabel2014-03-111-3/+3
* [media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda2014-01-071-7/+7