Re: [PATCH 1/3] powertop: Disable pci bus measurement for arm platforms

2011-07-18 Thread Amit Kachhap
On 15 July 2011 22:56, Kok, Auke-jan H wrote: > On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap > wrote: >> This patch disables pci related measurement which is not needed >> for ARM platforms and also library libpci is not needed. >> >> Signed-off-by:  Amit Daniel Kachhap >> --- >>  Andro

Re: [PATCH 1/3] powertop: Disable pci bus measurement for arm platforms

2011-07-15 Thread Kok, Auke-jan H
On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap wrote: > This patch disables pci related measurement which is not needed > for ARM platforms and also library libpci is not needed. > > Signed-off-by:  Amit Daniel Kachhap > --- >  Android.mk             |    7 ++- >  devices/runtime_pm.cp

[PATCH 1/3] powertop: Disable pci bus measurement for arm platforms

2011-07-14 Thread Amit Daniel Kachhap
This patch disables pci related measurement which is not needed for ARM platforms and also library libpci is not needed. Signed-off-by: Amit Daniel Kachhap --- Android.mk |7 ++- devices/runtime_pm.cpp |3 ++- lib.cpp|7 --- main.cpp