Re: irqdesc porting help

2007-02-20 Thread Komal Shah
On 2/20/07, Komal Shah <[EMAIL PROTECTED]> wrote: Maximus, On 2/20/07, Maximus <[EMAIL PROTECTED]> wrote: > Hi, > Sorry for the late response, attached is the code im trying to port > to linux - 2.6.20. > > Have you checked http://source.mvista.com/git linux-oma

Re: irqdesc porting help

2007-02-20 Thread Komal Shah
p core driver there, which is already synced with 2.6.20. -- ---Komal Shah http://komalshah.blogspot.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Ple

Re: omap compilation fixes

2006-12-22 Thread Komal Shah
urce mailing list. Some of the build breakage patches are already posted regarding to latest kernel sync up. http://linux.omap.com/pipermail/linux-omap-open-source -- ---Komal Shah http://komalshah.blogspot.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: bitmap­_find_free_region and bitmap_full arg doubts

2006-12-01 Thread Komal Shah
8MB size bitmap for each segment in layer 1 bitmap. Hope this clarifies the motivation behind it. -- ---Komal Shah http://komalshah.blogspot.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: bitmap­_find_free_region and bitmap_full arg doubts

2006-12-01 Thread Komal Shah
stand it properly, and I will modify my code, so that it will be easy to understand/read :) -- ---Komal Shah http://komalshah.blogspot.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

bitmap­_find_free_region and bitmap_full arg doubts

2006-11-30 Thread Komal Shah
lock (here 128MB) instead of no. of bits, in-order it to make my test module work correctly. -- Link: sq.c http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;h=7bcc73f9b8df535ad8887383aeac71a8b2491ef5;hb=0215ffb08ce99e2bb59eca114a99499a4d06e704;f=arch/sh/kernel/cpu/sh4/sq.c -- --