Re: [PATCH v2] [POWERPC] Update MPC8610 HPCD to support audio drivers

2008-01-10 Thread Grant Likely
On 1/7/08, Timur Tabi <[EMAIL PROTECTED]> wrote: > Update the MPC8610 HPCD files to support the audio driver. Update > booting-without-of.txt with information on the SSI device. > > Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> > --- > > Updated based on comments from mailing lists. Split the pat

Re: [PATCH v2] [POWERPC] Update MPC8610 HPCD to support audio drivers

2008-01-08 Thread Liam Girdwood
On Tue, 2008-01-08 at 11:56 +1100, Stephen Rothwell wrote: > Hi Timur, > > On Mon, 7 Jan 2008 12:56:43 -0600 Timur Tabi <[EMAIL PROTECTED]> wrote: > > > > +++ b/arch/powerpc/platforms/86xx/mpc8610_hpcd.c > > @@ -34,9 +34,27 @@ > > > > #include > > > > +#include > > #include > > #include

Re: [PATCH v2] [POWERPC] Update MPC8610 HPCD to support audio drivers

2008-01-07 Thread Stephen Rothwell
Hi Timur, On Mon, 7 Jan 2008 12:56:43 -0600 Timur Tabi <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/86xx/mpc8610_hpcd.c > @@ -34,9 +34,27 @@ > > #include > > +#include > #include > #include > > +static struct of_device_id mpc8610_ids[] = { __initdata > + { .compa

[PATCH v2] [POWERPC] Update MPC8610 HPCD to support audio drivers

2008-01-07 Thread Timur Tabi
Update the MPC8610 HPCD files to support the audio driver. Update booting-without-of.txt with information on the SSI device. Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> --- Updated based on comments from mailing lists. Split the patch into two parts. This patch applies on top of git://git.ke