All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Michael Grzeschik <m.grzeschik@pengutronix.de>
Cc: linux-usb@vger.kernel.org, laurent.pinchart@ideasonboard.com,
	caleb.connolly@ideasonboard.com, paul.elder@ideasonboard.com,
	balbi@kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH 2/3] usb: gadget: uvc: add VIDIOC function
Date: Wed, 9 Jun 2021 10:16:53 +0200	[thread overview]
Message-ID: <YMB49cIXkRi4rtG9@kroah.com> (raw)
In-Reply-To: <20210530222239.8793-3-m.grzeschik@pengutronix.de>

<resending as your email headers were b0rked causing replies to only go
to you...>

On Mon, May 31, 2021 at 12:22:38AM +0200, Michael Grzeschik wrote:
> This patch adds support to the v4l2 VIDIOC for enum_format,
> enum_framesizes, enum_frameintervals and try_fmt. The configfs userspace
> setup gets parsed and this configfs data is used in the v4l2 interface
> functions.
> 
> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
> ---
>  drivers/usb/gadget/function/f_uvc.c        |  54 ++++
>  drivers/usb/gadget/function/uvc.h          |  18 +-
>  drivers/usb/gadget/function/uvc_configfs.c |   5 +
>  drivers/usb/gadget/function/uvc_configfs.h |   2 +
>  drivers/usb/gadget/function/uvc_queue.c    |   4 +-
>  drivers/usb/gadget/function/uvc_v4l2.c     | 325 ++++++++++++++++++---
>  drivers/usb/gadget/function/uvc_v4l2.h     |   1 +
>  drivers/usb/gadget/function/uvc_video.c    |  10 +-
>  8 files changed, 369 insertions(+), 50 deletions(-)

It would be great to have some v4l developers review/ack this so we know
if it's ok to take or not.

thanks,

greg k-h

  reply	other threads:[~2021-06-09  8:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30 22:22 [PATCH 0/3] usb: gadget: uvc: use configfs entries for negotiation and v4l2 VIDIOCS Michael Grzeschik
2021-05-30 22:22 ` [PATCH 1/3] usb: gadget: uvc: move structs to common header Michael Grzeschik
2021-06-11  6:41   ` paul.elder
2021-06-15  1:02   ` Laurent Pinchart
2021-05-30 22:22 ` [PATCH 2/3] usb: gadget: uvc: add VIDIOC function Michael Grzeschik
2021-06-09  8:16   ` Greg KH [this message]
2021-06-15  1:18     ` Laurent Pinchart
2021-06-11  6:40   ` paul.elder
2021-06-15  1:17     ` Laurent Pinchart
2021-06-25  9:38       ` Michael Grzeschik
2021-05-30 22:22 ` [PATCH 3/3] usb: gadget: uvc: add format/frame handling code Michael Grzeschik
2021-06-14 10:07   ` paul.elder
2021-06-09  9:39 ` [PATCH 0/3] usb: gadget: uvc: use configfs entries for negotiation and v4l2 VIDIOCS paul.elder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YMB49cIXkRi4rtG9@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=balbi@kernel.org \
    --cc=caleb.connolly@ideasonboard.com \
    --cc=kernel@pengutronix.de \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=m.grzeschik@pengutronix.de \
    --cc=paul.elder@ideasonboard.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.