* [PATCH 04/12] docs: dt: fix references to m_can.txt file
[not found] <cover.1584450500.git.mchehab+huawei@kernel.org>
@ 2020-03-17 13:10 ` Mauro Carvalho Chehab
2020-03-17 13:17 ` Marc Kleine-Budde
2020-03-30 21:05 ` Rob Herring
0 siblings, 2 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-03-17 13:10 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Dan Murphy,
Wolfgang Grandegger, Marc Kleine-Budde, David S. Miller,
Rob Herring, Benjamin Gaignard, linux-can, netdev, devicetree
This file was converted to json and renamed. Update its
references accordingly.
Fixes: 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
Documentation/devicetree/bindings/net/can/tcan4x5x.txt | 2 +-
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/can/tcan4x5x.txt b/Documentation/devicetree/bindings/net/can/tcan4x5x.txt
index 6bdcc3f84bd3..3613c2c8f75d 100644
--- a/Documentation/devicetree/bindings/net/can/tcan4x5x.txt
+++ b/Documentation/devicetree/bindings/net/can/tcan4x5x.txt
@@ -14,7 +14,7 @@ Required properties:
the interrupt.
- interrupts: interrupt specification for data-ready.
-See Documentation/devicetree/bindings/net/can/m_can.txt for additional
+See Documentation/devicetree/bindings/net/can/bosch,m_can.yaml for additional
required property details.
Optional properties:
diff --git a/MAINTAINERS b/MAINTAINERS
index 39da9ac4cc1f..84cb39b5a23b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10327,7 +10327,7 @@ M: Dan Murphy <dmurphy@ti.com>
M: Sriram Dash <sriram.dash@samsung.com>
L: linux-can@vger.kernel.org
S: Maintained
-F: Documentation/devicetree/bindings/net/can/m_can.txt
+F: Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
F: drivers/net/can/m_can/m_can.c
F: drivers/net/can/m_can/m_can.h
F: drivers/net/can/m_can/m_can_platform.c
--
2.24.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 04/12] docs: dt: fix references to m_can.txt file
2020-03-17 13:10 ` [PATCH 04/12] docs: dt: fix references to m_can.txt file Mauro Carvalho Chehab
@ 2020-03-17 13:17 ` Marc Kleine-Budde
2020-03-17 13:29 ` Dan Murphy
2020-03-30 21:05 ` Rob Herring
1 sibling, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2020-03-17 13:17 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Linux Doc Mailing List
Cc: linux-kernel, Jonathan Corbet, Dan Murphy, Wolfgang Grandegger,
David S. Miller, Rob Herring, Benjamin Gaignard, linux-can,
netdev, devicetree
On 3/17/20 2:10 PM, Mauro Carvalho Chehab wrote:
> This file was converted to json and renamed. Update its
> references accordingly.
>
> Fixes: 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
regards,
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung West/Dortmund | Phone: +49-231-2826-924 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 04/12] docs: dt: fix references to m_can.txt file
2020-03-17 13:17 ` Marc Kleine-Budde
@ 2020-03-17 13:29 ` Dan Murphy
2020-03-17 13:54 ` Benjamin GAIGNARD
2020-03-17 14:06 ` Mauro Carvalho Chehab
0 siblings, 2 replies; 6+ messages in thread
From: Dan Murphy @ 2020-03-17 13:29 UTC (permalink / raw)
To: Marc Kleine-Budde, Mauro Carvalho Chehab, Linux Doc Mailing List
Cc: linux-kernel, Jonathan Corbet, Wolfgang Grandegger,
David S. Miller, Rob Herring, Benjamin Gaignard, linux-can,
netdev, devicetree
Hello
On 3/17/20 8:17 AM, Marc Kleine-Budde wrote:
> On 3/17/20 2:10 PM, Mauro Carvalho Chehab wrote:
>> This file was converted to json and renamed. Update its
>> references accordingly.
>>
>> Fixes: 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema")
I am trying to find out where the above commit was applied
I don't see it in can-next or linux-can. I need to update the tcan dt
binding file as it was missed.
And I am not sure why the maintainers of these files were not CC'd on
the conversion of this binding.
Dan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 04/12] docs: dt: fix references to m_can.txt file
2020-03-17 13:29 ` Dan Murphy
@ 2020-03-17 13:54 ` Benjamin GAIGNARD
2020-03-17 14:06 ` Mauro Carvalho Chehab
1 sibling, 0 replies; 6+ messages in thread
From: Benjamin GAIGNARD @ 2020-03-17 13:54 UTC (permalink / raw)
To: Dan Murphy, Marc Kleine-Budde, Mauro Carvalho Chehab,
Linux Doc Mailing List
Cc: linux-kernel@vger.kernel.org, Jonathan Corbet,
Wolfgang Grandegger, David S. Miller, Rob Herring,
linux-can@vger.kernel.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org
On 3/17/20 2:29 PM, Dan Murphy wrote:
> Hello
>
> On 3/17/20 8:17 AM, Marc Kleine-Budde wrote:
>> On 3/17/20 2:10 PM, Mauro Carvalho Chehab wrote:
>>> This file was converted to json and renamed. Update its
>>> references accordingly.
>>>
>>> Fixes: 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to
>>> json-schema")
>
> I am trying to find out where the above commit was applied
>
> I don't see it in can-next or linux-can. I need to update the tcan dt
> binding file as it was missed.
>
> And I am not sure why the maintainers of these files were not CC'd on
> the conversion of this binding.
It was merged in device-tree-next.
I have put in copy the people that get_maintainers provides to me.
Sorry if I forgot someone.
Benjamin
>
> Dan
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 04/12] docs: dt: fix references to m_can.txt file
2020-03-17 13:29 ` Dan Murphy
2020-03-17 13:54 ` Benjamin GAIGNARD
@ 2020-03-17 14:06 ` Mauro Carvalho Chehab
1 sibling, 0 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-03-17 14:06 UTC (permalink / raw)
To: Dan Murphy
Cc: Marc Kleine-Budde, Linux Doc Mailing List, linux-kernel,
Jonathan Corbet, Wolfgang Grandegger, David S. Miller,
Rob Herring, Benjamin Gaignard, linux-can, netdev, devicetree
Em Tue, 17 Mar 2020 08:29:45 -0500
Dan Murphy <dmurphy@ti.com> escreveu:
> Hello
>
> On 3/17/20 8:17 AM, Marc Kleine-Budde wrote:
> > On 3/17/20 2:10 PM, Mauro Carvalho Chehab wrote:
> >> This file was converted to json and renamed. Update its
> >> references accordingly.
> >>
> >> Fixes: 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema")
>
> I am trying to find out where the above commit was applied
>
> I don't see it in can-next or linux-can. I need to update the tcan dt
> binding file as it was missed.
>
> And I am not sure why the maintainers of these files were not CC'd on
> the conversion of this binding.
From Next/merge.log:
Merging devicetree/for-next (d047cd8a2760 scripts/dtc: Update to upstream version v1.6.0-2-g87a656ae5ff9)
$ git merge devicetree/for-next
Removing scripts/dtc/libfdt/Makefile.libfdt
Removing scripts/dtc/Makefile.dtc
...
create mode 100644 Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
delete mode 100644 Documentation/devicetree/bindings/net/can/m_can.txt
It sounds that those came from DT for-next branch.
Thanks,
Mauro
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 04/12] docs: dt: fix references to m_can.txt file
2020-03-17 13:10 ` [PATCH 04/12] docs: dt: fix references to m_can.txt file Mauro Carvalho Chehab
2020-03-17 13:17 ` Marc Kleine-Budde
@ 2020-03-30 21:05 ` Rob Herring
1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-03-30 21:05 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, Mauro Carvalho Chehab, linux-kernel,
Jonathan Corbet, Dan Murphy, Wolfgang Grandegger,
Marc Kleine-Budde, David S. Miller, Benjamin Gaignard, linux-can,
netdev, devicetree
On Tue, 17 Mar 2020 14:10:43 +0100, Mauro Carvalho Chehab wrote:
> This file was converted to json and renamed. Update its
> references accordingly.
>
> Fixes: 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Documentation/devicetree/bindings/net/can/tcan4x5x.txt | 2 +-
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Applied, thanks.
Rob
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-03-30 21:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1584450500.git.mchehab+huawei@kernel.org>
2020-03-17 13:10 ` [PATCH 04/12] docs: dt: fix references to m_can.txt file Mauro Carvalho Chehab
2020-03-17 13:17 ` Marc Kleine-Budde
2020-03-17 13:29 ` Dan Murphy
2020-03-17 13:54 ` Benjamin GAIGNARD
2020-03-17 14:06 ` Mauro Carvalho Chehab
2020-03-30 21:05 ` Rob Herring
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).