Re: linux camera drivers

2012-03-05 Thread Prabhakar Lad
Mayank, On Sat, Mar 3, 2012 at 9:51 AM, Mayank Agarwal mayank77fromin...@gmail.comwrote: On Fri, Mar 2, 2012 at 10:08 AM, Mayank Agarwal mayank77fromin...@gmail.com wrote: 1.I think the device supports i2c or spi protocol.I want to know how the i2c or spi is taking data from image

slacks usage,..

2012-03-05 Thread trisha yad
Hi All, I am going through below topic http://patches.linaro.org/6833/. I could not got the meaning of slacks. Why I need this .. Is there some real example of need of slacks. Thanks ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: slacks usage,..

2012-03-05 Thread Daniel Baluta
On Mon, Mar 5, 2012 at 11:00 AM, trisha yad trisha1ma...@gmail.com wrote: Hi All, I am going through below topic http://patches.linaro.org/6833/. I could not got the meaning of slacks. Why I need this .. Is there some real example of need of slacks. Have you tried searching for it? :D [1].

Re: slacks usage,..

2012-03-05 Thread naveen yadav
Thanks Daniel, I got it ^^. On Mon, Mar 5, 2012 at 2:52 PM, Daniel Baluta daniel.bal...@gmail.com wrote: On Mon, Mar 5, 2012 at 11:00 AM, trisha yad trisha1ma...@gmail.com wrote: Hi All, I am going through below topic http://patches.linaro.org/6833/. I could not got the meaning of slacks.

Re: slacks usage,..

2012-03-05 Thread trisha yad
Thanks a lot. On Mon, Mar 5, 2012 at 4:11 PM, naveen yadav yad.nav...@gmail.com wrote: Thanks Daniel, I got it ^^. On Mon, Mar 5, 2012 at 2:52 PM, Daniel Baluta daniel.bal...@gmail.com wrote: On Mon, Mar 5, 2012 at 11:00 AM, trisha yad trisha1ma...@gmail.com wrote: Hi All, I am going

Re: kernel boot procedure

2012-03-05 Thread beyond.hack
@Vladimir Murzin--thnx. for the link..really interesting it is.. @Santosh sir, Quoting from: http://www.ibm.com/developerworks/linux/library/l-initrd/index.html *The initial RAM disk (initrd) is an initial root file system that is mounted prior to when the real root file system is available.

Re: kernel boot procedure

2012-03-05 Thread Vladimir Murzin
Hi On Mon, Mar 5, 2012 at 3:58 PM, beyond.hack beyond.h...@gmail.com wrote: @Vladimir Murzin--thnx. for the link..really interesting it is.. @Santosh sir, Quoting from: http://www.ibm.com/developerworks/linux/library/l-initrd/index.html The initial RAM disk (initrd) is an initial root

Re: Need help: Generating patch using git

2012-03-05 Thread Amit Mehta
You can remote track linux-next from your existing repo. (this is how I do it.) cd into your linux-2.6/ and do this; $ git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git $ git fetch linux-next $ git fetch --tags linux-next You will then be all

Re: Linux cdc-acm-driver

2012-03-05 Thread Greg KH
On Mon, Mar 05, 2012 at 03:24:17PM +0400, tamerlan311 wrote: This kernel module was completely stable. But i think that i should do some clean up code before upstream it. There's no need to do that now, you can always send follow-on patches doing that. Was planned for future developments: