From patchwork Fri Aug 2 14:55:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13751606 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0180A1C693 for ; Fri, 2 Aug 2024 14:55:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722610560; cv=none; b=Zy+ZQL+V4ALubI7Ye+PBceM8HBGUtNsSet0cTNYCYWl6kTsuzusEFuISOUA+B1J+pBP7dXCK8sod/cSOS0odSnC/myn4vIo9zKvGP9/SyxvPOtGg4Nch2oeZhr34DzAr39IcJ5grlL0CTriWK16iKemblu8dXu/e6DxvZhO6iu0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722610560; c=relaxed/simple; bh=zDyWYZMGcS1kSvCDQGD1a46cmobNtYFJK5IqcI5xBQs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=AIOWo/F0ekZKB4kAvnJlQAGF8XUTe+brRZ3j6ZbXohqrY2htD9BObOD8RPVsk8Nn7f4Zl08Z7kA1L/mge4uPZrwMV8iAiDs5bWJ0Vz0FS88IjivUwl60oa0ScBsGrP3nsT4d137E8TGBy/T70XDn1mNcYSUyo/qwKXHnrKOSu64= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=mfFYLjNo; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="mfFYLjNo" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E94F2524; Fri, 2 Aug 2024 16:55:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1722610508; bh=zDyWYZMGcS1kSvCDQGD1a46cmobNtYFJK5IqcI5xBQs=; h=Date:From:To:Cc:Subject:From; b=mfFYLjNoPEfLrkakxo7jI8CrBOm006ipw/trLSEmO0m3ihKvs9vWLEvCmlJEFhwaD EGOuedr5XRf5uhjomJUdQQN5oFfGJZUYYuK68s+vjFF5TizozWP0PGbCad/Y4+L7ta 4tGtGn08icgRyHJHuQnBk+Uz2boBjU6S/B1dqREk= Date: Fri, 2 Aug 2024 17:55:36 +0300 From: Laurent Pinchart To: =?utf-8?b?8J+Qpy1tZWRpYQ==?= Cc: Hans Verkuil , Ricardo Ribalda Subject: [GIT FIXES FOR v6.11] uvcvideo fix Message-ID: <20240802145536.GA31873@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 Hi Hans, Mauro, The following changes since commit 68a72104cbcf38ad16500216e213fa4eb21c4be2: media: raspberrypi: Switch to remove_new (2024-07-12 10:11:43 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/fixes-media-uvc-20230722 for you to fetch changes up to 66558537cb8c7485cf2d43b3880395c81218ec12: media: uvcvideo: Fix custom control mapping probing (2024-07-22 15:22:20 +0300) ---------------------------------------------------------------- uvcvideo v6.11 regression fix ---------------------------------------------------------------- Ricardo Ribalda (1): media: uvcvideo: Fix custom control mapping probing drivers/media/usb/uvc/uvc_ctrl.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)