All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: linux-usb@vger.kernel.org
Cc: linux-media@vger.kernel.org, balbi@kernel.org,
	paul.elder@ideasonboard.com, kieran.bingham@ideasonboard.com,
	nicolas@ndufresne.ca, laurent.pinchart@ideasonboard.com,
	kernel@pengutronix.de
Subject: [RESEND v2 0/3] usb: gadget: uvc: fixes and improvements
Date: Wed,  8 Jun 2022 13:03:36 +0200	[thread overview]
Message-ID: <20220608110339.141036-1-m.grzeschik@pengutronix.de> (raw)

This series includes several patches to improve the overall usb uvc
gadget code. It includes some style changes and some serious fixes.

Michael Grzeschik (3):
  usb: gadget: uvc: calculate the number of request depending on
    framesize
  usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
  usb: gadget: uvc: call uvc uvcg_warn on completed status instead of
    uvcg_info

 drivers/usb/gadget/function/f_uvc.c     |  4 ++++
 drivers/usb/gadget/function/uvc.h       |  1 +
 drivers/usb/gadget/function/uvc_queue.c | 17 ++++++++++++-----
 drivers/usb/gadget/function/uvc_v4l2.c  |  2 +-
 drivers/usb/gadget/function/uvc_video.c | 11 ++++++++---
 5 files changed, 26 insertions(+), 9 deletions(-)

-- 
2.30.2


             reply	other threads:[~2022-06-08 11:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 11:03 Michael Grzeschik [this message]
2022-06-08 11:03 ` [RESEND v2 1/3] usb: gadget: uvc: calculate the number of request depending on framesize Michael Grzeschik
2022-06-08 18:06   ` Laurent Pinchart
2022-06-12 10:31     ` Michael Grzeschik
2022-06-13  6:58     ` [PATCH] fixup! " Michael Grzeschik
2022-06-13  7:10       ` Greg KH
2022-06-13  9:02     ` [PATCH] usb: gadget: uvc: Style fixes in uvc_queue Michael Grzeschik
2022-06-08 11:03 ` [RESEND v2 2/3] usb: gadget: uvc: increase worker prio to WQ_HIGHPRI Michael Grzeschik
2022-06-08 18:41   ` Laurent Pinchart
2022-06-12 10:33     ` Michael Grzeschik
2022-07-19 22:52     ` Michael Grzeschik
2022-07-20  9:31       ` Lucas Stach
2022-06-08 11:03 ` [RESEND v2 3/3] usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info Michael Grzeschik

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=20220608110339.141036-1-m.grzeschik@pengutronix.de \
    --to=m.grzeschik@pengutronix.de \
    --cc=balbi@kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=nicolas@ndufresne.ca \
    --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.