Re: [PATCH 3/3] powertop: ncurses: Enable ncurses for android and miscellaneous changes

2011-07-15 Thread Kok, Auke-jan H
On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap wrote: > This patch enables ncurses for android. NCURSES_NOMACRO flag is enabled > as there is some conflict with stl libraries. > > Signed-off-by:  Amit Daniel Kachhap > --- >  Android.mk             |   23 +++ >  display.

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

Re: [PATCH 0/3] powertop: Adding support for android.

2011-07-15 Thread Kok, Auke-jan H
On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap wrote: > The following set of patches add changes in powertop needed for arm > android platforms. These patches depends on the below mentioned patches. > http://www.mail-archive.com/power@bughost.org/msg02078.html > > Amit Daniel Kachhap (3): >