Re: [PATCH] x86: punit_atom: punit device state debug driver

2015-04-29 Thread Srinivas Pandruvada
On Sat, 2015-04-25 at 11:43 +0200, Paul Bolle wrote: > On Fri, 2015-04-24 at 14:42 -0700, Srinivas Pandruvada wrote: > > --- a/arch/x86/Kconfig > > +++ b/arch/x86/Kconfig > > > > +config PUNIT_ATOM > > + bool "ATOM Punit debug driver" > > + def_bool n > > The kconfig tools will do what you m

Re: [PATCH] x86: punit_atom: punit device state debug driver

2015-04-25 Thread Paul Bolle
On Fri, 2015-04-24 at 14:42 -0700, Srinivas Pandruvada wrote: > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > > +config PUNIT_ATOM > + bool "ATOM Punit debug driver" > + def_bool n The kconfig tools will do what you mean here. But just default n is neater. And, moreover, eve

[PATCH] x86: punit_atom: punit device state debug driver

2015-04-24 Thread Srinivas Pandruvada
The patch adds a debug driver, which dumps the power states of all the North complex (NC) devices. This debug interface is useful to figure out the NC IPs which blocks the S0ix transitions on the platform. This is extremely useful during enabling PM on customer platforms and derivatives. This subm