lkml.org 
[lkml]   [2016]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 1/2] soc: samsung: Change type of PMU configuration register value to u32
On Tue, Jul 5, 2016 at 10:28 PM, Abhilash Kesavan <a.kesavan@samsung.com> wrote:
> Exynos7 has certain PMU registers that needs to be configured with
> u32 values.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> ---
> 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 a469e36..1bdc506 100644
> --- a/drivers/soc/samsung/exynos-pmu.h
> +++ b/drivers/soc/samsung/exynos-pmu.h
> @@ -18,7 +18,7 @@
>
> struct exynos_pmu_conf {
> unsigned int offset;
> - u8 val[NUM_SYS_POWERDOWN];
> + unsigned int val[NUM_SYS_POWERDOWN];

You mentioned u32 but I see unsigned int here. This should be u32.

BTW, none of your emails reached my samsung inbox. I got them only
from the lists. Please investigate why this couldn't be delivered to
samsung.com address.

Best regards,
Krzysztof

\
 
 \ /
  Last update: 2016-07-06 09:21    [W:0.667 / U:0.840 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site