linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
@ 2019-10-03 11:22 Amit Kucheria
  2019-10-03 11:51 ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Amit Kucheria @ 2019-10-03 11:22 UTC (permalink / raw)
  To: linux-kernel, Maxime Ripard, Mauro Carvalho Chehab, Chen-Yu Tsai
  Cc: linux-media, devicetree, linux-arm-kernel

This new binding fails dt_binding_check due to a typo. Fix it up.

linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
make[2]: *** Waiting for unfinished jobs....
linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
make[1]: *** [dt_binding_check] Error 2

Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
---
 .../devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
index 27f38eed389e4..5dd1cf490cd9d 100644
--- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
+++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/arm/allwinner,sun4i-a10-csi.yaml#
+$id: http://devicetree.org/schemas/media/allwinner,sun4i-a10-csi.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Allwinner A10 CMOS Sensor Interface (CSI) Device Tree Bindings
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
  2019-10-03 11:22 [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding Amit Kucheria
@ 2019-10-03 11:51 ` Maxime Ripard
  2019-10-05 10:45   ` Amit Kucheria
  0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2019-10-03 11:51 UTC (permalink / raw)
  To: Amit Kucheria
  Cc: linux-kernel, Mauro Carvalho Chehab, Chen-Yu Tsai, linux-media,
	devicetree, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]

Hi,

On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote:
> This new binding fails dt_binding_check due to a typo. Fix it up.
>
> linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
> linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
> make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
> make[2]: *** Waiting for unfinished jobs....
> linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
> make[1]: *** [dt_binding_check] Error 2
>
> Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>

Thanks for your patch.

It has already been submitted though:
https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/

I'm not sure why it hasn't been applied yet though :/

Maxime
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
  2019-10-03 11:51 ` Maxime Ripard
@ 2019-10-05 10:45   ` Amit Kucheria
  2019-10-07 10:05     ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Amit Kucheria @ 2019-10-05 10:45 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: LKML, Mauro Carvalho Chehab, Chen-Yu Tsai, linux-media,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lakml

On Thu, Oct 3, 2019 at 5:22 PM Maxime Ripard <mripard@kernel.org> wrote:
>
> Hi,
>
> On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote:
> > This new binding fails dt_binding_check due to a typo. Fix it up.
> >
> > linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
> > linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
> > make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
> > make[2]: *** Waiting for unfinished jobs....
> > linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
> > make[1]: *** [dt_binding_check] Error 2
> >
> > Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
> > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
>
> Thanks for your patch.
>
> It has already been submitted though:
> https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/
>
> I'm not sure why it hasn't been applied yet though :/

Perhaps a Fixes tag will allow more attention to it?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
  2019-10-05 10:45   ` Amit Kucheria
@ 2019-10-07 10:05     ` Maxime Ripard
  2019-10-07 10:15       ` Amit Kucheria
  0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2019-10-07 10:05 UTC (permalink / raw)
  To: Amit Kucheria
  Cc: LKML, Mauro Carvalho Chehab, Chen-Yu Tsai, linux-media,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lakml

[-- Attachment #1: Type: text/plain, Size: 1501 bytes --]

On Sat, Oct 05, 2019 at 04:15:57PM +0530, Amit Kucheria wrote:
> On Thu, Oct 3, 2019 at 5:22 PM Maxime Ripard <mripard@kernel.org> wrote:
> >
> > Hi,
> >
> > On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote:
> > > This new binding fails dt_binding_check due to a typo. Fix it up.
> > >
> > > linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
> > > linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
> > > make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
> > > make[2]: *** Waiting for unfinished jobs....
> > > linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
> > > make[1]: *** [dt_binding_check] Error 2
> > >
> > > Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
> > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
> >
> > Thanks for your patch.
> >
> > It has already been submitted though:
> > https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/
> >
> > I'm not sure why it hasn't been applied yet though :/
>
> Perhaps a Fixes tag will allow more attention to it?

I've added a fixes tag and merged it through the sunxi tree.

Sorry for the time it took, and thanks for sending that fix!
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
  2019-10-07 10:05     ` Maxime Ripard
@ 2019-10-07 10:15       ` Amit Kucheria
  2019-10-07 10:48         ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Amit Kucheria @ 2019-10-07 10:15 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: LKML, Mauro Carvalho Chehab, Chen-Yu Tsai, linux-media,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lakml

On Mon, Oct 7, 2019 at 3:35 PM Maxime Ripard <mripard@kernel.org> wrote:
>
> On Sat, Oct 05, 2019 at 04:15:57PM +0530, Amit Kucheria wrote:
> > On Thu, Oct 3, 2019 at 5:22 PM Maxime Ripard <mripard@kernel.org> wrote:
> > >
> > > Hi,
> > >
> > > On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote:
> > > > This new binding fails dt_binding_check due to a typo. Fix it up.
> > > >
> > > > linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
> > > > linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
> > > > make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
> > > > make[2]: *** Waiting for unfinished jobs....
> > > > linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
> > > > make[1]: *** [dt_binding_check] Error 2
> > > >
> > > > Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
> > > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
> > >
> > > Thanks for your patch.
> > >
> > > It has already been submitted though:
> > > https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/
> > >
> > > I'm not sure why it hasn't been applied yet though :/
> >
> > Perhaps a Fixes tag will allow more attention to it?
>
> I've added a fixes tag and merged it through the sunxi tree.
>
> Sorry for the time it took, and thanks for sending that fix!

Will it get merged for -rc2?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
  2019-10-07 10:15       ` Amit Kucheria
@ 2019-10-07 10:48         ` Maxime Ripard
  2019-10-22 16:17           ` Rob Herring
  0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2019-10-07 10:48 UTC (permalink / raw)
  To: Amit Kucheria
  Cc: LKML, Mauro Carvalho Chehab, Chen-Yu Tsai, linux-media,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lakml

[-- Attachment #1: Type: text/plain, Size: 1895 bytes --]

On Mon, Oct 07, 2019 at 03:45:29PM +0530, Amit Kucheria wrote:
> On Mon, Oct 7, 2019 at 3:35 PM Maxime Ripard <mripard@kernel.org> wrote:
> >
> > On Sat, Oct 05, 2019 at 04:15:57PM +0530, Amit Kucheria wrote:
> > > On Thu, Oct 3, 2019 at 5:22 PM Maxime Ripard <mripard@kernel.org> wrote:
> > > >
> > > > Hi,
> > > >
> > > > On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote:
> > > > > This new binding fails dt_binding_check due to a typo. Fix it up.
> > > > >
> > > > > linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
> > > > > linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
> > > > > make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
> > > > > make[2]: *** Waiting for unfinished jobs....
> > > > > linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
> > > > > make[1]: *** [dt_binding_check] Error 2
> > > > >
> > > > > Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
> > > > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
> > > >
> > > > Thanks for your patch.
> > > >
> > > > It has already been submitted though:
> > > > https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/
> > > >
> > > > I'm not sure why it hasn't been applied yet though :/
> > >
> > > Perhaps a Fixes tag will allow more attention to it?
> >
> > I've added a fixes tag and merged it through the sunxi tree.
> >
> > Sorry for the time it took, and thanks for sending that fix!
>
> Will it get merged for -rc2?

-rc2 was released yesterday, so we're a bit late for that, but it's
 going to be in next tomorrow.

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
  2019-10-07 10:48         ` Maxime Ripard
@ 2019-10-22 16:17           ` Rob Herring
  2019-10-23  6:51             ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Herring @ 2019-10-22 16:17 UTC (permalink / raw)
  To: Maxime Ripard, Mauro Carvalho Chehab
  Cc: Amit Kucheria, LKML, Chen-Yu Tsai, Linux Media Mailing List,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lakml

On Mon, Oct 7, 2019 at 5:48 AM Maxime Ripard <mripard@kernel.org> wrote:
>
> On Mon, Oct 07, 2019 at 03:45:29PM +0530, Amit Kucheria wrote:
> > On Mon, Oct 7, 2019 at 3:35 PM Maxime Ripard <mripard@kernel.org> wrote:
> > >
> > > On Sat, Oct 05, 2019 at 04:15:57PM +0530, Amit Kucheria wrote:
> > > > On Thu, Oct 3, 2019 at 5:22 PM Maxime Ripard <mripard@kernel.org> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote:
> > > > > > This new binding fails dt_binding_check due to a typo. Fix it up.
> > > > > >
> > > > > > linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
> > > > > > linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
> > > > > > make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
> > > > > > make[2]: *** Waiting for unfinished jobs....
> > > > > > linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
> > > > > > make[1]: *** [dt_binding_check] Error 2
> > > > > >
> > > > > > Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
> > > > > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
> > > > >
> > > > > Thanks for your patch.
> > > > >
> > > > > It has already been submitted though:
> > > > > https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/
> > > > >
> > > > > I'm not sure why it hasn't been applied yet though :/
> > > >
> > > > Perhaps a Fixes tag will allow more attention to it?
> > >
> > > I've added a fixes tag and merged it through the sunxi tree.
> > >
> > > Sorry for the time it took, and thanks for sending that fix!
> >
> > Will it get merged for -rc2?
>
> -rc2 was released yesterday, so we're a bit late for that, but it's
>  going to be in next tomorrow.

Is this going to Linus anytime soon? It is affecting anyone submitting
bindings against current -rc's.

Rob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
  2019-10-22 16:17           ` Rob Herring
@ 2019-10-23  6:51             ` Maxime Ripard
  0 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2019-10-23  6:51 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mauro Carvalho Chehab, Amit Kucheria, LKML, Chen-Yu Tsai,
	Linux Media Mailing List,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lakml

[-- Attachment #1: Type: text/plain, Size: 2343 bytes --]

Hi Rob,

On Tue, Oct 22, 2019 at 11:17:35AM -0500, Rob Herring wrote:
> On Mon, Oct 7, 2019 at 5:48 AM Maxime Ripard <mripard@kernel.org> wrote:
> >
> > On Mon, Oct 07, 2019 at 03:45:29PM +0530, Amit Kucheria wrote:
> > > On Mon, Oct 7, 2019 at 3:35 PM Maxime Ripard <mripard@kernel.org> wrote:
> > > >
> > > > On Sat, Oct 05, 2019 at 04:15:57PM +0530, Amit Kucheria wrote:
> > > > > On Thu, Oct 3, 2019 at 5:22 PM Maxime Ripard <mripard@kernel.org> wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, Oct 03, 2019 at 04:52:24PM +0530, Amit Kucheria wrote:
> > > > > > > This new binding fails dt_binding_check due to a typo. Fix it up.
> > > > > > >
> > > > > > > linux.git/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml: $id: path/filename 'arm/allwinner,sun4i-a10-csi.yaml' doesn't match actual filename
> > > > > > > linux.git/Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts' failed
> > > > > > > make[2]: *** [Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.example.dts] Error 1
> > > > > > > make[2]: *** Waiting for unfinished jobs....
> > > > > > > linux.git/Makefile:1284: recipe for target 'dt_binding_check' failed
> > > > > > > make[1]: *** [dt_binding_check] Error 2
> > > > > > >
> > > > > > > Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
> > > > > > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
> > > > > >
> > > > > > Thanks for your patch.
> > > > > >
> > > > > > It has already been submitted though:
> > > > > > https://lore.kernel.org/linux-arm-kernel/1568808060-17516-1-git-send-email-pragnesh.patel@sifive.com/
> > > > > >
> > > > > > I'm not sure why it hasn't been applied yet though :/
> > > > >
> > > > > Perhaps a Fixes tag will allow more attention to it?
> > > >
> > > > I've added a fixes tag and merged it through the sunxi tree.
> > > >
> > > > Sorry for the time it took, and thanks for sending that fix!
> > >
> > > Will it get merged for -rc2?
> >
> > -rc2 was released yesterday, so we're a bit late for that, but it's
> >  going to be in next tomorrow.
>
> Is this going to Linus anytime soon? It is affecting anyone submitting
> bindings against current -rc's.

Sorry for the delay, I just sent a PR

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-10-23  6:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03 11:22 [PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding Amit Kucheria
2019-10-03 11:51 ` Maxime Ripard
2019-10-05 10:45   ` Amit Kucheria
2019-10-07 10:05     ` Maxime Ripard
2019-10-07 10:15       ` Amit Kucheria
2019-10-07 10:48         ` Maxime Ripard
2019-10-22 16:17           ` Rob Herring
2019-10-23  6:51             ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).