* Straight up new person
@ 2016-05-23 22:40 Adam J Allison
[not found] ` <CANF=RFTPy+V2qzFiihEYNxRhn52uoL=RXZBAcGXcRi72DniLbw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Adam J Allison @ 2016-05-23 22:40 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA
I'm a noob to this, and I've just got a simple typo.
I don't want to bother you, but I can't find out who to email to get it fixed.
I've read the documentation a few times, but still couldn't figure it out.
tl dr
am33xx.dtsi: line 190 emda3_mperr should probably be edma3_mperr
Thank you for your understanding,
Adam
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Straight up new person
[not found] ` <CANF=RFTPy+V2qzFiihEYNxRhn52uoL=RXZBAcGXcRi72DniLbw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-05-24 20:15 ` Frank Rowand
[not found] ` <5744B67E.6040209-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Frank Rowand @ 2016-05-24 20:15 UTC (permalink / raw)
To: Adam J Allison; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA
On 5/23/2016 3:40 PM, Adam J Allison wrote:
> I'm a noob to this, and I've just got a simple typo.
> I don't want to bother you, but I can't find out who to email to get it fixed.
> I've read the documentation a few times, but still couldn't figure it out.
>
>
> tl dr
> am33xx.dtsi: line 190 emda3_mperr should probably be edma3_mperr
>
>
> Thank you for your understanding,
> Adam
The documentation can be a little hard to navigate.
Does this file help?
Documentation/devicetree/bindings/submitting-patches.txt
If not, let me know and I'll try to make the documentation
better.
-Frank
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Straight up new person
[not found] ` <5744B67E.6040209-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2016-05-24 20:40 ` Robert P. J. Day
2016-05-24 21:08 ` Adam J Allison
0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2016-05-24 20:40 UTC (permalink / raw)
To: Frank Rowand; +Cc: Adam J Allison, devicetree-u79uwXL29TY76Z2rM5mHXA
On Tue, 24 May 2016, Frank Rowand wrote:
> On 5/23/2016 3:40 PM, Adam J Allison wrote:
> > I'm a noob to this, and I've just got a simple typo.
> > I don't want to bother you, but I can't find out who to email to get it fixed.
> > I've read the documentation a few times, but still couldn't figure it out.
> >
> >
> > tl dr
> > am33xx.dtsi: line 190 emda3_mperr should probably be edma3_mperr
> >
> >
> > Thank you for your understanding,
> > Adam
>
> The documentation can be a little hard to navigate.
>
> Does this file help?
>
> Documentation/devicetree/bindings/submitting-patches.txt
>
> If not, let me know and I'll try to make the documentation
> better.
also, when you spot a typo like that, ***immediately*** assume there
are more of them:
$ grep emda *
am33xx.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
am4372.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
dm814x.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
dra7.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
$
because there always are.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Straight up new person
2016-05-24 20:40 ` Robert P. J. Day
@ 2016-05-24 21:08 ` Adam J Allison
0 siblings, 0 replies; 4+ messages in thread
From: Adam J Allison @ 2016-05-24 21:08 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Frank Rowand, devicetree-u79uwXL29TY76Z2rM5mHXA
Robert,
I'll _safely_ assume you'll do the patching...
Frank,
thank you for pointing me in the right direction.
Have a good day,
-Adam
On Tue, May 24, 2016 at 3:40 PM, Robert P. J. Day <rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org> wrote:
> On Tue, 24 May 2016, Frank Rowand wrote:
>
>> On 5/23/2016 3:40 PM, Adam J Allison wrote:
>> > I'm a noob to this, and I've just got a simple typo.
>> > I don't want to bother you, but I can't find out who to email to get it fixed.
>> > I've read the documentation a few times, but still couldn't figure it out.
>> >
>> >
>> > tl dr
>> > am33xx.dtsi: line 190 emda3_mperr should probably be edma3_mperr
>> >
>> >
>> > Thank you for your understanding,
>> > Adam
>>
>> The documentation can be a little hard to navigate.
>>
>> Does this file help?
>>
>> Documentation/devicetree/bindings/submitting-patches.txt
>>
>> If not, let me know and I'll try to make the documentation
>> better.
>
> also, when you spot a typo like that, ***immediately*** assume there
> are more of them:
>
> $ grep emda *
> am33xx.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
> am4372.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
> dm814x.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
> dra7.dtsi: interrupt-names = "edma3_ccint", "emda3_mperr",
> $
>
> because there always are.
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day Ottawa, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-24 21:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23 22:40 Straight up new person Adam J Allison
[not found] ` <CANF=RFTPy+V2qzFiihEYNxRhn52uoL=RXZBAcGXcRi72DniLbw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-24 20:15 ` Frank Rowand
[not found] ` <5744B67E.6040209-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-05-24 20:40 ` Robert P. J. Day
2016-05-24 21:08 ` Adam J Allison
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).