Home
last modified time | relevance | path

Searched hist:d6701f13bd0747a78bb0b78dd45344e475afd512 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/atmel/
H A Datmel-isi.cdiff d6701f13bd0747a78bb0b78dd45344e475afd512 Sun Jan 17 19:52:46 CST 2021 Ezequiel Garcia <ezequiel@collabora.com> media: atmel: Use v4l2_async_notifier_add_fwnode_remote_subdev

The use of v4l2_async_notifier_add_subdev will be discouraged.
Drivers are instead encouraged to use a helper such as
v4l2_async_notifier_add_fwnode_remote_subdev.

This fixes a misuse of the API, as v4l2_async_notifier_add_subdev
should get a kmalloc'ed struct v4l2_async_subdev,
removing some boilerplate code while at it.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>