summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/adv7842.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16media: video/hdmi: handle short reads of hdmi info frame.Tom Rix1-1/+1
2021-11-29media: adv7842: get rid of two unused functionsMauro Carvalho Chehab1-10/+0
2021-06-17media: adv7842: remove spurious & and fix vga_edid sizeHans Verkuil1-4/+4
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-6/+6
2021-06-02media: adv7842: support EDIDs up to 4 blocksHans Verkuil1-10/+27
2021-04-09media: adv7842: support 1 block EDIDs, fix clearing EDIDHans Verkuil1-28/+43
2021-04-09media: adv7842: configure all padsHans Verkuil1-3/+7
2021-04-09media: i2c: adv7842: fix possible use-after-free in adv7842_remove()Yang Yingliang1-1/+1
2021-03-22media: i2c: adv7842: remove open coded version of SMBus block writeWolfram Sang1-20/+7
2019-10-24media: i2c: adv7842: make array cri static and const, makes object smallerChristophe JAILLET1-2/+2
2019-08-26media: i2c: adv7842: drop check because i2c_unregister_device() is NULL safeWolfram Sang1-22/+11
2019-08-13media: i2c: adv7842: convert to i2c_new_dummy_deviceWolfram Sang1-3/+6
2019-03-01media: i2c: fix several typosMauro Carvalho Chehab1-5/+5
2018-12-25Merge tag 'media/v4.20-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+2
2018-11-23media: adv*/tc358743/ths8200: fill in min width/height/pixelclockHans Verkuil1-2/+2
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2018-10-05media: adv7842: when the EDID is cleared, unconfigure CEC as wellHans Verkuil1-1/+3
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä1-1/+1
2018-09-24media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil1-2/+2
2018-08-31media: adv7842: enable reduced fps detectionHans Verkuil1-0/+9
2018-07-27media: i2c: adv7842: Replace mdelay() with msleep() and usleep_range() in adv...Jia-Ju Bai1-4/+4
2018-07-25media: rename MEDIA_ENT_F_DTV_DECODER to MEDIA_ENT_F_DV_DECODERHans Verkuil1-0/+1
2018-02-14media: i2c: add SPDX license infoHans Verkuil1-14/+1
2017-09-23media: drivers: improve a size determinationMarkus Elfring1-1/+1
2017-09-23media: drivers: delete error messages for failed memory allocationMarkus Elfring1-3/+1
2017-08-26media: adv7842: constify i2c_device_idArvind Yadav1-1/+1
2017-08-09media: adv*/vivid/pulse8/rainshadow: cec: use CEC_CAP_DEFAULTSHans Verkuil1-2/+1
2017-04-05[media] i2c: adv7842: Use cec_get_drvdata()Jose Abreu1-3/+3
2016-11-29[media] cec: pass parent device in register(), not allocate()Hans Verkuil1-3/+3
2016-07-12[media] adv7604/adv7842: fix quantization range handlingHans Verkuil1-9/+17
2016-07-08Merge branch 'topic/cec' into patchworkMauro Carvalho Chehab1-63/+305
2016-07-08[media] adv7842: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-14/+2
2016-06-28[media] cec: adv7842: add cec supportHans Verkuil1-63/+305
2016-06-24adv7842: comment out a table useful for debugMauro Carvalho Chehab1-0/+3
2016-04-25[media] media/i2c/adv*: make controls inheritable instead of privateHans Verkuil1-6/+0
2016-02-10[media] adv7842: add support to for the content type controlHans Verkuil1-0/+20
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+1
2015-12-03[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil1-3/+3
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-08-11[media] i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-17[media] adv7842: Deliver resolution change events to userspaceLars-Peter Clausen1-5/+17
2015-07-17[media] adv7842: Add support for control event notificationsLars-Peter Clausen1-1/+4
2015-07-06[media] v4l2-dv-timings: add support for reduced blanking v2Prashant Laddha1-1/+1
2015-06-09[media] v4l2-dv-timings: add interlace support in detect cvt/gtfPrashant Laddha1-2/+2
2015-06-09[media] adv7842: replace uintX_t by uX for consistencyHans Verkuil1-11/+11
2015-05-20[media] adv7604/adv7842: replace FMT_CHANGED by V4L2_DEVICE_NOTIFY_EVENTHans Verkuil1-2/+9
2015-05-20[media] adv7842: Make output format configurable through pad format operationsHans Verkuil1-30/+239
2015-05-01[media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil1-5/+9
2015-05-01[media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil1-5/+6