Re: [PATCH 09/14] 85xx/sbc8548: read hardware revision when it's required for first time

2011-07-21 Thread Paul Gortmaker
On Tue, Jul 19, 2011 at 10:12 AM, Kumar Gala wrote: > > On Jul 19, 2011, at 3:53 AM, Dmitry Eremin-Solenikov wrote: > >> Currently sbc8548 reads hardware revision during bootup. To simplify >> things read it when it's first required when the kernel is up and >> running. >> >> Signed-off-by: Dmitry

Re: [PATCH 09/14] 85xx/sbc8548: read hardware revision when it's required for first time

2011-07-19 Thread Kumar Gala
On Jul 19, 2011, at 3:53 AM, Dmitry Eremin-Solenikov wrote: > Currently sbc8548 reads hardware revision during bootup. To simplify > things read it when it's first required when the kernel is up and > running. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > arch/powerpc/platforms/85xx/sbc854

[PATCH 09/14] 85xx/sbc8548: read hardware revision when it's required for first time

2011-07-19 Thread Dmitry Eremin-Solenikov
Currently sbc8548 reads hardware revision during bootup. To simplify things read it when it's first required when the kernel is up and running. Signed-off-by: Dmitry Eremin-Solenikov --- arch/powerpc/platforms/85xx/sbc8548.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff