Re: [PATCH v9 1/6] PM / Domains: prepare for multiple states

2015-10-19 Thread Axel Haslam
Hi Lina, On Mon, Oct 19, 2015 at 6:35 PM, Lina Iyer wrote: > Hi Axel, > > Thanks for rebasing. > > I ran into a compilation issue on ARM64 with defconfig. > > On Mon, Oct 19 2015 at 08:52 -0600, ahas...@baylibre.com wrote: >> >> From: Axel Haslam >> >> prepare generic power domain init function

Re: [PATCH v9 1/6] PM / Domains: prepare for multiple states

2015-10-19 Thread Lina Iyer
Hi Axel, Thanks for rebasing. I ran into a compilation issue on ARM64 with defconfig. On Mon, Oct 19 2015 at 08:52 -0600, ahas...@baylibre.com wrote: From: Axel Haslam prepare generic power domain init function parameters to accept a pointer to the states structure that describes the

[PATCH v9 1/6] PM / Domains: prepare for multiple states

2015-10-19 Thread ahaslam
From: Axel Haslam prepare generic power domain init function parameters to accept a pointer to the states structure that describes the possible states that a power domain can enter. Also, as most platforms are not initializing states or latencies, add pm_genpd_init_simple that allows platfroms

[PATCH v9 1/6] PM / Domains: prepare for multiple states

2015-10-19 Thread ahaslam
From: Axel Haslam prepare generic power domain init function parameters to accept a pointer to the states structure that describes the possible states that a power domain can enter. Also, as most platforms are not initializing states or latencies, add

Re: [PATCH v9 1/6] PM / Domains: prepare for multiple states

2015-10-19 Thread Axel Haslam
Hi Lina, On Mon, Oct 19, 2015 at 6:35 PM, Lina Iyer wrote: > Hi Axel, > > Thanks for rebasing. > > I ran into a compilation issue on ARM64 with defconfig. > > On Mon, Oct 19 2015 at 08:52 -0600, ahas...@baylibre.com wrote: >> >> From: Axel Haslam

Re: [PATCH v9 1/6] PM / Domains: prepare for multiple states

2015-10-19 Thread Lina Iyer
Hi Axel, Thanks for rebasing. I ran into a compilation issue on ARM64 with defconfig. On Mon, Oct 19 2015 at 08:52 -0600, ahas...@baylibre.com wrote: From: Axel Haslam prepare generic power domain init function parameters to accept a pointer to the states