* [PATCH v1 0/1] dt-bindings: media: mt9m114: document common video device properties @ 2026-04-06 8:13 Svyatoslav Ryhel 2026-04-06 8:13 ` [PATCH v1 1/1] " Svyatoslav Ryhel 0 siblings, 1 reply; 5+ messages in thread From: Svyatoslav Ryhel @ 2026-04-06 8:13 UTC (permalink / raw) To: Laurent Pinchart, Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Svyatoslav Ryhel Cc: linux-media, devicetree, linux-kernel Document common video interface device properties, such as rotation and orientation. Svyatoslav Ryhel (1): dt-bindings: media: mt9m114: document common video device properties .../devicetree/bindings/media/i2c/onnn,mt9m114.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- 2.51.0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v1 1/1] dt-bindings: media: mt9m114: document common video device properties 2026-04-06 8:13 [PATCH v1 0/1] dt-bindings: media: mt9m114: document common video device properties Svyatoslav Ryhel @ 2026-04-06 8:13 ` Svyatoslav Ryhel 2026-04-15 22:07 ` Rob Herring (Arm) 2026-04-16 21:40 ` Laurent Pinchart 0 siblings, 2 replies; 5+ messages in thread From: Svyatoslav Ryhel @ 2026-04-06 8:13 UTC (permalink / raw) To: Laurent Pinchart, Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Svyatoslav Ryhel Cc: linux-media, devicetree, linux-kernel Document common video interface device properties, such as rotation and orientation. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> --- .../devicetree/bindings/media/i2c/onnn,mt9m114.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml index e896f4db2421..2b39614f5cbf 100644 --- a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml +++ b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml @@ -15,6 +15,9 @@ description: |- an I2C interface and outputs image data over a 8-bit parallel or 1-lane MIPI CSI-2 connection. +allOf: + - $ref: /schemas/media/video-interface-devices.yaml# + properties: compatible: enum: @@ -90,7 +93,7 @@ required: - vaa-supply - port -additionalProperties: false +unevaluatedProperties: false examples: - | -- 2.51.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] dt-bindings: media: mt9m114: document common video device properties 2026-04-06 8:13 ` [PATCH v1 1/1] " Svyatoslav Ryhel @ 2026-04-15 22:07 ` Rob Herring (Arm) 2026-04-16 21:40 ` Laurent Pinchart 1 sibling, 0 replies; 5+ messages in thread From: Rob Herring (Arm) @ 2026-04-15 22:07 UTC (permalink / raw) To: Svyatoslav Ryhel Cc: Laurent Pinchart, Krzysztof Kozlowski, Mauro Carvalho Chehab, devicetree, linux-kernel, Conor Dooley, linux-media On Mon, 06 Apr 2026 11:13:30 +0300, Svyatoslav Ryhel wrote: > Document common video interface device properties, such as rotation and > orientation. > > Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> > --- > .../devicetree/bindings/media/i2c/onnn,mt9m114.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] dt-bindings: media: mt9m114: document common video device properties 2026-04-06 8:13 ` [PATCH v1 1/1] " Svyatoslav Ryhel 2026-04-15 22:07 ` Rob Herring (Arm) @ 2026-04-16 21:40 ` Laurent Pinchart 2026-05-05 5:29 ` Svyatoslav Ryhel 1 sibling, 1 reply; 5+ messages in thread From: Laurent Pinchart @ 2026-04-16 21:40 UTC (permalink / raw) To: Svyatoslav Ryhel Cc: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-media, devicetree, linux-kernel On Mon, Apr 06, 2026 at 11:13:30AM +0300, Svyatoslav Ryhel wrote: > Document common video interface device properties, such as rotation and > orientation. > > Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > .../devicetree/bindings/media/i2c/onnn,mt9m114.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml > index e896f4db2421..2b39614f5cbf 100644 > --- a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml > @@ -15,6 +15,9 @@ description: |- > an I2C interface and outputs image data over a 8-bit parallel or 1-lane MIPI > CSI-2 connection. > > +allOf: > + - $ref: /schemas/media/video-interface-devices.yaml# > + > properties: > compatible: > enum: > @@ -90,7 +93,7 @@ required: > - vaa-supply > - port > > -additionalProperties: false > +unevaluatedProperties: false > > examples: > - | -- Regards, Laurent Pinchart ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] dt-bindings: media: mt9m114: document common video device properties 2026-04-16 21:40 ` Laurent Pinchart @ 2026-05-05 5:29 ` Svyatoslav Ryhel 0 siblings, 0 replies; 5+ messages in thread From: Svyatoslav Ryhel @ 2026-05-05 5:29 UTC (permalink / raw) To: Sakari Ailus, Rob Herring Cc: Laurent Pinchart, Mauro Carvalho Chehab, Krzysztof Kozlowski, Conor Dooley, linux-media, devicetree, linux-kernel пт, 17 квіт. 2026 р. о 00:40 Laurent Pinchart <laurent.pinchart@ideasonboard.com> пише: > > On Mon, Apr 06, 2026 at 11:13:30AM +0300, Svyatoslav Ryhel wrote: > > Document common video interface device properties, such as rotation and > > orientation. > > > > Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> > > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > > --- > > .../devicetree/bindings/media/i2c/onnn,mt9m114.yaml | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml > > index e896f4db2421..2b39614f5cbf 100644 > > --- a/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml > > +++ b/Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml > > @@ -15,6 +15,9 @@ description: |- > > an I2C interface and outputs image data over a 8-bit parallel or 1-lane MIPI > > CSI-2 connection. > > > > +allOf: > > + - $ref: /schemas/media/video-interface-devices.yaml# > > + > > properties: > > compatible: > > enum: > > @@ -90,7 +93,7 @@ required: > > - vaa-supply > > - port > > > > -additionalProperties: false > > +unevaluatedProperties: false > > > > examples: > > - | > > -- > Regards, > > Laurent Pinchart I am looping in Sakari since they are i2c media devices maintainer and this patch touches i2c camera binding (get_maintainer for some reason did not include them). Hello Sakari, Rob! This patch hangs in the LKML for quite a while, and if no one has any objections may it be applied? Best regards, Svyatoslav R. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-05 5:29 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-04-06 8:13 [PATCH v1 0/1] dt-bindings: media: mt9m114: document common video device properties Svyatoslav Ryhel 2026-04-06 8:13 ` [PATCH v1 1/1] " Svyatoslav Ryhel 2026-04-15 22:07 ` Rob Herring (Arm) 2026-04-16 21:40 ` Laurent Pinchart 2026-05-05 5:29 ` Svyatoslav Ryhel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox