From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 7CD97351C09; Tue, 7 Apr 2026 07:43:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775547792; cv=none; b=XzNYDiiSAP4N9uou9GBJioAj/XV2q63pmFaNDhHFB016ty4LEnXjUkmHY1T1yv7Drmz7sW+Mfioo0mq813SRBGSHF7QscKlJfDYC86Bm0XE1PHYrgKKavjismuz/5V1Y898e2wDIBX18BwcVRCd2rg1wajTEonTkxo1tUtdjZJU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775547792; c=relaxed/simple; bh=Hk6+VHFenX04clpQAO+mTciYjlspmdalljFSCi4R2lE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=kM2Xk7oJUVdRiQqyhirVUttj9FDFlKlWeGRO5sNaMElKgIDoHMy1FSd7urvAJfiJJF2+WiU7vBXOuEKsLp622XYdx7/BIf4U00EgOE+lBlvSHHRm5xLJpFfBznZEQWPAFXpLMRqg2tvPtmabrmkIFiT75tVDZI9iBRBFzC362jQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f5tZTZ8t; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="f5tZTZ8t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02663C116C6; Tue, 7 Apr 2026 07:43:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775547792; bh=Hk6+VHFenX04clpQAO+mTciYjlspmdalljFSCi4R2lE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=f5tZTZ8tmknz0ODMnhyBJIAjT0cZAcq9BICzsrVSBsL+tkfWRTImTtDeshkvsQ37E LKba8p0j+msRg1S/CMCwqwb+clJsIgryFfso+qaNbmqeAP6t9baEp/C8yd+lMxSlzq Qg925cf6HQMoy/LsJZxtLW3A0hypkTxwo+6HHlMc2eiHL5XmIH4w9gUtSo9zMSlGBq pScNtGMiFxhnQobv86n3+kmDxo5tR074BabLxcm2vR3j0t+5FwlJQYH5C17ny9XBPy a36tq4avsZPztcMe0OLTQkgbiikTHHle8HHMCTZ3In5en593ajbgCbPqTuilXEPRZu VypIcPaDq5h3Q== Message-ID: <300fdb0c-3b1c-443c-83b6-9d1d352127bf@kernel.org> Date: Tue, 7 Apr 2026 08:43:07 +0100 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/5] media: qcom: camss: Fix RDI streaming for CSID 680 To: Vladimir Zapolskiy , Robert Foss , Todor Tomov , Bryan O'Donoghue , Mauro Carvalho Chehab , Hans Verkuil , Loic Poulain , Hans Verkuil , Gjorgji Rosikopulos , Milen Mitkov , Depeng Shao , Yongsheng Li Cc: linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org References: <20260406-camss-rdi-fix-v1-0-d3f8b12473d0@kernel.org> <20260406-camss-rdi-fix-v1-1-d3f8b12473d0@kernel.org> <7b349fdc-7a78-4c17-a8ae-2729bc704186@linaro.org> Content-Language: en-US From: Bryan O'Donoghue In-Reply-To: <7b349fdc-7a78-4c17-a8ae-2729bc704186@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 06/04/2026 23:41, Vladimir Zapolskiy wrote: >> /* Loop through all enabled VCs and configure stream for each */ > The comment should get an update as well, this is applicable and should be done > for the changes in camss-csid-680.c, camss-csid-gen2.c and camss-csid-gen3.c. I struggled with the comment myself, it didn't feel strictly necessary for a backport but, I take your point, when you read the code the fix and the comment should match. --- bod