Re: [PATCH] powerpc: rename immap_86xx.h to fsl_guts.h, and add 85xx support

2010-07-22 Thread Kumar Gala
On Jul 22, 2010, at 10:30 AM, Peter Tyser wrote: > Hi Timur, > >> +/** >> + * Global Utility Registers. >> + * >> + * Not all registers defined in this structure are available on all chips, >> so >> + * you are expected to know whether a given register actually exists on your >> + * chip before

Re: [PATCH] powerpc: rename immap_86xx.h to fsl_guts.h, and add 85xx support

2010-07-22 Thread Peter Tyser
Hi Timur, > +/** > + * Global Utility Registers. > + * > + * Not all registers defined in this structure are available on all chips, so > + * you are expected to know whether a given register actually exists on your > + * chip before you access it. > + * > + * Also, some registers are similar on d

Re: [alsa-devel] [PATCH] powerpc: rename immap_86xx.h to fsl_guts.h, and add 85xx support

2010-07-21 Thread Timur Tabi
On Wed, Jul 21, 2010 at 5:05 PM, Timur Tabi wrote: > The immap_86xx.h header file only defines one data structure: the "global > utilities" register set found on Freescale PowerPC SOCs.  Rename this file > to fsl_guts.h to reflect its true purpose, and extend it to cover the "GUTS" > register set

[PATCH] powerpc: rename immap_86xx.h to fsl_guts.h, and add 85xx support

2010-07-21 Thread Timur Tabi
The immap_86xx.h header file only defines one data structure: the "global utilities" register set found on Freescale PowerPC SOCs. Rename this file to fsl_guts.h to reflect its true purpose, and extend it to cover the "GUTS" register set on 85xx chips. Signed-off-by: Timur Tabi --- Liam, This