Re: [PATCH 2/4] mfd: dbx500-prcmu: Correctly reorder PRCMU clock identifiers

2013-06-10 Thread Linus Walleij
On Fri, Jun 7, 2013 at 4:20 PM, Lee Jones wrote: > On Fri, 07 Jun 2013, Linus Walleij wrote: > >> > -enum prcmu_clock { >> > - PRCMU_SGACLK, >> (...) >> > +#define ARMCLK 0 >> > +#define PRCMU_ACLK 1 >> (...) >> >> It seems the enum and the defines want to do two

Re: [PATCH 2/4] mfd: dbx500-prcmu: Correctly reorder PRCMU clock identifiers

2013-06-07 Thread Lee Jones
On Fri, 07 Jun 2013, Linus Walleij wrote: > On Thu, Jun 6, 2013 at 1:21 PM, Lee Jones wrote: > > > ... as stipulated by the Hardware Specification document. > > > > Signed-off-by: Lee Jones > > I think you need Ulf (as ux500 clock author) and Loic (as PRCMU > developer) to have a look at this.

Re: [PATCH 2/4] mfd: dbx500-prcmu: Correctly reorder PRCMU clock identifiers

2013-06-07 Thread Linus Walleij
On Thu, Jun 6, 2013 at 1:21 PM, Lee Jones wrote: > ... as stipulated by the Hardware Specification document. > > Signed-off-by: Lee Jones I think you need Ulf (as ux500 clock author) and Loic (as PRCMU developer) to have a look at this. > -enum prcmu_clock { > - PRCMU_SGACLK, (...) > +#d

[PATCH 2/4] mfd: dbx500-prcmu: Correctly reorder PRCMU clock identifiers

2013-06-06 Thread Lee Jones
... as stipulated by the Hardware Specification document. Signed-off-by: Lee Jones --- include/linux/mfd/dbx500-prcmu.h | 110 -- 1 file changed, 58 insertions(+), 52 deletions(-) diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu