ping!
Since its been a while. Anyone has any comment on this? Should I go
ahead submit a patch?
--
Thanks,
-Meraj
On Thu, Jul 24, 2014 at 9:35 PM, Mohammad Merajul Islam Molla
wrote:
> Hi
>
> In drivers/cpuidle/cpuidle.c, there are two functions
> cpuidle_install_
use CPUIDLE_DRIVER_STATE_START, instead of hardcoded value 0. As,
CPUIDLE_DRIVER_STATE_START can be 1/0 based on
CONFIG_ARCH_HAS_CPU_RELAX is defined or not.
Signed-off-by: Mohammad Merajul Islam Molla
---
drivers/cpuidle/governors/ladder.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions
STDDEV_THRESH was once defined and used in menu governor. But now its no longer
used anywhere. So removing the define.
Signed-off-by: Mohammad Merajul Islam Molla
---
drivers/cpuidle/governors/menu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/cpuidle/governors/menu.c b/drivers
Thanks. Its not actually :).
On Tue, Jul 15, 2014 at 6:28 PM, Rafael J. Wysocki wrote:
> On Tuesday, July 15, 2014 11:16:40 AM Mohammad Merajul Islam Molla wrote:
>> Hi Rafael/Daniel,
>>
>> Did you get a chance to review the patch?
>
> We will review it. Why is this u
Hi Rafael/Daniel,
Did you get a chance to review the patch?
--
Thanks,
-Meraj
On Sat, Jul 12, 2014 at 7:29 PM, Mohammad Merajul Islam Molla
wrote:
> cpuidle driver name sysfs node is read-only. So permission should be 0444.
>
> Signed-off-by: Mohammad Merajul Islam Molla
> --
cpuidle driver name sysfs node is read-only. So permission should be 0444.
Signed-off-by: Mohammad Merajul Islam Molla
---
drivers/cpuidle/sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cpuidle/sysfs.c b/drivers/cpuidle/sysfs.c
index efe2f17..97c5903 100644
6 matches
Mail list logo