handling received FISes in SATA driver & libATA !!!

2010-08-09 Thread Murali N
given in the "FIS base" register. I am would like to know which driver hooks (functions) to libATA will handle the received FISes? i appreciate your inputs. -- Regards, Murali N -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux

Re: Maximum file size on JFFS2 file system

2010-07-29 Thread Murali N
> training: mulyaditraining.blogspot.com > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to ecar...@nl.linux.org > Please read the FAQ at http://kernelnewbies.org/FAQ > > -- Regards, Murali N -- To unsubscribe from

"Need information on block layer buffer cache behavior"

2010-07-22 Thread Murali N
to be written on the storage media.? I am new to kernel file system programming, please help me in understanding the above scenario? -- Regards, Murali N -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read

SATA driver implementation

2010-07-07 Thread Murali N
Hi, I am writing SATA driver for on chip SATA controller, here i have few questions: 1. AFAIK, SATA device falls under PCI class device in kernel, so its make use of some of the PCI API utilities to read the PCI header ( where one can get the information about the SATA controller base address )

Re: Which version a patch is added

2010-06-29 Thread Murali N
om/bjorges > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to ecar...@nl.linux.org > Please read the FAQ at http://kernelnewbies.org/FAQ > -- Regards, Murali N -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

kernel compilation help

2009-12-28 Thread Murali N
the existing initrd file which is there in my running PC? -- Regards, Murali N -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Re: Query on UART baud rate calculation

2009-05-27 Thread Murali N
ry much helpful. > > Thanks a lot in advance > Sriram -- Regards, Murali N -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Re: When the driver probe functions will be called!!!

2009-04-20 Thread Murali N
Hi, i have built-in the module into kernel.I am seeing that "smc911x_init" is calling properly.I have placed print messages in "probe" function, but those prints are not coming on the UART. On Tue, Apr 21, 2009 at 8:47 AM, Jeffrey Cao wrote: > On 2009-04-17, Mural

Re: Kernel panic while booting!!! ( Freescale i.MX35 )

2009-04-17 Thread Murali N
iver. i am attaching the sample "hello.c" program which i am using in filesystem. On Wed, Apr 15, 2009 at 7:22 AM, Fabio Estevam wrote: > > > --- On Tue, 4/14/09, Murali N wrote: > >> From: Murali N >> Subject: Re: Kernel panic while booting!!! ( Freescale

Re: When the driver probe functions will be called!!!

2009-04-17 Thread Murali N
Apr 17, 2009 at 5:05 PM, pradeep singh wrote: > On Fri, Apr 17, 2009 at 12:19 PM, Murali N wrote: >> Hi, i have one query.When the driver probe functions will be called? > > when you put some device on a bus. The bus core will trigger all the > probe functions > it has till

When the driver probe functions will be called!!!

2009-04-17 Thread Murali N
ethernet is not initializing? i am seeing driver init function is executing properly. -- Regards, Murali N -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Re: Kernel panic while booting!!! ( Freescale i.MX35 )

2009-04-14 Thread Murali N
bootargs console=ttymxc0,115200 root=/dev/ram init=/sbin/hello initrd=0x8080,16M ip=off; 3) tftpboot 8080 10.232.160.221:mx35/initrd.bin; 4) bootm 80008000 Any suggestions? On Fri, Apr 10, 2009 at 7:13 PM, Fabio Estevam wrote: > > --- On Thu, 4/9/09, Murali N wrote: > > >

Re: Kernel panic while booting!!! ( Freescale i.MX35 )

2009-04-09 Thread Murali N
Hi, can you please know me how to use the busybox to create a initrd file? Do you think the problem i said is because of "initrd" building problem? On Thu, Apr 9, 2009 at 6:13 PM, Belisko Marek wrote: > > Hi, > > On Thu, Apr 9, 2009 at 2:30 PM, Murali N wrote: > >

Kernel panic while booting!!! ( Freescale i.MX35 )

2009-04-09 Thread Murali N
Hi, i am porting the "linux-2.6.28.7" kernel onto latest Freescale i.MX35 board.I am able to reach till initrd loading, after unpacking the initrd file, kernel calling the "run_init_process("/sbin/init/")" function.After this kernel is giving panic.I am unable to proceed further from this point,can

Exception Stack Backtracing...

2009-02-16 Thread Murali N
, Murali N