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 69268284881; Sat, 21 Mar 2026 10:25:08 +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=1774088708; cv=none; b=Z+Xfa2pfM6APw2hR/o+WDBncn0iuXYOpp/O3/9LlzF8TzuB+md0zANqzEWccCjbQ/VxOXStudhlcO0V6YqjZUHD1tX7hWvCsND5/lEPjQk4xR9ngKuSZ/9KlKDoOogzmwrhNtDAaKcIyCzHBHyCorw3eoPTfJ+Uy8XK5qWg5FIc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774088708; c=relaxed/simple; bh=4c2UGREoV8Q2qiw2a01/uWpIY9FsYCc+H0oXm1WqdLc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q1A+oPL0WUpUTqYQDLumnvr3XGa1rLHcyZ+vUsrfam98ZvH1lduTKzBGDny/z6a3SylDRMZgJdZiNVgkY/fmsP/Odo2I3+R3cu23nAqEwvGobIGz+mbzhmVGJ3rfY7K88VW3EuDT9OIiD11isoKbbmRzE7JhzFL1A51WQDkk9/Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kXGp0ft0; 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="kXGp0ft0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F472C19421; Sat, 21 Mar 2026 10:25:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774088708; bh=4c2UGREoV8Q2qiw2a01/uWpIY9FsYCc+H0oXm1WqdLc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kXGp0ft0xG4Tfw7xS3Zlu3s96dUizv8IXf77YcPVrfesRvlfCuOd8cDco1Szhwj7p a8iitQsTj23puL0cPqDSogB8t5HO57D8E/J3KR+Y7Yc2nwCW23pBzrXkzBP1I/2fIJ LAY1IqLibnEoFVdJXSwXu5q4gvh2dMrBeosUHkU8RXhYBb5JdQytDOtEJK5DsU/m+H zkbw7RG1WcPNMrRbmXX3lcQSH2GLoQ6hJRLj9AHQ0fdVYUBKS4rXFSpOCtMo35azN4 XAiwp+FfSJUICCYyukeYHLmhGk5Ue6f1X2toWHkJyHfzOTpQHGPvGEgFErCile8y8j u1l/K6aPf0vgg== Date: Sat, 21 Mar 2026 11:25:05 +0100 From: Krzysztof Kozlowski To: Antoine Bernard Cc: Sakari Ailus , Arec Kao , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liam Girdwood , Mark Brown , "linux-media@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "~postmarketos/upstreaming@lists.sr.ht" <~postmarketos/upstreaming@lists.sr.ht> Subject: Re: [PATCH v2 2/3] media: dt-bindings: Add OmniVision OV13B10 Message-ID: <20260321-screeching-lovely-earwig-c0bd53@quoll> References: <8or0YwK4oKEWSf5sBtuu8Xo6CYaQTVSu3BhkNBR_xv6se8zLgy4VVO3Q5gvuNk4UyQs_omqdqaqHhZBfLJuoaibc7A8foK9ISRweQCkInb8=@proton.me> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8or0YwK4oKEWSf5sBtuu8Xo6CYaQTVSu3BhkNBR_xv6se8zLgy4VVO3Q5gvuNk4UyQs_omqdqaqHhZBfLJuoaibc7A8foK9ISRweQCkInb8=@proton.me> On Sat, Mar 21, 2026 at 04:36:09AM +0000, Antoine Bernard wrote: > Document the device tree bindings for OmniVision OV13B10 image > sensor. > > Signed-off-by: Antoine Bernard > > --- There is no 1/3 and 3/3 in this posting. There is v1 though... Do not attach (thread) your patchsets to some other threads (unrelated or older versions). This buries them deep in the mailbox and might interfere with applying entire sets. See also: https://elixir.bootlin.com/linux/v6.16-rc2/source/Documentation/process/submitting-patches.rst#L830 > v2: > - Rename to "external clock". > - Drop link-frequencies and remote-endpoint. > - Set maintainer as myself. > --- > .../bindings/media/i2c/ovti,ov13b10.yaml | 94 +++++++++++++++++++ Looks exactly as ovti,ov08x40, no? Why another file is needed? Best regards, Krzysztof