Re: [android-kernel] Re: Query about workqueues

2014-07-02 Thread Raj Kumar
workqueues in more details: >> >> e.g. it is given >> >> kworker/u4:0 >> >> kworker/0:0 >> >> >> What does u4:0 represents and similarily 0:0 represents. I was glancing into >> the code when pool->cpu>0, there is u appended. >> >

Re: [android-kernel] Re: Query about workqueues

2014-07-02 Thread Raj Kumar
nts and similarily 0:0 represents. I was glancing into >> the code when pool->cpu>0, there is u appended. >> >> >> Can you please explain u4:0 and 0:0 (what does it represent) in workqueue >> kworker? >> >> >> Regards, >> >> Raj Kumar >>

[android-kernel] Query about workqueues

2014-05-23 Thread Raj Kumar
resent) in workqueue kworker? Regards, Raj Kumar -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development

[android-kernel] Regarding suspend blockers

2010-10-07 Thread Raj Kumar
Hi, I have heard that Android is coming up with new power management features called suspend blockers. Is suspend blockers APIs replacing the wakelocks? In which kernel version these are coming? Thanks Raj -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.googl

Re: [android-kernel] Regarding coding standards for GPL license device drivers code

2010-06-30 Thread Raj Kumar
wrote: > On Wed, Jun 30, 2010 at 8:21 AM, Raj Kumar wrote: >> Ok. thats great. because i was thinking if we have proprietary driver whose >> some parts are under GPL and some parts under proprietary license, > > Wait right there.  You can not have such a thing, that violate

Re: [android-kernel] Regarding coding standards for GPL license device drivers code

2010-06-30 Thread Raj Kumar
as defined in /kernelsource/Documentation/CodeStyle. Regards Raj On Wed, Jun 30, 2010 at 4:55 PM, Greg KH wrote: > On Wed, Jun 30, 2010 at 2:39 AM, Raj Kumar wrote: >> Hi, >> >> I have question regarding coding standards for drivers. I know that >> kernel code

[android-kernel] Regarding coding standards for GPL license device drivers code

2010-06-30 Thread Raj Kumar
Hi, I have question regarding coding standards for drivers. I know that kernel code follows the coding standard defined by Kernelsrc/Documentation/CodingStyle. But if we have to release the code (drivers) under GPL license, Does GPL License forces the coding styles as per Kernelsrc/Documentation/

Re: [android-kernel] Re: Question regarding the power management

2010-06-16 Thread Raj Kumar
e work_queue >>  */ >> earlysuspend.c >> http://android.git.kernel.org/?p=kernel/msm.git;a=blob;f=kernel/power/earlysuspend.c;h=84bed51dcdce79503d718186775e690560d4637b;hb=HEAD >> >> >> /* The early_suspend structure defines suspend and resume hooks to be >&

[android-kernel] Question regarding the power management

2010-06-01 Thread Raj Kumar
Hi all, I have question regarding power management in kernel. What APIs are available in linux kernel for power management are available for device drivers? e.g. Driver is interested in knowing the system power startes. Which APIs the driver should register for which it will get notifications of p

Re: [android-kernel] How to generate "uImage" in stead of "zImage" when build Android kernel

2010-04-02 Thread Raj Kumar
Hi, you need to use make ... uImage uImage will be created in arch/arm/boot directory. cheers Raj On 4/2/10, xlshe wrote: > Hi, > > I have rebuilt the Sapphire-kernel. But the generated image directory > "./arch/arm/boot/" only contain zImage and Image. But the zImage > couldn't boot