The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Lachlan Michael <lachlan.michael@sony.com>,
	mchehab@kernel.org, sakari.ailus@linux.intel.com,
	hverkuil+cisco@kernel.org, linux-media@vger.kernel.org,
	devicetree@vger.kernel.org, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, kieran.bingham@ideasonboard.com,
	jai.luthra@ideasonboard.com, Ryuichi.Tadano@sony.com,
	Kengo.Hayasaka@sony.com, Tim.Bird@sony.com,
	Kazumi.A.Sato@sony.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] media: dt-bindings: imx908: Add Sony IMX908 sensor bindings
Date: Mon, 3 Aug 2026 02:03:44 +0300	[thread overview]
Message-ID: <20260802230344.GD1927055@killaraus.ideasonboard.com> (raw)
In-Reply-To: <20260730-elastic-amaranth-urchin-4b8bbf@quoll>

On Thu, Jul 30, 2026 at 11:06:09AM +0200, Krzysztof Kozlowski wrote:
> On Thu, Jul 30, 2026 at 11:15:24AM +0900, Lachlan Michael wrote:
> > The Sony IMX908 is an 8.39 megapixel (3856x2176) CMOS image sensor
> > with a MIPI CSI-2 output interface.
> > 
> > Add device tree bindings for the sensor.
> > 
> > Signed-off-by: Lachlan Michael <lachlan.michael@sony.com>
> 
> You need to test code before you send it, not with our infra.

I have provided guidance to Lachlan on how to test DT bindings (and have
submitted a fix to dt-schema as part of that work) before he submitted
this patch series. Unfortunately, we missed an issue in the
configuration of his development environment which resulted in the DT
bindings check not being run. Mistakes happen, it will work better next
time :-)

> To spare you one sending cycle:
> 
> A nit, subject: drop second/last, redundant "bindings". The
> "dt-bindings" prefix is already stating that these are bindings.
> See also:
> https://elixir.bootlin.com/linux/v7.1-rc7/source/Documentation/devicetree/bindings/submitting-patches.rst#L23
> 
> > ---
> >  .../bindings/media/i2c/sony,imx908.yaml       | 107 ++++++++++++++++++
> >  MAINTAINERS                                   |   7 ++
> >  2 files changed, 114 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx908.yaml
> 
> ...
> 
> > +++ b/MAINTAINERS
> > @@ -25264,6 +25264,13 @@ T:	git git://linuxtv.org/media.git
> >  F:	Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
> >  F:	drivers/media/i2c/imx415.c
> >  
> > +SONY IMX908 SENSOR DRIVER
> > +M:	Lachlan Michael <lachlan.michael@sony.com>
> > +L:	linux-media@vger.kernel.org
> 
> Drop

Why so ?

> > +S:	Maintained
> > +F:	Documentation/devicetree/bindings/media/i2c/sony,imx908.yaml
> > +F:	drivers/media/i2c/imx908.c
> 
> No such file.

Lachlan, that line belongs to patch 2/2.

> > +
> >  SONY MEMORYSTICK SUBSYSTEM
> >  M:	Maxim Levitsky <maximlevitsky@gmail.com>
> >  M:	Alex Dubov <oakad@yahoo.com>

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2026-08-02 23:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-30  2:15 [PATCH 0/2] Add bindings and driver for Sony IMX908 Lachlan Michael
2026-07-30  2:15 ` [PATCH 1/2] media: dt-bindings: imx908: Add Sony IMX908 sensor bindings Lachlan Michael
2026-07-30  3:24   ` Rob Herring (Arm)
2026-07-30  9:06   ` Krzysztof Kozlowski
2026-08-02 23:03     ` Laurent Pinchart [this message]
2026-08-03  6:16       ` Krzysztof Kozlowski
2026-08-03 19:18         ` Laurent Pinchart
2026-08-05  9:15         ` Lachlan.Michael
2026-07-30  2:15 ` [PATCH 2/2] media: i2c: Add Sony IMX908 image sensor driver Lachlan Michael
2026-07-30  9:09   ` Krzysztof Kozlowski
2026-08-05  9:23     ` Lachlan.Michael
2026-08-03  0:53   ` Laurent Pinchart
2026-08-03 17:37     ` Dave Stevenson
2026-08-03 19:12       ` Laurent Pinchart
2026-08-04  1:00       ` Lachlan.Michael
2026-08-05 10:08     ` Lachlan.Michael

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260802230344.GD1927055@killaraus.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=Kazumi.A.Sato@sony.com \
    --cc=Kengo.Hayasaka@sony.com \
    --cc=Ryuichi.Tadano@sony.com \
    --cc=Tim.Bird@sony.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil+cisco@kernel.org \
    --cc=jai.luthra@ideasonboard.com \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=lachlan.michael@sony.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox