Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-08 Thread Viresh Kumar
On 9 September 2014 06:07, Stephen Boyd wrote: >> A module author as well? > > How about we use git blame instead? Not very sure but this information is probably present in the compiled module. And so can be accessed without the sourcecode as well.. -- viresh -- To unsubscribe from this list:

Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-08 Thread Stephen Boyd
On 09/07/14 21:46, Viresh Kumar wrote: > On 6 September 2014 04:17, Stephen Boyd wrote: > >> + * This program is free software; you can redistribute it and/or modify >> + * it under the terms of the GNU General Public License version 2 and >> + * only version 2 as published by the Free Software

Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-08 Thread Christopher Covington
On 09/08/2014 12:46 AM, Viresh Kumar wrote: > On 6 September 2014 04:17, Stephen Boyd wrote: > >> diff --git a/drivers/cpufreq/qcom-cpufreq.c b/drivers/cpufreq/qcom-cpufreq.c >> new file mode 100644 >> index ..aa8eb97144b6 >> --- /dev/null >> +++ b/drivers/cpufreq/qcom-cpufreq.c >>

Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-08 Thread Christopher Covington
On 09/08/2014 12:46 AM, Viresh Kumar wrote: On 6 September 2014 04:17, Stephen Boyd sb...@codeaurora.org wrote: diff --git a/drivers/cpufreq/qcom-cpufreq.c b/drivers/cpufreq/qcom-cpufreq.c new file mode 100644 index ..aa8eb97144b6 --- /dev/null +++

Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-08 Thread Stephen Boyd
On 09/07/14 21:46, Viresh Kumar wrote: On 6 September 2014 04:17, Stephen Boyd sb...@codeaurora.org wrote: + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the

Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-08 Thread Viresh Kumar
On 9 September 2014 06:07, Stephen Boyd sb...@codeaurora.org wrote: A module author as well? How about we use git blame instead? Not very sure but this information is probably present in the compiled module. And so can be accessed without the sourcecode as well.. -- viresh -- To unsubscribe

Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-07 Thread Viresh Kumar
On 6 September 2014 04:17, Stephen Boyd wrote: > diff --git a/drivers/cpufreq/qcom-cpufreq.c b/drivers/cpufreq/qcom-cpufreq.c > new file mode 100644 > index ..aa8eb97144b6 > --- /dev/null > +++ b/drivers/cpufreq/qcom-cpufreq.c > @@ -0,0 +1,199 @@ > +/* Copyright (c) 2014, The Linux

Re: [PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-07 Thread Viresh Kumar
On 6 September 2014 04:17, Stephen Boyd sb...@codeaurora.org wrote: diff --git a/drivers/cpufreq/qcom-cpufreq.c b/drivers/cpufreq/qcom-cpufreq.c new file mode 100644 index ..aa8eb97144b6 --- /dev/null +++ b/drivers/cpufreq/qcom-cpufreq.c @@ -0,0 +1,199 @@ +/* Copyright (c)

[PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-05 Thread Stephen Boyd
Register a cpufreq-generic device whenever we detect that a "qcom,krait" compatible CPU is present in DT. Signed-off-by: Stephen Boyd --- drivers/cpufreq/Kconfig.arm| 9 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/qcom-cpufreq.c | 199

[PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-05 Thread Stephen Boyd
Register a cpufreq-generic device whenever we detect that a "qcom,krait" compatible CPU is present in DT. Signed-off-by: Stephen Boyd --- drivers/cpufreq/Kconfig.arm| 9 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/qcom-cpufreq.c | 199

[PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-05 Thread Stephen Boyd
Register a cpufreq-generic device whenever we detect that a qcom,krait compatible CPU is present in DT. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/cpufreq/Kconfig.arm| 9 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/qcom-cpufreq.c | 199

[PATCH v2 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

2014-09-05 Thread Stephen Boyd
Register a cpufreq-generic device whenever we detect that a qcom,krait compatible CPU is present in DT. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/cpufreq/Kconfig.arm| 9 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/qcom-cpufreq.c | 199