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 5D1E13E95BF; Tue, 31 Mar 2026 08:54:23 +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=1774947263; cv=none; b=ebNTnFOu2DokUhqKH21DHAYUp5TO7JJFlc8kbWpJMJBIZF6v7c4aHIZ6leQzSdh4vxij+E2/gOM/Sn5YcS9YwLe9OZ6T+v76ihx1f6bihr8p7g+sFWBrrLY1tuZSPrrQDFHrviyowOwvVRlhZm0SBkA7EfWpUw8m7r+4tmm2c44= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774947263; c=relaxed/simple; bh=4yxbnpdT4k4UP0bCfHs5KsqRuS2EEBa7W9Zg/dYv15Q=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XCzlzJTRlN3oZoFyjmXfo35N/HpgfgzU0PjsQ5wfDa7EamC8/ncI6CXFl6UJnSIS2qTImuFJfR8zkNK8a9R1xfF818KZahSQNlUEjSDV+cTVoiyx1cXp5Kb50TrkTo7ir1HtqVqH64tovhdgonqMb1Er5Xm8mjkLNzp8ubCAAWc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=o98KCsge; 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="o98KCsge" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35A1DC19423; Tue, 31 Mar 2026 08:54:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774947263; bh=4yxbnpdT4k4UP0bCfHs5KsqRuS2EEBa7W9Zg/dYv15Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=o98KCsgeUv/m4Ead0EPMvl8MU8Xopaoa5r+Em17KxlJO0NHqCAD7pR/1889wwAJte 1CJs15Jeed6lsAparq/1Dt/Pr5TSJ7xEyHmZCYMY1lFK2y1l+e+sJLEo/ikDbEWPra iQ0+bZQtW6BWXUrPV/g0pmrmIxP0No2NOGg1MBdNDXQagwBkt3Mlm1ZuuMft4TogCL YHO66F4wg9emud+SlcNOWm51yPtNHQ+JxqB8NEBWiC4jkjqea+W1781z596k4/sIAI TFn1on9hAdptuHIWS8ah6nU13Gm8Q9qK0ZUVFmfujrHBVfsygi2JTBmjahG19XZHUH jN0HWDOSGFd8g== Message-ID: Date: Tue, 31 Mar 2026 09:54:16 +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 v4 1/3] dt-bindings: media: camss: Add qcom,sm6350-camss To: Luca Weiss , Vladimir Zapolskiy , Robert Foss , Todor Tomov , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bryan O'Donoghue , Bjorn Andersson , Konrad Dybcio Cc: ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski References: <20260216-sm6350-camss-v4-0-b9df35f87edb@fairphone.com> <20260216-sm6350-camss-v4-1-b9df35f87edb@fairphone.com> <0El9gr9FaXp_mP-0L6d1xxoH7NZE0u8uyDEj_cHQXFTBREUY1Tc9rgTHpIKCHUNEHrwDtEKYZXrPDgm7fj29AQ==@protonmail.internalid> From: Bryan O'Donoghue Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 31/03/2026 07:38, Luca Weiss wrote: > Would be nice if the camss maintainers were aligned so that contributors > don't have to deal with mailing list conflicts over these fundamental > things. > > It doesn't really make it fun to contribute if you get conflicting > opinions from two people that you should both value the opinion of > because they're maintainer. Yeah you're right and very much appreciate all the very awesome work you personally do all over Qcom and PostmarketOS, which I don't think you get called out enough for. FWIW if we assume the proposed method of transitioning from legacy to new in Hamoa goes through, even bindings in the old format like this can benefit from new sub-nodes. --- bod