Re: [Celinux-dev] embedded Linux community - some ideas...

2012-10-01 Thread Bill Traynor
On Fri, Sep 28, 2012 at 12:59 PM, Tim Bird wrote: > On 09/28/2012 09:29 AM, Robert Schwebel wrote: >> Hi Tim, >> >> On Fri, Sep 28, 2012 at 09:12:35AM -0700, Tim Bird wrote: >>> For example, elinux.org has some great areas dedicated to BeagleBoard >>> and Raspberry Pi, and the section on boot time

Re: [Celinux-dev] LDT - Linux Driver Template

2012-10-01 Thread Constantine Shulyupin
You got the main idea. It is supposed to be best practices example. I am not sure that it is need to be mainlined , because: 1. Its is more difficult to maintain it in the mainline. 2. The driver works with demo application and test script, which can't be efficiently mainlined. I haven’t tried to

Re: [Celinux-dev] LDT - Linux Driver Template

2012-10-01 Thread Tim Bird
On 10/1/2012 4:43 AM, Constantine Shulyupin wrote: Hi, I develop LDT - Linux Driver Template. It can used as starting pint of development custom device driver and for learning development of Linux device drivers. Documentation: https://github.com/makelinux/ldt/blob/master/README.md The driver u

Re: [Celinux-dev] embedded Linux community - some ideas...

2012-10-01 Thread Ruud Derwig
Hello Jean-Christophe, Thanks for your feedback on the ELC-E, I'd like to react on that part of your mail below. We do our best to make the conference interesting for a broad embedded Linux audience and have a mix of both entry-level/tutorial type of talks and more in depths talks. Sorry to he

[Celinux-dev] LDT - Linux Driver Template

2012-10-01 Thread Constantine Shulyupin
Hi, I develop LDT - Linux Driver Template. It can used as starting pint of development custom device driver and for learning development of Linux device drivers. Documentation: https://github.com/makelinux/ldt/blob/master/README.md The driver uses following Linux facilities: module, platform driv