From patchwork Fri Dec 8 13:33:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13485416 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="cW+bbEMs" Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51B19115 for ; Fri, 8 Dec 2023 05:33:47 -0800 (PST) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D4424D49 for ; Fri, 8 Dec 2023 14:33:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1702042384; bh=5baprotWlig5IS41mK9rfNFfqpfEQnllJDbA02YrFlE=; h=Date:From:To:Subject:From; b=cW+bbEMsPWUpbuAgQA/2CJz4REiyN4pEMpiBjqa0yfkO7ziKs4De/VMbfI0wHiieE C8B3hjjvyptpRTMmke9tLgv8zrrjKNHB5T9vHZt/92/2TR8YHL6mDoe8x7K0fzkRI5 c2EUza0uFY5cYXYnzU4qf9MMXzXSltjhu9UWuehU= Date: Fri, 8 Dec 2023 15:33:52 +0200 From: Laurent Pinchart To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v6.8] uvcvideo changes Message-ID: <20231208133352.GA12450@pendragon.ideasonboard.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hello, The following changes since commit e55a9482888da73eeadde5f13ef8bafce68a38ed: media: ov9640: Don't set format in sub-device state (2023-12-08 10:04:12 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-uvc-next-20231208 for you to fetch changes up to 3fae266fa64f31a846e09af2be8e02bc413392fd: media: uvcvideo: Fix power line control for SunplusIT camera (2023-12-08 13:22:29 +0200) ---------------------------------------------------------------- Miscellaneous fixes for the uvcvideo driver ---------------------------------------------------------------- Laurent Pinchart (1): media: uvcvideo: Pick first best alternate setting insteed of last Ricardo Ribalda (2): media: uvcvideo: Fix power line control for a Chicony camera media: uvcvideo: Fix power line control for SunplusIT camera drivers/media/usb/uvc/uvc_driver.c | 18 ++++++++++++++++++ drivers/media/usb/uvc/uvc_video.c | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-)