Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1294430

Re: [PATCH v7 0/6] samsung: pmu: split up SoC specific PMU data

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Krzysztof Kozlowski <k.kozlowski@samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH v7 0/6] samsung: pmu: split up SoC specific PMU data
Date Fri, 18 Dec 2015 05:30:02 +0100
Message-ID <qGUQ2-Ms-3@gated-at.bofh.it> (permalink)
References <qGU3D-fT-3@gated-at.bofh.it>
X-Original-To Pankaj Dubey <pankaj.dubey@samsung.com>, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org
X-Auditid cbfec7f4-f79026d00000418a-75-56738b37d101
X-Enigmail-Draft-Status N1110
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version 1.0
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 robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 56
Organization linux.* mail to news gateway
X-Original-Cc kgene.kim@samsung.com, thomas.ab@samsung.com, amitdanielk@gmail.com, olof@lixom.net, khilman@linaro.org, arnd@arndb.de
X-Original-Date Fri, 18 Dec 2015 13:27:37 +0900
X-Original-Message-ID <56738B39.10201@samsung.com>
X-Original-References <1450409536-30463-1-git-send-email-pankaj.dubey@samsung.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1294430

Show key headers only | View raw


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 <pankaj.dubey@samsung.com>
> 
> For testing entire patchset on on Trats2 (Exynos4412, S2R, reboot, poweroff)
> and Odroid XU3 (Exynos5422, reboot, poweroff).
> 
> Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> 
> 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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v7 0/6] samsung: pmu: split up SoC specific PMU data Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-18 04:40 +0100
  [PATCH v7 1/6] ARM: EXYNOS: Move pmu specific headers under  "linux/soc/samsung" Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-18 04:40 +0100
  [PATCH v7 4/6] ARM: EXYNOS: split up exynos5250 SoC specific PMU data Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-18 04:40 +0100
  [PATCH v7 3/6] ARM: EXYNOS: split up exynos4 SoC specific PMU data Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-18 04:40 +0100
  [PATCH v7 6/6] drivers: soc: Add support for Exynos PMU driver Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-18 04:40 +0100
  Re: [PATCH v7 0/6] samsung: pmu: split up SoC specific PMU data Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-12-18 05:30 +0100
    Re: [PATCH v7 0/6] samsung: pmu: split up SoC specific PMU data "pankaj.dubey" <pankaj.dubey@samsung.com> - 2015-12-18 09:20 +0100

csiph-web