linux/drivers/media
Krzysztof Kozlowski 7bc1f3c8bd media: cec: tegra: drop of_match_ptr for ID table
The driver can match only via the DT table so the table should be always
used and the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it might not be relevant here).  This
also fixes !CONFIG_OF error:

  drivers/media/cec/platform/tegra/tegra_cec.c:457:34: error: ‘tegra_cec_of_match’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2023-07-14 12:32:24 +02:00
..
cec media: cec: tegra: drop of_match_ptr for ID table 2023-07-14 12:32:24 +02:00
common media: common: saa7146: Avoid a leak in vmalloc_to_sg() 2023-05-25 16:21:20 +02:00
dvb-core media updates for v6.5-rc1 2023-07-05 10:42:32 -07:00
dvb-frontends media: dvb: mb86a20s: get rid of a clang-15 warning 2023-06-28 15:06:16 +02:00
firewire
i2c media: tc358746: Address compiler warnings 2023-07-14 09:14:09 +02:00
mc media: mc: Make media_get_pad_index() use pad type flag 2023-05-25 16:21:22 +02:00
mmc
pci media: pci: cx23885: fix error handling for cx23885 ATSC boards 2023-07-14 09:14:09 +02:00
platform media: verisilicon: change confusingly named relaxed register access 2023-07-14 09:14:10 +02:00
radio media: wl128x: fix a clang warning 2023-06-29 09:56:13 +02:00
rc media: rc: meson-ir: support MMIO regmaps to access registers 2023-07-14 09:19:17 +02:00
spi
test-drivers media: Switch i2c drivers back to use .probe() 2023-05-25 16:21:21 +02:00
tuners media: Switch i2c drivers back to use .probe() 2023-05-25 16:21:21 +02:00
usb media: usb: as102: drop as102_dev NULL check 2023-06-09 16:07:30 +01:00
v4l2-core media updates for v6.5-rc1 2023-07-05 10:42:32 -07:00
Kconfig media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y 2022-12-07 17:58:46 +01:00
Makefile