mbox series

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

Message ID 20241008-st-mipid02-streams-v1-0-775c2d25cef9@foss.st.com (mailing list archive)
Headers show
Series media: i2c: st-mipid02: fixes & enhancements | expand

Message

Alain Volmat Oct. 8, 2024, 11:46 a.m. UTC
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,

Comments

Benjamin Mugnier Oct. 8, 2024, 11:52 a.m. UTC | #1
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,