summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tda1997x.c
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-subdev: Rename .init_cfg() operation to .init_state()Laurent Pinchart2023-12-041-3/+7
* media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus2023-11-231-3/+3
* media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* media: i2c/tda1997x: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-221-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-061-1/+0
|\
| * media: TDA1997x: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* | media: TDA1997x: Fix the error handling in tda1997x_probe()Zheyu Ma2022-06-201-0/+1
|/
* media: TDA1997x: replace video detection routineKrzysztof Hałasa2021-10-191-52/+67
* media: TDA1997x: handle short reads of hdmi info frame.Tom Rix2021-09-301-4/+4
* media: TDA1997x: fix tda1997x_remove()Krzysztof Hałasa2021-09-301-2/+2
* media: TDA1997x: report -ENOLINK after disconnecting HDMI sourceKrzysztof Hałasa2021-08-041-1/+2
* media: TDA1997x: fix tda1997x_query_dv_timings() return valueKrzysztof Hałasa2021-08-041-2/+3
* media: Fix cosmetic error in TDA1997x driverKrzysztof Hałasa2021-08-041-1/+1
* media: TDA1997x: enable EDID supportKrzysztof Hałasa2021-07-121-0/+1
* media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2021-06-171-7/+7
* media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove()Yang Yingliang2021-04-091-1/+1
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-5/+5
* media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variableDaniel W. S. Almeida2020-08-291-3/+3
* media: i2c: tda1997x: prevent potential NULL pointer accessWolfram Sang2019-08-131-2/+7
* media: tda1997x: fix get_edidTim Harvey2019-02-181-0/+4
* Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-191-2/+2
|\
| * video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä2018-10-011-2/+2
* | media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-041-1/+1
|/
* media: rename MEDIA_ENT_F_DTV_DECODER to MEDIA_ENT_F_DV_DECODERHans Verkuil2018-07-251-1/+1
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071-2/+2
|\
| * media: i2c: tda1997: Fix an error handling path 'tda1997x_probe()'Christophe JAILLET2018-05-111-1/+1
| * media: tda1997x: Use bitwise or for setting subdev flagsSakari Ailus2018-04-231-1/+1
* | media: i2c: tda1997: replace codec to componentKuninori Morimoto2018-05-051-12/+13
|/
* tda1997x: get rid of an unused varMauro Carvalho Chehab2018-02-221-2/+2
* media: i2c: Add TDA1997x HDMI receiver driverTim Harvey2018-02-221-0/+2820