summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/tda1997x.c
AgeCommit message (Expand)Author
2023-12-04media: v4l2-subdev: Rename .init_cfg() operation to .init_state()Laurent Pinchart
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-22media: i2c/tda1997x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2022-06-27media: TDA1997x: Remove now redundant non_legacy_dai_naming flagCharles Keepax
2022-06-20media: TDA1997x: Fix the error handling in tda1997x_probe()Zheyu Ma
2021-10-19media: TDA1997x: replace video detection routineKrzysztof Hałasa
2021-09-30media: TDA1997x: handle short reads of hdmi info frame.Tom Rix
2021-09-30media: TDA1997x: fix tda1997x_remove()Krzysztof Hałasa
2021-08-04media: TDA1997x: report -ENOLINK after disconnecting HDMI sourceKrzysztof Hałasa
2021-08-04media: TDA1997x: fix tda1997x_query_dv_timings() return valueKrzysztof Hałasa
2021-08-04media: Fix cosmetic error in TDA1997x driverKrzysztof Hałasa
2021-07-12media: TDA1997x: enable EDID supportKrzysztof Hałasa
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen
2021-04-09media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove()Yang Yingliang
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-29media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variableDaniel W. S. Almeida
2019-08-13media: i2c: tda1997x: prevent potential NULL pointer accessWolfram Sang
2019-02-18media: tda1997x: fix get_edidTim Harvey
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä
2018-07-25media: rename MEDIA_ENT_F_DTV_DECODER to MEDIA_ENT_F_DV_DECODERHans Verkuil
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-05-11media: i2c: tda1997: Fix an error handling path 'tda1997x_probe()'Christophe JAILLET
2018-05-05media: i2c: tda1997: replace codec to componentKuninori Morimoto
2018-04-23media: tda1997x: Use bitwise or for setting subdev flagsSakari Ailus
2018-02-22tda1997x: get rid of an unused varMauro Carvalho Chehab
2018-02-22media: i2c: Add TDA1997x HDMI receiver driverTim Harvey