Re: [PATCH 8/8] media: i2c: Add WV517S lens actuator driver

From: Maurizio Casciano

Date: Thu Aug 27 2026 - 14:21:34 EST


Thank you. I addressed these points in v2.

The driver now records both Intel's 2014 copyright and my 2026 copyright for
the new V4L2/regmap implementation. Board-specific text was removed from the
Kconfig help and driver comment. Register access uses regmap,
pm_runtime_get_if_active() errors are propagated, and controls are restored
through the control handler after resume.

Maurizio