* is this the right list for moderately simple questions about kernel DT processing? @ 2016-05-23 18:30 Robert P. J. Day 2016-05-24 20:06 ` Frank Rowand 0 siblings, 1 reply; 5+ messages in thread From: Robert P. J. Day @ 2016-05-23 18:30 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA i'm currently perusing the kernel code under drivers/of to see the details of how the kernel parses a FDT, and if i have questions, is this the right place to ask them? chances are, they won't be awesomely deep, but if there's a better place, let me know. 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] 5+ messages in thread
* Re: is this the right list for moderately simple questions about kernel DT processing? 2016-05-23 18:30 is this the right list for moderately simple questions about kernel DT processing? Robert P. J. Day @ 2016-05-24 20:06 ` Frank Rowand [not found] ` <5744B463.2080109-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Frank Rowand @ 2016-05-24 20:06 UTC (permalink / raw) To: Robert P. J. Day; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA On 5/23/2016 11:30 AM, Robert P. J. Day wrote: > > i'm currently perusing the kernel code under drivers/of to see the > details of how the kernel parses a FDT, and if i have questions, is > this the right place to ask them? chances are, they won't be > awesomely deep, but if there's a better place, let me know. > > rday Yes, this is the right place. You might also want to look at http://elinux.org/Device_Tree -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] 5+ messages in thread
[parent not found: <5744B463.2080109-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: is this the right list for moderately simple questions about kernel DT processing? [not found] ` <5744B463.2080109-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2016-05-24 20:13 ` Robert P. J. Day 2016-05-24 20:44 ` Frank Rowand 0 siblings, 1 reply; 5+ messages in thread From: Robert P. J. Day @ 2016-05-24 20:13 UTC (permalink / raw) To: Frank Rowand; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA On Tue, 24 May 2016, Frank Rowand wrote: > On 5/23/2016 11:30 AM, Robert P. J. Day wrote: > > > > i'm currently perusing the kernel code under drivers/of to see the > > details of how the kernel parses a FDT, and if i have questions, is > > this the right place to ask them? chances are, they won't be > > awesomely deep, but if there's a better place, let me know. > > > > rday > > Yes, this is the right place. > > You might also want to look at http://elinux.org/Device_Tree oh, i've been through that doc, it's incomplete in places which is where i start digging into the code and asking dumb questions. 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] 5+ messages in thread
* Re: is this the right list for moderately simple questions about kernel DT processing? 2016-05-24 20:13 ` Robert P. J. Day @ 2016-05-24 20:44 ` Frank Rowand [not found] ` <5744BD36.3050408-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Frank Rowand @ 2016-05-24 20:44 UTC (permalink / raw) To: Robert P. J. Day; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA On 5/24/2016 1:13 PM, Robert P. J. Day wrote: > On Tue, 24 May 2016, Frank Rowand wrote: > >> On 5/23/2016 11:30 AM, Robert P. J. Day wrote: >>> >>> i'm currently perusing the kernel code under drivers/of to see the >>> details of how the kernel parses a FDT, and if i have questions, is >>> this the right place to ask them? chances are, they won't be >>> awesomely deep, but if there's a better place, let me know. >>> >>> rday >> >> Yes, this is the right place. >> >> You might also want to look at http://elinux.org/Device_Tree > > oh, i've been through that doc, it's incomplete in places which is > where i start digging into the code and asking dumb questions. Indeed it is! It is slowly being improved and expanded as a result of my frustration with poor and/or lacking documenation. Any high level suggestions to me about how and where to improve it are very welcome. -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] 5+ messages in thread
[parent not found: <5744BD36.3050408-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: is this the right list for moderately simple questions about kernel DT processing? [not found] ` <5744BD36.3050408-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2016-05-25 10:52 ` Robert P. J. Day 0 siblings, 0 replies; 5+ messages in thread From: Robert P. J. Day @ 2016-05-25 10:52 UTC (permalink / raw) To: Frank Rowand; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA On Tue, 24 May 2016, Frank Rowand wrote: ... snip ... > Indeed it is! It is slowly being improved and expanded as a result > of my frustration with poor and/or lacking documenation. Any high > level suggestions to me about how and where to improve it are very > welcome. i'm already working on some intro-level DT docs for some of my courses because i'm not entirely happy with any of the stuff that's out there. when i'm done, it will all be online. my biggest obsession is to show examples. lots and lots of examples, straight out of the .dts and .dtsi files. i find students really don't need long winded theoretical explanations if two or three actual examples explain what they need to know. anyway, back to work ... 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] 5+ messages in thread
end of thread, other threads:[~2016-05-25 10:52 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-05-23 18:30 is this the right list for moderately simple questions about kernel DT processing? Robert P. J. Day 2016-05-24 20:06 ` Frank Rowand [not found] ` <5744B463.2080109-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2016-05-24 20:13 ` Robert P. J. Day 2016-05-24 20:44 ` Frank Rowand [not found] ` <5744BD36.3050408-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2016-05-25 10:52 ` Robert P. J. Day
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).