summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tda1997x.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30media: TDA1997x: handle short reads of hdmi info frame.Tom Rix1-4/+4
2021-09-30media: TDA1997x: fix tda1997x_remove()Krzysztof Hałasa1-2/+2
2021-08-04media: TDA1997x: report -ENOLINK after disconnecting HDMI sourceKrzysztof Hałasa1-1/+2
2021-08-04media: TDA1997x: fix tda1997x_query_dv_timings() return valueKrzysztof Hałasa1-2/+3
2021-08-04media: Fix cosmetic error in TDA1997x driverKrzysztof Hałasa1-1/+1
2021-07-12media: TDA1997x: enable EDID supportKrzysztof Hałasa1-0/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-7/+7
2021-04-09media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove()Yang Yingliang1-1/+1
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-08-29media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variableDaniel W. S. Almeida1-3/+3
2019-08-13media: i2c: tda1997x: prevent potential NULL pointer accessWolfram Sang1-2/+7
2019-02-18media: tda1997x: fix get_edidTim Harvey1-0/+4
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus1-1/+1
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä1-2/+2
2018-07-25media: rename MEDIA_ENT_F_DTV_DECODER to MEDIA_ENT_F_DV_DECODERHans Verkuil1-1/+1
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+2
2018-05-11media: i2c: tda1997: Fix an error handling path 'tda1997x_probe()'Christophe JAILLET1-1/+1
2018-05-05media: i2c: tda1997: replace codec to componentKuninori Morimoto1-12/+13
2018-04-23media: tda1997x: Use bitwise or for setting subdev flagsSakari Ailus1-1/+1
2018-02-22tda1997x: get rid of an unused varMauro Carvalho Chehab1-2/+2
2018-02-22media: i2c: Add TDA1997x HDMI receiver driverTim Harvey1-0/+2820