Re: [PATCH 4/4] [powerpc] Add flexcan device support for p1010rdb.

2011-08-09 Thread Wolfgang Grandegger
Hi Robin, On 08/09/2011 02:28 PM, Robin Holt wrote: I added a simple clock source for the p1010rdb so the flexcan driver could determine a clock frequency. The p1010 can device only has an oscillator of system bus frequency divided by 2. Signed-off-by: Robin Holt h...@sgi.com To: Marc

Re: [PATCH 4/4] [powerpc] Add flexcan device support for p1010rdb.

2011-08-09 Thread Robin Holt
On Tue, Aug 09, 2011 at 02:45:58PM +, U Bhaskar-B22300 wrote: Hi Robin, Where are you doing the irq handling ie request_irq() for the powerpc based P1010. Or the existing code of ARM based FlexCAN will work for P1010 ?? It appears that the of_device stuff got moved under the

RE: [PATCH 4/4] [powerpc] Add flexcan device support for p1010rdb.

2011-08-09 Thread U Bhaskar-B22300
Hi Robin, Where are you doing the irq handling ie request_irq() for the powerpc based P1010. Or the existing code of ARM based FlexCAN will work for P1010 ?? --Bhaskar -Original Message- From: Robin Holt [mailto:h...@sgi.com] Sent: Tuesday, August 09, 2011 5:58 PM To:

Re: [PATCH 4/4] [powerpc] Add flexcan device support for p1010rdb.

2011-08-09 Thread Wolfgang Grandegger
On 08/09/2011 04:55 PM, Robin Holt wrote: On Tue, Aug 09, 2011 at 02:45:58PM +, U Bhaskar-B22300 wrote: Hi Robin, Where are you doing the irq handling ie request_irq() for the powerpc based P1010. Or the existing code of ARM based FlexCAN will work for P1010 ?? It appears

Re: [PATCH 4/4] [powerpc] Add flexcan device support for p1010rdb.

2011-08-09 Thread Marc Kleine-Budde
On 08/09/2011 04:55 PM, Robin Holt wrote: On Tue, Aug 09, 2011 at 02:45:58PM +, U Bhaskar-B22300 wrote: Hi Robin, Where are you doing the irq handling ie request_irq() for the powerpc based P1010. Or the existing code of ARM based FlexCAN will work for P1010 ?? It appears