[PATCH 0/4] media: i2c: st-mipid02: fixes & enhancements

Alain Volmat posted 4 patches 1 month, 2 weeks ago
drivers/media/i2c/st-mipid02.c | 117 +++++++++++++++++++++++------------------
1 file changed, 66 insertions(+), 51 deletions(-)
[PATCH 0/4] media: i2c: st-mipid02: fixes & enhancements
Posted by Alain Volmat 1 month, 2 weeks ago
This serie includes a fix within the error handling when enable
streaming and another one regarding supported formats.
It also update the driver to use the streams pad ops
instead of the s_stream.
pm_runtime is added to be able to control the supplies & clock.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
Alain Volmat (4):
      media: i2c: st-mipid02: fix mipid02_stream_enable error handling
      media: i2c: st-mipid02: use enable/disable_streams pad ops
      media: i2c: st-mipid02: add pm_runtime handling
      media: i2c: st-mipid02: remove parallel mbus format on sink pad

 drivers/media/i2c/st-mipid02.c | 117 +++++++++++++++++++++++------------------
 1 file changed, 66 insertions(+), 51 deletions(-)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20241007-st-mipid02-streams-2188cc8b6fda

Best regards,
-- 
Alain Volmat <alain.volmat@foss.st.com>
Re: [PATCH 0/4] media: i2c: st-mipid02: fixes & enhancements
Posted by Benjamin Mugnier 1 month, 2 weeks ago
Hi Alain,

Thank you for your patches.

On 10/8/24 13:46, Alain Volmat wrote:
> This serie includes a fix within the error handling when enable
> streaming and another one regarding supported formats.
> It also update the driver to use the streams pad ops
> instead of the s_stream.
> pm_runtime is added to be able to control the supplies & clock.
> 
> Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
> ---

For the whole serie:
Reviewed-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>

> Alain Volmat (4):
>       media: i2c: st-mipid02: fix mipid02_stream_enable error handling
>       media: i2c: st-mipid02: use enable/disable_streams pad ops
>       media: i2c: st-mipid02: add pm_runtime handling
>       media: i2c: st-mipid02: remove parallel mbus format on sink pad
> 
>  drivers/media/i2c/st-mipid02.c | 117 +++++++++++++++++++++++------------------
>  1 file changed, 66 insertions(+), 51 deletions(-)
> ---
> base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
> change-id: 20241007-st-mipid02-streams-2188cc8b6fda
> 
> Best regards,

-- 
Regards,

Benjamin