[0/2] media: stm32: correct s_stream calls in dcmi & st-mipid02

Message ID 20230711123211.794838-1-alain.volmat@foss.st.com
Headers
Series media: stm32: correct s_stream calls in dcmi & st-mipid02 |

Message

Alain Volmat July 11, 2023, 12:32 p.m. UTC
  Currently the stm32 dcmi driver is calling s_stream to all subdevs until
reaching the sensor subdev.  This serie corrects this by having a subdev
only calling s_stream on its source subdev.

Alain Volmat (2):
  media: i2c: st_mipid02: cascade s_stream call to the source subdev
  media: stm32: dcmi: only call s_stream on the source subdev

 drivers/media/i2c/st-mipid02.c               | 11 ++++
 drivers/media/platform/st/stm32/stm32-dcmi.c | 63 +++++---------------
 2 files changed, 25 insertions(+), 49 deletions(-)