Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework

2017-01-19 Thread Shuah Khan
On 01/17/2017 02:00 PM, Shuah Khan wrote: > On 01/15/2017 08:48 PM, Viresh Kumar wrote: >> On 13-01-17, 15:35, Shuah Khan wrote: >>> Could you please add .gitignore for generated files. You can >>> send that as a separate patch and don't have to resend the >>> series. >> >> Hi Shuah, >> tools

Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework

2017-01-17 Thread Shuah Khan
On 01/15/2017 08:48 PM, Viresh Kumar wrote: > On 13-01-17, 15:35, Shuah Khan wrote: >> Could you please add .gitignore for generated files. You can >> send that as a separate patch and don't have to resend the >> series. > > Hi Shuah, > >>> tools/testing/selftests/Makefile | 1

Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework

2017-01-15 Thread Viresh Kumar
On 13-01-17, 15:35, Shuah Khan wrote: > Could you please add .gitignore for generated files. You can > send that as a separate patch and don't have to resend the > series. Hi Shuah, > > tools/testing/selftests/Makefile | 1 + > > tools/testing/selftests/cpufreq/Makefile

Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework

2017-01-13 Thread Shuah Khan
On 01/12/2017 11:36 PM, Viresh Kumar wrote: > Hi, > > This patchset adds support for cpufreq selftests to the kernel selftest > framework. More details can be found on individual patches. > > These are all tested after installation of selftests on ARM Dual A15 > core Exynos platform. > > The con