[PATCHv2,0/3] Rebased 3 uvc pix_fmt patches

Message ID 20210322154658.1409391-1-hverkuil-cisco@xs4all.nl (mailing list archive)
Headers
Series Rebased 3 uvc pix_fmt patches |

Message

Hans Verkuil March 22, 2021, 3:46 p.m. UTC
  This small series rebases three old patches that slipped through the
cracks, but are otherwise fine.

Two from Edgar:

https://patchwork.linuxtv.org/project/linux-media/list/?series=329

and one from me:

https://patchwork.linuxtv.org/project/linux-media/patch/6e8bde09-7b47-5dec-6f21-c5156fbc9b10@xs4all.nl/

Since my patch depends on the Edgar's patches I decided to just
rebase the lot and repost. Hopefully it won't take two years for
the v2 to be merged. :-)

Regards,

	Hans

Edgar Thier (2):
  v4l: Add 12-bit raw bayer linear packed formats
  uvc: Add 12-bit raw bayer linear packed formats

Hans Verkuil (1):
  uvc: don't set description in ENUM_FMT

 .../userspace-api/media/v4l/pixfmt-bayer.rst  |  1 +
 .../media/v4l/pixfmt-srggb12lp.rst            | 74 +++++++++++++++++++
 drivers/media/usb/uvc/uvc_driver.c            | 70 ++++--------------
 drivers/media/usb/uvc/uvc_v4l2.c              |  9 ---
 drivers/media/usb/uvc/uvcvideo.h              | 15 +++-
 drivers/media/v4l2-core/v4l2-ioctl.c          |  4 +
 include/uapi/linux/videodev2.h                |  7 ++
 7 files changed, 114 insertions(+), 66 deletions(-)
 create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-srggb12lp.rst
  

Comments

Hans Verkuil March 22, 2021, 3:48 p.m. UTC | #1
On 22/03/2021 16:46, Hans Verkuil wrote:
> This small series rebases three old patches that slipped through the
> cracks, but are otherwise fine.
> 
> Two from Edgar:
> 
> https://patchwork.linuxtv.org/project/linux-media/list/?series=329
> 
> and one from me:
> 
> https://patchwork.linuxtv.org/project/linux-media/patch/6e8bde09-7b47-5dec-6f21-c5156fbc9b10@xs4all.nl/
> 
> Since my patch depends on the Edgar's patches I decided to just
> rebase the lot and repost. Hopefully it won't take two years for
> the v2 to be merged. :-)

Ah, Edgar's patches were already at v2, so this is really v3. Noticed that too late...

	Hans

> 
> Regards,
> 
> 	Hans
> 
> Edgar Thier (2):
>   v4l: Add 12-bit raw bayer linear packed formats
>   uvc: Add 12-bit raw bayer linear packed formats
> 
> Hans Verkuil (1):
>   uvc: don't set description in ENUM_FMT
> 
>  .../userspace-api/media/v4l/pixfmt-bayer.rst  |  1 +
>  .../media/v4l/pixfmt-srggb12lp.rst            | 74 +++++++++++++++++++
>  drivers/media/usb/uvc/uvc_driver.c            | 70 ++++--------------
>  drivers/media/usb/uvc/uvc_v4l2.c              |  9 ---
>  drivers/media/usb/uvc/uvcvideo.h              | 15 +++-
>  drivers/media/v4l2-core/v4l2-ioctl.c          |  4 +
>  include/uapi/linux/videodev2.h                |  7 ++
>  7 files changed, 114 insertions(+), 66 deletions(-)
>  create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-srggb12lp.rst
>
  
Laurent Pinchart March 22, 2021, 6:35 p.m. UTC | #2
Hi Hans,

Thank you for the patches.

On Mon, Mar 22, 2021 at 04:46:55PM +0100, Hans Verkuil wrote:
> This small series rebases three old patches that slipped through the
> cracks, but are otherwise fine.
> 
> Two from Edgar:
> 
> https://patchwork.linuxtv.org/project/linux-media/list/?series=329
> 
> and one from me:
> 
> https://patchwork.linuxtv.org/project/linux-media/patch/6e8bde09-7b47-5dec-6f21-c5156fbc9b10@xs4all.nl/
> 
> Since my patch depends on the Edgar's patches I decided to just
> rebase the lot and repost. Hopefully it won't take two years for
> the v2 to be merged. :-)

I've had all of this in my tree already, with the order of the patches
reversed (removal of the format description at the bottom).

> Edgar Thier (2):
>   v4l: Add 12-bit raw bayer linear packed formats
>   uvc: Add 12-bit raw bayer linear packed formats
> 
> Hans Verkuil (1):
>   uvc: don't set description in ENUM_FMT
> 
>  .../userspace-api/media/v4l/pixfmt-bayer.rst  |  1 +
>  .../media/v4l/pixfmt-srggb12lp.rst            | 74 +++++++++++++++++++
>  drivers/media/usb/uvc/uvc_driver.c            | 70 ++++--------------
>  drivers/media/usb/uvc/uvc_v4l2.c              |  9 ---
>  drivers/media/usb/uvc/uvcvideo.h              | 15 +++-
>  drivers/media/v4l2-core/v4l2-ioctl.c          |  4 +
>  include/uapi/linux/videodev2.h                |  7 ++
>  7 files changed, 114 insertions(+), 66 deletions(-)
>  create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-srggb12lp.rst