Re: Request_irq fails for IRQ2

2011-10-04 Thread Vijay Nikam
and no virtual irq will be allocated. As per your return value it seems the device node is not getting registered, perhaps the entry is missing in DTS file. Try with just ioremap and see if virtual irq is returned properly. Kind Regards, Vijay Nikam On Mon, Oct 3, 2011 at 7:57 PM, smitha.va

Re: HELP:PowerPc-Linux kernel

2011-07-28 Thread Vijay Nikam
Yes /Vijay Nikam On Thu, Jul 28, 2011 at 11:00 AM, MJ embd mj.e...@gmail.com wrote: Have you every worked on device trees before? On 7/28/11, Vijay Nikam vijay.t.ni...@gmail.com wrote: Hello, Start with looking at the configuration of the board done which is similar to yours or based

Re: HELP:PowerPc-Linux kernel

2011-07-27 Thread Vijay Nikam
then you should start the configuration and achieve successful creation of kernel image. Take a step forward and do some hands on. If any problem occurs then post for specific help, as porting itself is a big task and dosent have really straight forward steps. Good Luck Kind Regards, Vijay Nikam On Wed

Re: [gianfar]bandwidth management problem on mpc8313 based board

2011-06-08 Thread Vijay Nikam
limit to less than 100 Mbps? At least 400Mbps should be expected, please correct if I am wrong! Please acknowledge, thanks. Kind Regards, Vijay Nikam On Wed, Jun 8, 2011 at 12:52 AM, Scott Wood scottw...@freescale.com wrote: On Tue, 7 Jun 2011 18:32:37 +0530 Vijay Nikam vijay.t.ni...@gmail.com

[gianfar]bandwidth management problem on mpc8313 based board

2011-06-07 Thread Vijay Nikam
of the 4 ports should support 100Mbps bandwidth simultaneously (as base port is 1Gbps). Then why bandwidth gets reduced when more than one port are communicating simultaneously? Any reason or suggestion I should check for this problem? Kindly Please acknowledge, thanks Kind Regards, Vijay Nikam

Re: JFFS2 warnings

2010-03-05 Thread Vijay Nikam
Hello, I too facing the same problems. I too have mpc8313 based customized board. Would you please let me know, if you know how to resolve these messages. Kindly please acknowledge, thank you Kind Regards, Vijay Nikam On Tue, Mar 2, 2010 at 12:13 AM, Ron Madrid ron_mad...@sbcglobal.netwrote

kernel module compilation error

2009-05-15 Thread Vijay Nikam
or a way to think to resolve this issue ? ? ? Kindly please acknowledge ... thank you. Kind Regards, Vijay Nikam ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Bug:scheduling while atomic

2009-04-07 Thread Vijay Nikam
you ... Kind Regards, Vijay Nikam ## LOG # mpc8313_rdb_setup_arch() arch: exit [0.00] Using MPC8313 RDB machine description [0.00] Linux version 2.6.20 (mess...@localhost.localdomain) (gcc version 4.0.2 20060628

CONFIG_PREEMPT and High Resolution Timers problem

2009-04-04 Thread Vijay Nikam
the scheduling with atomic error (please check the log below, thanks). I tried to debug and find some info but no luck. Could anyone please explain the reason for it and how I can fix it ? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam ### Start

Re: Freescale MPC8313ERDB-RevA and newer BSP/kernel

2009-03-15 Thread Vijay Nikam
... Kind Regards, Vijay Nikam On 3/11/09, Mark Bishop m...@bish.net wrote: Quoting Scott Wood scottw...@freescale.com: On Wed, Mar 11, 2009 at 12:03:00PM -0400, Mark Bishop wrote: Yes I have actually.  I have booted a 2.6.28.6.  Same problem. I've booted many recent kernels on revA

fasync (Async Notification)

2009-03-09 Thread Vijay Nikam
is the reason for this ? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Regarding Level/Edge of Interrupt sense values

2009-02-23 Thread Vijay Nikam
? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam # Start cat /proc/interrupts CPU0 16:162 IPIC Level serial 19: 43 IPIC Level i2c-mpc 20: 1 IPIC Level i2c-mpc 22

Interrupt sense value in device tree

2009-02-23 Thread Vijay Nikam
; reg = 0xc00 0x100; interrupts = 74 0x2; interrupt-parent = ipic; gpio-controller; }; Could anyone please tell what could be the reason ? ? ? Am I missing something ? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay

Interrupt sense value in device tree

2009-02-23 Thread Vijay Nikam
; reg = 0xc00 0x100; interrupts = 74 0x2; interrupt-parent = ipic; gpio-controller; }; Could anyone please tell what could be the reason ? ? ? Am I missing something ? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam

Re: Regarding irq_of_parse_and_map

2009-02-19 Thread Vijay Nikam
and the handler was never called ? ? ? Was it because of gpio device node missing in device tree ? ? ? please let me know ... thanks ... Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam On 2/18/09, Scott Wood scottw...@freescale.com wrote: On Wed, Feb 18, 2009 at 05:31:34PM +0530, Vijay

Re: Regarding irq_of_parse_and_map

2009-02-18 Thread Vijay Nikam
node ? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam On 2/17/09, Scott Wood scottw...@freescale.com wrote: Vijay Nikam wrote: I added the gpio node as follows to mpc8313erdb.dts; g...@c00 { linux,phandle = c00; Don't specify this explicitly

Re: Regarding irq_of_parse_and_map

2009-02-17 Thread Vijay Nikam
; interrupts = 48 8; interrupt-parent = 700; }; }; }; ## END ### Kind Regards, Vijay Nikam On 2/16/09, Scott Wood scottw...@freescale.com wrote: On Mon, Feb 16, 2009 at 05:25:23PM +0530, Vijay Nikam wrote

Regarding irq_of_parse_and_map

2009-02-16 Thread Vijay Nikam
; compatible = fsl,mpc831x-gtm, fsl,mpc83xx-gtm; reg = 500 100; interrupts = 48 8; interrupt-parent = 700; }; }; }; Kind Regards, Vijay Nikam ___ Linuxppc

Not able to see any output if kernel module loaded for the first time

2009-02-13 Thread Vijay Nikam
or power-off and on. Could anyone let me know why this happening ... thanks ... Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: request_irq return errno 38

2009-02-12 Thread Vijay Nikam
irq_of_parse_and_map(struct device_node *dev, int index) ... then how I can pass the required information i.e. dev and index ? ? ? Also how I can read the device tree binary file ? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam On 2/12/09, Brad Boyer f...@allandria.com wrote: On Wed

request_irq return errno 38

2009-02-11 Thread Vijay Nikam
or understable. Could anyone please let me know why this specific errno 38 generated in request_irq ? ? ? and what are the possiblities for resolving this error ? ? ? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam ___ Linuxppc

Re: request_irq return errno 38

2009-02-11 Thread Vijay Nikam
Thanks for your prompt reply ... I am using kernel version 2.6.20 ... May I know what raw IRQ means ? ? ? and what is the reason I cant map raw_irq_number ??? Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam On 2/11/09, Michael Ellerman mich...@ellerman.id.au wrote

Re: request_irq return errno 38

2009-02-11 Thread Vijay Nikam
... :-) Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam On 2/11/09, Michael Ellerman mich...@ellerman.id.au wrote: On Wed, 2009-02-11 at 15:11 +0530, Vijay Nikam wrote: Thanks for your prompt reply ... I am using kernel version 2.6.20 ... OK, that kernel has the irq

Warning: Uable to open an inital console

2008-07-30 Thread Vijay Nikam
seconds.. ## LOG END # Can anyone suggest someway to proceed ... thanks ... Kindly please acknowledge ... thank you ... Kind Regards, Vijay Nikam

Linux not booting on MPC8313ERDB

2008-07-18 Thread Vijay Nikam
and it starts loading it but at mounting file system it gives Magic bit mask error and finally says kernel panic and wait for reboot ... Could any one please provide some information to proceed ... thank you Kind Regards, Vijay Nikam ___ Linuxppc-dev mailing

Linux not booting on MPC8313ERDB

2008-07-18 Thread Vijay Nikam
and it starts loading it but at mounting file system it gives Magic bit mask error and finally says kernel panic and wait for reboot ... Could any one please provide some information to proceed ... thank you Kind Regards, Vijay Nikam ___ Linuxppc-dev mailing