Re: [PATCH v2] ARM: imx: Enable cpuidle for i.MX6DL starting at 1.1

2017-10-14 Thread Shawn Guo
On Wed, Oct 11, 2017 at 03:08:23PM +0300, Leonard Crestez wrote: > Enable cpuidle support on i.MX6DL starting from IMX_CHIP_REVISION_1_1. > > This also makes the code cleaner because 6q and 6dl actually have > different revision histories. > > Signed-off-by: Bai Ping >

Re: [PATCH v2] ARM: imx: Enable cpuidle for i.MX6DL starting at 1.1

2017-10-14 Thread Shawn Guo
On Wed, Oct 11, 2017 at 03:08:23PM +0300, Leonard Crestez wrote: > Enable cpuidle support on i.MX6DL starting from IMX_CHIP_REVISION_1_1. > > This also makes the code cleaner because 6q and 6dl actually have > different revision histories. > > Signed-off-by: Bai Ping > Signed-off-by: Leonard

Re: [PATCH v2] ARM: imx: Enable cpuidle for i.MX6DL starting at 1.1

2017-10-11 Thread Lucas Stach
Am Mittwoch, den 11.10.2017, 15:08 +0300 schrieb Leonard Crestez: > Enable cpuidle support on i.MX6DL starting from > IMX_CHIP_REVISION_1_1. > > This also makes the code cleaner because 6q and 6dl actually have > different revision histories. > > Signed-off-by: Bai Ping >

Re: [PATCH v2] ARM: imx: Enable cpuidle for i.MX6DL starting at 1.1

2017-10-11 Thread Lucas Stach
Am Mittwoch, den 11.10.2017, 15:08 +0300 schrieb Leonard Crestez: > Enable cpuidle support on i.MX6DL starting from > IMX_CHIP_REVISION_1_1. > > This also makes the code cleaner because 6q and 6dl actually have > different revision histories. > > Signed-off-by: Bai Ping > Signed-off-by: Leonard

[PATCH v2] ARM: imx: Enable cpuidle for i.MX6DL starting at 1.1

2017-10-11 Thread Leonard Crestez
Enable cpuidle support on i.MX6DL starting from IMX_CHIP_REVISION_1_1. This also makes the code cleaner because 6q and 6dl actually have different revision histories. Signed-off-by: Bai Ping Signed-off-by: Leonard Crestez --- Changes since v1:

[PATCH v2] ARM: imx: Enable cpuidle for i.MX6DL starting at 1.1

2017-10-11 Thread Leonard Crestez
Enable cpuidle support on i.MX6DL starting from IMX_CHIP_REVISION_1_1. This also makes the code cleaner because 6q and 6dl actually have different revision histories. Signed-off-by: Bai Ping Signed-off-by: Leonard Crestez --- Changes since v1: