mbox series

[0/2] ST MIPID02 bridge format propagation fixes

Message ID 20230502103547.150918-1-dan.scally@ideasonboard.com
Headers show
Series ST MIPID02 bridge format propagation fixes | expand

Message

Dan Scally May 2, 2023, 10:35 a.m. UTC
Hello all 

This small patchset just fixes some issues with format propagation in the MIPID02
bridge driver, which was either failing to propagate formats from sink to source
pad at all or else propagating the ACTIVE format to the source when the sink's
TRY format was set.

Thanks
Dan

Daniel Scally (2):
  media: i2c: Correct format propagation for st-mipid02
  media: i2c: Propagate format from sink to source pad

 drivers/media/i2c/st-mipid02.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)