]> 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)
commitd33336c13f6a7dbc8ad8d0b1bba2af872c4368dd
treeb0aa3d7c20250a7ad240ba68fddc502167a76dec
parentacf705dccee24fe1a005ed77b9fb364d0f1181d2
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