linux/drivers/media
Arnd Bergmann d51adf038e media: cec: tda9950: add back i2c dependency
drivers/media/cec/i2c/tda9950.c: In function 'tda9950_write_range':
drivers/media/cec/i2c/tda9950.c:92:15: error: implicit declaration of function 'i2c_transfer' [-Wimplicit-function-declaration]
   92 |         ret = i2c_transfer(client->adapter, &msg, 1);
      |               ^~~~~~~~~~~~
drivers/media/cec/i2c/tda9950.c: In function 'tda9950_probe':
drivers/media/cec/i2c/tda9950.c:391:14: error: implicit declaration of function 'i2c_check_functionality' [-Wimplicit-function-declaration]
  391 |         if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
      |              ^~~~~~~~~~~~~~~~~~~~~~~

Fixes: caa6f4a75e ("media: cec: move driver for TDA9950 from drm/i2c")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2025-04-07 08:12:12 +02:00
..
cec media: cec: tda9950: add back i2c dependency 2025-04-07 08:12:12 +02:00
common treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
dvb-core treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
dvb-frontends These are objtool fixes and updates by Josh Poimboeuf, centered 2025-04-02 10:30:10 -07:00
firewire media: firewire: firedtv-avc.c: replace BUG with proper, error return 2023-08-10 07:58:37 +02:00
i2c media: i2c: lt6911uxe: add two selects to Kconfig 2025-04-07 08:10:39 +02:00
mc media updates for v6.13-rc1 2024-11-20 14:01:15 -08:00
mmc media: mmc: siano: simplify module initialization 2024-04-08 13:48:19 +02:00
pci treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
platform media: platform: synopsys: VIDEO_SYNOPSYS_HDMIRX should depend on ARCH_ROCKCHIP 2025-04-07 08:10:39 +02:00
radio treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
rc treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
spi media: gs1662: remove unused struct 'gs_reg_fmt_custom' 2024-05-31 13:51:16 +02:00
test-drivers media: vivid: fix FB dependency 2025-04-07 08:10:38 +02:00
tuners media: tuners: Constify struct tunertype, tuner_range and tuner_params 2025-02-21 10:33:15 +01:00
usb treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
v4l2-core media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf() 2025-03-06 17:28:27 +01:00
Kconfig media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y 2022-12-07 17:58:46 +01:00
Makefile