2015-11-03 02:07:59

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 5/7] ARCH: EXYNOS: split up exynos5250 SoC specific PMU data

On 26.10.2015 21:55, Pankaj Dubey wrote:
> This patch splits up mach-exynos/pmu.c file, and moves exynos5250,
> PMU configuration data and functions handing data into exynos5250
> SoC specific PMU file mach-exynos/exynos5250-pmu.c.
>
> Signed-off-by: Pankaj Dubey <[email protected]>
> ---
> arch/arm/mach-exynos/Makefile | 4 +-
> arch/arm/mach-exynos/exynos-pmu.h | 1 +
> arch/arm/mach-exynos/exynos5250-pmu.c | 196 ++++++++++++++++++++++++++++++++++
> arch/arm/mach-exynos/pmu.c | 180 -------------------------------
> 4 files changed, 200 insertions(+), 181 deletions(-)
> create mode 100644 arch/arm/mach-exynos/exynos5250-pmu.c
>

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2015-11-05 05:31:22

by Pankaj Dubey

[permalink] [raw]
Subject: Re: [PATCH v3 5/7] ARCH: EXYNOS: split up exynos5250 SoC specific PMU data



On Tuesday 03 November 2015 07:37 AM, Krzysztof Kozlowski wrote:
> On 26.10.2015 21:55, Pankaj Dubey wrote:
>> This patch splits up mach-exynos/pmu.c file, and moves exynos5250,
>> PMU configuration data and functions handing data into exynos5250
>> SoC specific PMU file mach-exynos/exynos5250-pmu.c.
>>
>> Signed-off-by: Pankaj Dubey <[email protected]>
>> ---
>> arch/arm/mach-exynos/Makefile | 4 +-
>> arch/arm/mach-exynos/exynos-pmu.h | 1 +
>> arch/arm/mach-exynos/exynos5250-pmu.c | 196 ++++++++++++++++++++++++++++++++++
>> arch/arm/mach-exynos/pmu.c | 180 -------------------------------
>> 4 files changed, 200 insertions(+), 181 deletions(-)
>> create mode 100644 arch/arm/mach-exynos/exynos5250-pmu.c
>>
>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>

Thanks.

Pankaj Dubey

> Best regards,
> Krzysztof
>