Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932283AbbKMKIJ (ORCPT ); Fri, 13 Nov 2015 05:08:09 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:28237 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754076AbbKMKIG (ORCPT ); Fri, 13 Nov 2015 05:08:06 -0500 X-AuditID: cbfec7f4-f79c56d0000012ee-82-5645b682ab0e Subject: Re: [PATCH v5 7/9] ARM: EXYNOS: split up exynos5420 SoC specific PMU data To: Pankaj Dubey , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org References: <1447406983-27835-1-git-send-email-pankaj.dubey@samsung.com> <1447406983-27835-8-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: <5645B684.5000102@samsung.com> Date: Fri, 13 Nov 2015 19:08:04 +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: <1447406983-27835-8-git-send-email-pankaj.dubey@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrNLMWRmVeSWpSXmKPExsVy+t/xa7pN21zDDF5/tLD4uPolm8XfScfY LV6/MLToXXCVzeLr4RWMFpseX2O1uLxrDpvF594jjBYzzu9jsjh1/TObxaKtX9gtOpYxOvB4 /P41idFj56y77B53ru1h89i8pN7jyokmVo++LasYPT5vkgtgj+KySUnNySxLLdK3S+DKePDr MGtBP1vF75Z1jA2MLaxdjJwcEgImEr8+TGCEsMUkLtxbz9bFyMUhJLCUUeLDhr9QzhdGiXuP XzODVAkLhEicbdvGAmKLCGxglLhyKguiqJ1RYvnt+ewgCWaBGonTn66AjWUTMJbYvHwJG4jN K6AlsWlGL9ggFgFViT97n4ENEhWIkJg4oYEVokZQ4sfke2BxTgFPifULvwLFOYBm6kncv6gF MV5eYvOat8wTGAVmIemYhVA1C0nVAkbmVYyiqaXJBcVJ6bmGesWJucWleel6yfm5mxghUfJl B+PiY1aHGAU4GJV4eJOeuYQJsSaWFVfmHmKU4GBWEuFdDBLiTUmsrEotyo8vKs1JLT7EKM3B oiTOO3fX+xAhgfTEktTs1NSC1CKYLBMHp1QD40ad/4s+TLj0dMvzY3P5LsUEVPyee1T1pU4j e83pRGF7B6OU8sAj8r+CrDmWpOQK7Z3wQa9vT0bWhbqdeRxrnzn6PTsoMflXlMaj27alYQtt r4dE8ugqvF/t9lH4idLR9CYn2c65TiL6U1fWvuHrn/Yo7EPZrFnTMzRNw7oMWo8eeXN698yV u5RYijMSDbWYi4oTAc42FCKOAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1008 Lines: 25 On 13.11.2015 18:29, Pankaj Dubey wrote: > This patch splits up mach-exynos/pmu.c file, and moves exynos5420, > PMU configuration data and functions handing data into exynos5420 > SoC specific PMU file mach-exynos/exynos5420-pmu.c. > > Signed-off-by: Pankaj Dubey > --- > arch/arm/mach-exynos/Makefile | 2 +- > arch/arm/mach-exynos/exynos-pmu.h | 1 + > arch/arm/mach-exynos/exynos5420-pmu.c | 280 ++++++++++++++++++++++++++++++++++ > arch/arm/mach-exynos/pmu.c | 263 ------------------------------- > 4 files changed, 282 insertions(+), 264 deletions(-) > create mode 100644 arch/arm/mach-exynos/exynos5420-pmu.c > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof -- 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/