Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-09 Thread Andrew Morton
On Wed, 09 May 2007 02:42:07 +0400 Vitaly Bordug <[EMAIL PROTECTED]> wrote: > + model = (char *)get_property(np, "model", NULL); > + if (model == NULL) > + return -ENODEV; > + > + id = (u32 *) get_property(np, "device-id", NULL); get_propert

Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 08:33:19 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: > > + [EMAIL PROTECTED] { > > + device_type = "network"; > > + compatible = "fsl,irda"; > > is this specific enough? 52xx also has irda and I'm guessing

Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 07:36:48 -0700 "Loeliger Jon-LOELIGER" <[EMAIL PROTECTED]> wrote: > > Adds support of IRDA transceiver residing on PowerQUICC processors and > > enabling such on mpc885ads reference board. The driver is implemented > > using of_device concept, hereby implies arch/powerpc suppor

RE: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Loeliger Jon-LOELIGER
> Adds support of IRDA transceiver residing on PowerQUICC processors and > enabling such on mpc885ads reference board. The driver is implemented > using of_device concept, hereby implies arch/powerpc support > of the target. > > Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> > diff --git a/ar

Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Kumar Gala
On May 7, 2007, at 8:30 PM, Vitaly Bordug wrote: Adds support of IRDA transceiver residing on PowerQUICC processors and enabling such on mpc885ads reference board. The driver is implemented using of_device concept, hereby implies arch/powerpc support of the target. Signed-off-by: Vitaly Bo