Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752986AbbKLEJh (ORCPT ); Wed, 11 Nov 2015 23:09:37 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:22865 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752581AbbKLEJf (ORCPT ); Wed, 11 Nov 2015 23:09:35 -0500 X-AuditID: cbfec7f4-f79c56d0000012ee-f4-564410fc1f36 Subject: Re: [PATCH v4 3/9] ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung" To: Pankaj Dubey , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <1447155784-12667-1-git-send-email-pankaj.dubey@samsung.com> <1447155784-12667-4-git-send-email-pankaj.dubey@samsung.com> Cc: kgene.kim@samsung.com, thomas.ab@samsung.com, amitdanielk@gmail.com, olof@lixom.net, khilman@linaro.org, arnd@arndb.de From: Krzysztof Kozlowski Message-id: <564410FB.2000802@samsung.com> Date: Thu, 12 Nov 2015 13:09:31 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-version: 1.0 In-reply-to: <1447155784-12667-4-git-send-email-pankaj.dubey@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrKLMWRmVeSWpSXmKPExsVy+t/xy7p/BFzCDA40Mll8XP2SzeLvpGPs Fq9fGFr0LrjKZvH18ApGi02Pr7FaXN41h81ixvl9TBanrn9ms1i09Qu7RccyRgduj9+/JjF6 7Jx1l93jzrU9bB6bl9R7XDnRxOrRt2UVo8fnTXIB7FFcNimpOZllqUX6dglcGatfdbAVnOCu uPPtEnsDYyNnFyMnh4SAicSCwwtZIWwxiQv31rN1MXJxCAksZZRY3vCDGcL5wihx7uAsZpAq YYE4iU1zfoFViQhMYZS42LOMEaKqnVGi/+QxsCpmgRqJ05+uMILYbALGEpuXL2EDsXkFtCT+ fT0LVMPBwSKgKjHhjzdIWFQgQmLihAZWiBJBiR+T77GAlHAKeEq8/aIFYjIL6Encv6gFMVxe YvOat8wTGAVmIWmYhVA1C0nVAkbmVYyiqaXJBcVJ6bmGesWJucWleel6yfm5mxghkfFlB+Pi Y1aHGAU4GJV4eCfMdA4TYk0sK67MPcQowcGsJMIbMA8oxJuSWFmVWpQfX1Sak1p8iFGag0VJ nHfurvchQgLpiSWp2ampBalFMFkmDk6pBsbC0riIxvUTr272WL35g9TDa8uNEiJnvVgzZZ/X kXcryk+92eb39pNAhb/pcmOtlbOfSp+te14Rr3HtSWaYe33Mu38fN2v8fiSZ8ZGtZPmWexV7 12U6zK47f++brcYWZbeHb7/qscZs4Izsmbyve2F2WUX+qylPJK77rt/BJLW5Pu0Dg5nv22YJ JZbijERDLeai4kQA5KJTG4gCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1692 Lines: 38 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 > Signed-off-by: Pankaj Dubey > --- > 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 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/