[v2,0/3] Add support of RGB565, YUV and JPEG to MIPID02 bridge

Message ID 1560779038-26012-1-git-send-email-hugues.fruchet@st.com (mailing list archive)
Headers
Series Add support of RGB565, YUV and JPEG to MIPID02 bridge |

Message

Hugues FRUCHET June 17, 2019, 1:43 p.m. UTC
  Add support of RGB565, YUV and JPEG to MIPID02 bridge.

===========
= history =
===========
version 2:
  - Link frequency could not be computed from pixel rate for JPEG,
    remove JPEG case in bpp_from_code().

version 1:
  - Initial submission

Hugues Fruchet (3):
  media: st-mipid02: add support of RGB565
  media: st-mipid02: add support of YUYV8 and UYVY8
  media: st-mipid02: add support of JPEG

 drivers/media/i2c/st-mipid02.c | 31 +++++++++++++++++++++++++------
 1 file changed, 25 insertions(+), 6 deletions(-)
  

Comments

Hans Verkuil June 20, 2019, 8:49 a.m. UTC | #1
On 6/17/19 3:43 PM, Hugues Fruchet wrote:
> Add support of RGB565, YUV and JPEG to MIPID02 bridge.
> 
> ===========
> = history =
> ===========
> version 2:
>   - Link frequency could not be computed from pixel rate for JPEG,
>     remove JPEG case in bpp_from_code().
> 
> version 1:
>   - Initial submission
> 
> Hugues Fruchet (3):
>   media: st-mipid02: add support of RGB565
>   media: st-mipid02: add support of YUYV8 and UYVY8
>   media: st-mipid02: add support of JPEG
> 
>  drivers/media/i2c/st-mipid02.c | 31 +++++++++++++++++++++++++------
>  1 file changed, 25 insertions(+), 6 deletions(-)
> 


For this series:

Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

Regards,

	Hans