From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
Hans Verkuil <hans@jjverkuil.nl>
Cc: linux-media@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>,
Ricardo Ribalda <ribalda@chromium.org>
Subject: [GIT PULL FOR v6.16] uvcvideo improvements
Date: Fri, 9 May 2025 14:46:15 +0200 [thread overview]
Message-ID: <20250509124615.GA12452@pendragon.ideasonboard.com> (raw)
Hi Mauro, Hans,
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/pinchartl.git tags/next-media-uvc-20250509
for you to fetch changes up to 9882222fa76450e545aeb625522ced7a78ff79a0:
media: uvcvideo: Use dev_err_probe for devm_gpiod_get_optional (2025-04-07 15:31:55 +0200)
----------------------------------------------------------------
uvcvideo improvements:
- Granular power saving
- Controls cache sync fix
- GPIO deferred probe error fix
----------------------------------------------------------------
Ricardo Ribalda (10):
media: uvcvideo: Keep streaming state in the file handle
media: uvcvideo: Create uvc_pm_(get|put) functions
media: uvcvideo: Increase/decrease the PM counter per IOCTL
media: uvcvideo: Make power management granular
media: uvcvideo: Do not turn on the camera for some ioctls
media: uvcvideo: Return the number of processed controls
media: uvcvideo: Send control events for partial succeeds
media: uvcvideo: Rollback non processed entities on error
media: uvcvideo: Fix deferred probing error
media: uvcvideo: Use dev_err_probe for devm_gpiod_get_optional
drivers/media/usb/uvc/uvc_ctrl.c | 91 +++++++++++++++++++++--------
drivers/media/usb/uvc/uvc_driver.c | 38 ++++++++----
drivers/media/usb/uvc/uvc_v4l2.c | 117 +++++++++++++++++++++++++++++--------
drivers/media/usb/uvc/uvcvideo.h | 5 ++
4 files changed, 190 insertions(+), 61 deletions(-)
--
Regards,
Laurent Pinchart
next reply other threads:[~2025-05-09 12:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 12:46 Laurent Pinchart [this message]
2025-05-27 7:08 ` [GIT PULL FOR v6.16] uvcvideo improvements Mauro Carvalho Chehab
2025-05-27 8:31 ` Laurent Pinchart
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=20250509124615.GA12452@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=hans@jjverkuil.nl \
--cc=hdegoede@redhat.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=ribalda@chromium.org \
/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.