]> git.baikalelectronics.ru Git - kernel.git/commit
media: pxa_camera: Drop usage of .set_mbus_config()
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 3 Jan 2022 16:24:07 +0000 (17:24 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 28 Jan 2022 14:50:15 +0000 (15:50 +0100)
commit5b8f1ca964370500faae187021ea3927bbd26d49
treeb0aa3d7c20250a7ad240ba68fddc502167a76dec
parentdd4c5ceb1a0b52e7e5e7cc95dd99d347520eff1b
media: pxa_camera: Drop usage of .set_mbus_config()

The subdev .set_mbus_config() operation is deprecated and will be
dropped. Drop its usage from the pxa_camera driver, querying the sensor
bus configuration instead of setting it. Only the ov6650 driver supports
the operation, any platform that experiences issues with this change
should update the ov6650 configuration to match what pxa_camera
supports.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/pxa_camera.c