[PATCH V2 2/2] ARM: EXYNOS: cpuidle: Allow C1 state only in supported SOC's.
amit daniel kachhap
amit.daniel at samsung.com
Wed Jul 24 05:55:48 EDT 2013
On Wed, Jul 24, 2013 at 1:06 PM, Kukjin Kim <kgene at kernel.org> wrote:
> amit daniel kachhap wrote:
>
> [...]
>
>> >> /* Support IDLE only */
>> >> - if (cpu_id != 0)
>> >> + if (!(soc_is_exynos4210() || soc_is_exynos4212() ||
>> >> + soc_is_exynos4412() || soc_is_exynos5250()) ||
>> >> + cpu_id != 0)
>> >
>> > How about exynos5420?
>> >
>> > So...
>> >
>> > + if (soc_is_exynos5440() || cpu_id !=0) ?
>> This is fine.
>>
> So, you will re-send?
Just submitted the patch with this change.
Thanks,
Amit
>
> - Kukjin
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the linux-arm-kernel
mailing list