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 DC17A3148CF; Sat, 25 Apr 2026 09:43:29 +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=1777110209; cv=none; b=dS5SjEUmxOn8kkFpYZRBQ0LnvFmeNIPGto2+ixofpeo8PVHCgf2WcUQ2MRphsClkV92yDgL6Pl3cgPIZ7oYt/MWz9opb0zNXWWfXWYmh3X5kH15qnwVNpkzhegmIoaO38vvFMO2oHxh1FfROKMuK6fKlGKrcYtcrZqq9RyyNBUU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777110209; c=relaxed/simple; bh=pbYkUgEPSKLSBxJCAQasaIIIPDC/CM0syFqX/x3vfKQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Qzm3BtxENjdZi4QCvo2uFVoBxj83n7GoK/lbKAVMGMBVzarHXiUguCA9Alp5QTmizpRTPRSeJKa2ARkA8+Ja8gmao0Jb3OlBMT3OTrSnRWwdLi3fPM+jUexBvE4+1nI+RMxfqvQ4L//COFP8B46lhvrZvlFMPT/VdfE3tkwhG9U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=phvxTtvj; 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="phvxTtvj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD299C2BCB0; Sat, 25 Apr 2026 09:43:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777110209; bh=pbYkUgEPSKLSBxJCAQasaIIIPDC/CM0syFqX/x3vfKQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=phvxTtvj1tAarM6UaL8X68iv2IkYyOSRYLiSx8JZv8GU+HxaC1jX8KGbv5rm9sMeb L2zDuuNMITwIMih5C+l+mDsbLtEH2yYw0HAJvxNm+9bHQ5ZxmF5du5nhbS4Amar7pn mTKZQ/zYausX+N+luFJphfxw1IbFizpT6AcjOpQLjvvaqDTOLVPVKuSva1vcyI5x8e HzHYWmfQYbI2D9Uv7lCLVdA5qUW/JjNJdp4GImQaWwgLBMTGy15O716lzAMwV6cJLK G2nc9s1YOJpKv8NExAyzRHQnWR2DMFN9k9dLi5tpEvDN1rRq2yC6QKQzWSXnj7A6bL FHXCgelBiu6+A== Date: Sat, 25 Apr 2026 11:43:26 +0200 From: Krzysztof Kozlowski To: Elgin Perumbilly Cc: sakari.ailus@linux.intel.com, laurent.pinchart@ideasonboard.com, Tarang Raval , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Hans Verkuil , Hans de Goede , Vladimir Zapolskiy , Mehdi Djait , Sylvain Petinot , Benjamin Mugnier , Svyatoslav Ryhel , Hardevsinh Palaniya , Himanshu Bhavani , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/3] dt-bindings: media: i2c: Add os02g10 sensor Message-ID: <20260425-spirited-neon-alpaca-bf827e@quoll> References: <20260424092554.26130-1-elgin.perumbilly@siliconsignals.io> <20260424092554.26130-2-elgin.perumbilly@siliconsignals.io> 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: <20260424092554.26130-2-elgin.perumbilly@siliconsignals.io> On Fri, Apr 24, 2026 at 02:55:45PM +0530, Elgin Perumbilly wrote: > Add bindings for Omnivision OS02G10 sensor. > > Signed-off-by: Elgin Perumbilly > --- > .../bindings/media/i2c/ovti,os02g10.yaml | 91 +++++++++++++++++++ > MAINTAINERS | 7 ++ > 2 files changed, 98 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,os02g10.yaml Reviewed-by: Krzysztof Kozlowski
This is an automated instruction, just in case, because many review tags are being ignored. If you know the process, just skip it entirely (please do not feel offended by me posting it here - no bad intentions intended, no patronizing, I just want to avoid wasted efforts). If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions of patchset, under or above your Signed-off-by tag, unless patch changed significantly (e.g. new properties added to the DT bindings). Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here ('b4 trailers -u ...'). However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.15/source/Documentation/process/submitting-patches.rst#L591
Best regards, Krzysztof