aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tvp5150.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05media: tvp5150: fix irq_request error path during probeMarco Felsch1-1/+1
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus1-1/+1
2018-10-03media: v4l: Remove support for crop default target in subdev driversSakari Ailus1-1/+0
2018-09-17media: tvp5150: get rid of some warningsMauro Carvalho Chehab1-3/+1
2018-09-17media: tvp5150: implement decoder lock when irq is not usedMauro Carvalho Chehab1-4/+19
2018-09-17media: tvp5150: add querystdPhilipp Zabel1-0/+10
2018-09-17media: tvp5150: add g_std callbackMarco Felsch1-0/+10
2018-09-17media: tvp5150: add sync lock/loss signal debug messagesPhilipp Zabel1-0/+3
2018-09-17media: tvp5150: issue source change eventsPhilipp Zabel1-1/+7
2018-09-17media: tvp5150: disable output while signal not lockedPhilipp Zabel1-11/+28
2018-09-17media: tvp5150: Add sync lock interrupt handlingPhilipp Zabel1-3/+60
2018-09-17media: tvp5150: remove pin configuration from initialization tablesPhilipp Zabel1-3/+5
2018-09-17media: tvp5150: split reset/enable routinePhilipp Zabel1-4/+13
2018-09-17media: tvp5150: fix standard autodetectionPhilipp Zabel1-25/+31
2018-09-17media: tvp5150: trigger autodetection on subdev open to reset croppingPhilipp Zabel1-0/+24
2018-09-17media: tvp5150: add default format helperMarco Felsch1-17/+25
2018-09-17media: tvp5150: make use of regmap_update_bitsMarco Felsch1-21/+13
2018-09-17media: tvp5150: convert register access to regmapPhilipp Zabel1-69/+142
2018-09-17media: tvp5150: fix switch exit in set control handlerMarco Felsch1-1/+1
2018-09-17media: tvp5150: fix width alignment during set_selection()Marco Felsch1-5/+9
2018-09-17media: tvp5150: declare its own padsMauro Carvalho Chehab1-8/+14
2018-09-17media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab1-0/+2
2018-09-17media: v4l2: remove VBI output padMauro Carvalho Chehab1-1/+0
2018-09-17media: tvp5150: avoid going past array on v4l2_querymenu()Mauro Carvalho Chehab1-1/+1
2018-09-12media: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-06-28media: Revert "[media] tvp5150: fix pad format frame height"Javier Martinez Canillas1-1/+1
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab1-1/+1
2018-05-04media: i2c: tvp5150: Fix open brace placement codding styleNasser Afshin1-2/+2
2018-05-04media: i2c: tvp5150: Use the correct comment styleNasser Afshin1-7/+12
2018-05-04media: i2c: tvp5150: Add a space after commasNasser Afshin1-67/+67
2018-05-04media: i2c: tvp5150: Use parentheses for sizeofNasser Afshin1-1/+1
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-1/+1
2018-02-23media: Don't let tvp5150_get_vbi() go out of vbi_ram_default arrayMauro Carvalho Chehab1-43/+45
2017-12-11media: i2c: add SPDX identifiers to the code I wroteMauro Carvalho Chehab1-7/+6
2017-06-24media: i2c: tvp5150: remove useless variable assignment in tvp5150_set_vbi()Gustavo A. R. Silva1-14/+11
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-3/+4
2017-04-10[media] tvp5150: fix pad format frame heightPhilipp Zabel1-1/+1
2017-04-10[media] tvp5150: allow get/set_fmt on the video source padPhilipp Zabel1-1/+1
2016-12-21[media] v4l: tvp5150: Don't override output pinmuxing at stream on/off timeLaurent Pinchart1-14/+19
2016-12-21[media] v4l: tvp5150: Fix comment regarding output pin muxingLaurent Pinchart1-7/+17
2016-12-21[media] v4l: tvp5150: Reset device at probe time, not in get/set format handlersLaurent Pinchart1-3/+2
2016-12-12[media] v4l: tvp5150: Add missing break in set control handlerLaurent Pinchart1-0/+1
2016-12-12[media] v4l: tvp5150: Don't inline the tvp5150_selmux() functionLaurent Pinchart1-1/+1
2016-12-12[media] v4l: tvp5150: Compile tvp5150_link_setup out if !CONFIG_MEDIA_CONTROLLERLaurent Pinchart1-2/+2
2016-11-18[media] tvp5150: get rid of KERN_CONTMauro Carvalho Chehab1-11/+13
2016-11-18[media] tvp5150: Get rid of direct calls to printk()Mauro Carvalho Chehab1-108/+110
2016-11-18[media] tvp5150: convert it to use dev_foo() macrosMauro Carvalho Chehab1-25/+24
2016-08-24[media] tvp5150: use sd internal ops .registered instead .registered_asyncJavier Martinez Canillas1-2/+6
2016-08-24[media] v4l2: remove g/s_crop from video opsHans Verkuil1-42/+39
2016-05-09[media] tvp5150: propagate I2C write error in .s_register callbackJavier Martinez Canillas1-2/+1