[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <000801d11df5$86ccd960$94668c20$@samsung.com>
Date: Fri, 13 Nov 2015 14:57:26 +0530
From: Pankaj Dubey <pankaj.dubey@...sung.com>
To: 'Krzysztof Kozlowski' <k.kozlowski@...sung.com>,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Cc: kgene.kim@...sung.com, thomas.ab@...sung.com,
amitdanielk@...il.com, olof@...om.net, khilman@...aro.org,
arnd@...db.de
Subject: RE: [PATCH v4 3/9] ARM: EXYNOS: Move pmu specific headers under
"linux/soc/samsung"
Hi Krzysztof,
> -----Original Message-----
> From: Krzysztof Kozlowski [mailto:k.kozlowski@...sung.com]
> Sent: Thursday, November 12, 2015 9:40 AM
> To: Pankaj Dubey; linux-samsung-soc@...r.kernel.org; linux-
> kernel@...r.kernel.org; linux-arm-kernel@...ts.infradead.org
> Cc: kgene.kim@...sung.com; thomas.ab@...sung.com; amitdanielk@...il.com;
> olof@...om.net; khilman@...aro.org; arnd@...db.de
> Subject: Re: [PATCH v4 3/9] ARM: EXYNOS: Move pmu specific headers under
> "linux/soc/samsung"
>
> On 10.11.2015 20:42, Pankaj Dubey wrote:
> > Moving Exynos PMU specific header file into "include/linux/soc/samsung"
> > thus updated affected files under "mach-exynos" to use new location of
> > these header files.
> >
> > Signed-off-by: Amit Daniel Kachhap <amitdanielk@...il.com>
> > Signed-off-by: Pankaj Dubey <pankaj.dubey@...sung.com>
> > ---
> > arch/arm/mach-exynos/exynos-pmu.h | 24 -
> > arch/arm/mach-exynos/exynos.c | 2 +-
> > arch/arm/mach-exynos/mcpm-exynos.c | 2 +-
> > arch/arm/mach-exynos/platsmp.c | 2 +-
> > arch/arm/mach-exynos/pm.c | 4 +-
> > arch/arm/mach-exynos/pmu.c | 6 +-
> > arch/arm/mach-exynos/regs-pmu.h | 693
----------------------------
> > arch/arm/mach-exynos/suspend.c | 4 +-
> > include/linux/soc/samsung/exynos-pmu.h | 24 +
> > include/linux/soc/samsung/exynos-regs-pmu.h | 693
> > ++++++++++++++++++++++++++++
>
> Did you disable the rename-detection for format-patch? Default rename
detection
> mechanism (50% of similarity) should detect two renames here:
> exynos-pmu.h and exynos-regs-pmu.h
>
Yes. I missed to enable rename detection while creating patches.
Soon will resubmit patches with addressing your comments to all the patches
reviewed.
Thanks,
Pankaj Dubey
> Best regards,
> Krzysztof
>
>
> > 10 files changed, 727 insertions(+), 727 deletions(-) delete mode
> > 100644 arch/arm/mach-exynos/exynos-pmu.h delete mode 100644
> > arch/arm/mach-exynos/regs-pmu.h create mode 100644
> > include/linux/soc/samsung/exynos-pmu.h
> > create mode 100644 include/linux/soc/samsung/exynos-regs-pmu.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists