RE: Request Chinese mail list and FrontPage

2016-09-06 Thread Schrey, Moritz
> On Tue, Sep 6, 2016 at 1:54 AM, Andrey Utkin > wrote: > > My vision is that if some nice people of Chinese origination AND > > qualified as experienced kernel developers would have time and habit > > to reply newbie questions on kernelnewbies mailing list, they would > > often reply also to ques

Re: Newbie help

2015-08-03 Thread Schrey, Moritz
If your goals tend towards * creating something new or * having a clearer look onto the interfaces between modules/layers get a copy of "Linux Device Drivers" (abbreviated LDD3 here), which is available online. The example code from that book is definitey outdated and will not compile as is si

spi_async not working, spi_sync working fine

2015-06-19 Thread Schrey, Moritz
Dear All, I'm having trouble understanding the difference between spi_sync and spi_async: Theoretically, spi_sync waits for completion while spi_async provides completion callbacks. However, on my platform spi_async does not do anything! I have the following code that is supposed to write a si