On Thu, Jul 29, 2010 at 5:42 PM, Amit Kucheria amit.kucheria@linaro.org wrote:
On 10 Jul 29, Amit Arora wrote:
Amit Arora (2): Add OMAP3 support to PowerTOP Remove hardcoded c and p states
Makefile | 2 +- cpufreqstats.c | 3 +- display.c | 23 +++++++++----- generic_cstates.c | 63 ++++++++++++++++++++++++++++++++++++++++ powertop.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++---- powertop.h | 11 ++++--- 6 files changed, 162 insertions(+), 22 deletions(-) create mode 100644 generic_cstates.c
I understand that it is logical to keep the forward-ported TI patch separated from the generic code you wrote in the beginning.
But I think we should merge the patches since the bulk of the changes in the 2nd patch is just the renaming of the file.
Ok. Agreed.
Thanks! -- Regards, Amit Arora
More comments in other email.
/Amit