Re: [PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-12 Thread Krzysztof Kozlowski
On 07/11/2016 04:44 PM, Abhilash Kesavan wrote: > Hi Krzysztof, > > On Wed, Jul 6, 2016 at 8:47 AM, Krzysztof Kozlowski > wrote: >> On Tue, Jul 5, 2016 at 10:28 PM, Abhilash Kesavan >> wrote: >>> Exynos7 has certain PMU registers that needs to be

Re: [PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-12 Thread Krzysztof Kozlowski
On 07/11/2016 04:44 PM, Abhilash Kesavan wrote: > Hi Krzysztof, > > On Wed, Jul 6, 2016 at 8:47 AM, Krzysztof Kozlowski > wrote: >> On Tue, Jul 5, 2016 at 10:28 PM, Abhilash Kesavan >> wrote: >>> Exynos7 has certain PMU registers that needs to be configured with >>> u32 values. >>> >>>

Re: [PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-11 Thread Abhilash Kesavan
Hi Krzysztof, On Wed, Jul 6, 2016 at 8:47 AM, Krzysztof Kozlowski wrote: > On Tue, Jul 5, 2016 at 10:28 PM, Abhilash Kesavan > wrote: >> Exynos7 has certain PMU registers that needs to be configured with >> u32 values. >> >> Signed-off-by:

Re: [PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-11 Thread Abhilash Kesavan
Hi Krzysztof, On Wed, Jul 6, 2016 at 8:47 AM, Krzysztof Kozlowski wrote: > On Tue, Jul 5, 2016 at 10:28 PM, Abhilash Kesavan > wrote: >> Exynos7 has certain PMU registers that needs to be configured with >> u32 values. >> >> Signed-off-by: Abhilash Kesavan >> --- >>

Re: [PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-06 Thread Krzysztof Kozlowski
On Tue, Jul 5, 2016 at 10:28 PM, Abhilash Kesavan wrote: > Exynos7 has certain PMU registers that needs to be configured with > u32 values. > > Signed-off-by: Abhilash Kesavan > --- > drivers/soc/samsung/exynos-pmu.h | 2 +- > 1 file changed, 1

Re: [PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-06 Thread Krzysztof Kozlowski
On Tue, Jul 5, 2016 at 10:28 PM, Abhilash Kesavan wrote: > Exynos7 has certain PMU registers that needs to be configured with > u32 values. > > Signed-off-by: Abhilash Kesavan > --- > drivers/soc/samsung/exynos-pmu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-05 Thread Abhilash Kesavan
Exynos7 has certain PMU registers that needs to be configured with u32 values. Signed-off-by: Abhilash Kesavan --- drivers/soc/samsung/exynos-pmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/samsung/exynos-pmu.h

[PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32

2016-07-05 Thread Abhilash Kesavan
Exynos7 has certain PMU registers that needs to be configured with u32 values. Signed-off-by: Abhilash Kesavan --- drivers/soc/samsung/exynos-pmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/samsung/exynos-pmu.h b/drivers/soc/samsung/exynos-pmu.h index