summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/tvp5150.c
AgeCommit message (Expand)Author
2020-03-12media: tvp5150: make debug output more readableMarco Felsch
2020-03-12media: tvp5150: add support to limit sdtv standardsMarco Felsch
2020-03-12media: tvp5150: add subdev open/close callbacksMarco Felsch
2020-03-12media: tvp5150: add v4l2-event supportMarco Felsch
2020-03-12media: tvp5150: move irq en-/disable into runtime-pm opsMarco Felsch
2020-03-12media: tvp5150: initialize subdev before parsing device treeMichael Tretter
2020-03-12media: tvp5150: add FORMAT_TRY support for get/set selection handlersMarco Felsch
2020-03-12media: tvp5150: fix set_selection rectangle handlingMarco Felsch
2020-03-12media: tvp5150: add input source selection of_graph supportMarco Felsch
2020-03-12media: partial revert of "[media] tvp5150: add HW input connectors support"Javier Martinez Canillas
2019-08-13media: i2c: Convert to new i2c device probe()Kieran Bingham
2019-08-13media: i2c: tvp5150: Add of_node_put() before gotoNishka Dasgupta
2018-12-05media: tvp5150: fix irq_request error path during probeMarco Felsch
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus
2018-10-03media: v4l: Remove support for crop default target in subdev driversSakari Ailus
2018-09-17media: tvp5150: get rid of some warningsMauro Carvalho Chehab
2018-09-17media: tvp5150: implement decoder lock when irq is not usedMauro Carvalho Chehab
2018-09-17media: tvp5150: add querystdPhilipp Zabel
2018-09-17media: tvp5150: add g_std callbackMarco Felsch
2018-09-17media: tvp5150: add sync lock/loss signal debug messagesPhilipp Zabel
2018-09-17media: tvp5150: issue source change eventsPhilipp Zabel
2018-09-17media: tvp5150: disable output while signal not lockedPhilipp Zabel
2018-09-17media: tvp5150: Add sync lock interrupt handlingPhilipp Zabel
2018-09-17media: tvp5150: remove pin configuration from initialization tablesPhilipp Zabel
2018-09-17media: tvp5150: split reset/enable routinePhilipp Zabel
2018-09-17media: tvp5150: fix standard autodetectionPhilipp Zabel
2018-09-17media: tvp5150: trigger autodetection on subdev open to reset croppingPhilipp Zabel
2018-09-17media: tvp5150: add default format helperMarco Felsch
2018-09-17media: tvp5150: make use of regmap_update_bitsMarco Felsch
2018-09-17media: tvp5150: convert register access to regmapPhilipp Zabel
2018-09-17media: tvp5150: fix switch exit in set control handlerMarco Felsch
2018-09-17media: tvp5150: fix width alignment during set_selection()Marco Felsch
2018-09-17media: tvp5150: declare its own padsMauro Carvalho Chehab
2018-09-17media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab
2018-09-17media: v4l2: remove VBI output padMauro Carvalho Chehab
2018-09-17media: tvp5150: avoid going past array on v4l2_querymenu()Mauro Carvalho Chehab
2018-09-12media: Convert to using %pOFn instead of device_node.nameRob Herring
2018-06-28media: Revert "[media] tvp5150: fix pad format frame height"Javier Martinez Canillas
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab
2018-05-04media: i2c: tvp5150: Fix open brace placement codding styleNasser Afshin
2018-05-04media: i2c: tvp5150: Use the correct comment styleNasser Afshin
2018-05-04media: i2c: tvp5150: Add a space after commasNasser Afshin
2018-05-04media: i2c: tvp5150: Use parentheses for sizeofNasser Afshin
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab
2018-02-23media: Don't let tvp5150_get_vbi() go out of vbi_ram_default arrayMauro Carvalho Chehab
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