Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934349AbbLRE1k (ORCPT ); Thu, 17 Dec 2015 23:27:40 -0500 Received: from mailout2.w1.samsung.com ([210.118.77.12]:33533 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932165AbbLRE1i (ORCPT ); Thu, 17 Dec 2015 23:27:38 -0500 X-AuditID: cbfec7f4-f79026d00000418a-75-56738b37d101 Subject: Re: [PATCH v7 0/6] samsung: pmu: split up 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: <1450409536-30463-1-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 X-Enigmail-Draft-Status: N1110 Message-id: <56738B39.10201@samsung.com> Date: Fri, 18 Dec 2015 13:27:37 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 In-reply-to: <1450409536-30463-1-git-send-email-pankaj.dubey@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpmkeLIzCtJLcpLzFFi42I5/e/4VV3z7uIwg08tXBYfV79ks/g76Ri7 xesXhha9C66yWXw9vILRYtPja6wWl3fNYbP43HuE0WLG+X1MFqeuf2azWLT1C7tFxzJGBx6P 378mMXrsnHWX3ePOtT1sHpuX1HtcOdHE6tG3ZRWjx+dNcgHsUVw2Kak5mWWpRfp2CVwZTRun sBZcFqrYf3wSYwPjHP4uRk4OCQETiQWbFjJC2GISF+6tZ+ti5OIQEljKKHFvyQZ2COcpo8Tk t1OZuxg5OIQFPCTuTFYGaRAR2MAoceVUFogtBBQ+/6KPFcRmFqiROP3pCthQNgFjic3Ll7BB LJCT6O2exAJi8wpoSPw/+JQVZCSLgKrElW/BIKaoQITEoh2ZEBWCEj8m3wOr5hTwlJiz6w0T SAmzgJ7E/YtaEIvkJTavecs8gVFwFpKOWQhVs5BULWBkXsUomlqaXFCclJ5rqFecmFtcmpeu l5yfu4kREjVfdjAuPmZ1iFGAg1GJh9eArThMiDWxrLgy9xCjBAezkghvQDhQiDclsbIqtSg/ vqg0J7X4EKM0B4uSOO/cXe9DhATSE0tSs1NTC1KLYLJMHJxSDYy2duJrCmZPkGFbuSx3ypTI 2KU+q74sVP3/z87dZNlbRwNWXs3i1e9W3d3bvM17axDjzuCLSrcvd7C1Czdll1VtEL5Tl9T1 gEWg5tkmA81Zz7dYlhrf1tCYw8RQ43Zq/7PvFr/uRtp6Zdc283+VlWDg+ftr63rX7ZuUPmy7 U59q/6jsR5hYToISS3FGoqEWc1FxIgBY/dgDlgIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2581 Lines: 56 On 18.12.2015 12:32, Pankaj Dubey wrote: > In this series I am splitting up SoC specific PMU configuration data into > mach-exynos folder itself, before moving all of them under > drivers/soc/samsung/. Also instead of making all changes in single patch it > has been broken into SoC specific patches to avoid large size of patch. > With this approach there will not be unwanted big churns just after > adding exynos-pmu under drivers/soc/samsung. > > All these patches are just refactoring to keep minimal changes while moving > exynos-pmu driver under drivers/soc/samsung/. Support for exynos7 PMU can > be added on top of it, in such a manner that for ARM64 build, ARM related > SoC's PMU will not get compiled and thus unnecessary increasing kernel image size. > > This series have been prepared on top of Krzysztof Kozlowski's > next/stuff-late-not-split-per-branch branch, and it's just a rebase compared to > V6 posted and reviewed here [1]. > > [1]: https://lkml.org/lkml/2015/11/17/15 > > For testing entire patchset on Peach-Pi (Exynos5880) based chromebook for boot > and S2R functionality. > > Tested-by: Pankaj Dubey > > For testing entire patchset on on Trats2 (Exynos4412, S2R, reboot, poweroff) > and Odroid XU3 (Exynos5422, reboot, poweroff). > > Tested-by: Krzysztof Kozlowski > > Changes since v6: > - Rebasing on top of branch provided by Krzysztof, after resolving conflicts > caused due to Alim's patches for adoptation of generic syscon for poweroff, reboot. > - Included Tested-by tags on individual patches as per applicability. > - Dropped patches v6 [1/9], v6 [2/9] as these are already present in above mentioned branch. > - Dropped patch v6 [8/9] as after Alim's patch this patch no more required. > Patchset applied cleanly with: 1. Removal of blank lines at end of two files (they appeared in v7). 2. Removal of your tested-by. The author does not provide such tag because it is assumed that he tested it before sending. However I left the information about testing platform near your signed-off-by. You can find the patches on the same branch: https://git.kernel.org/cgit/linux/kernel/git/krzk/linux.git/log/?h=next/stuff-late-not-split-per-branch I hope I will be able to push it out to arm-soc soon... 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/