Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756189AbcDLHXl (ORCPT ); Tue, 12 Apr 2016 03:23:41 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:47092 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754609AbcDLHXj (ORCPT ); Tue, 12 Apr 2016 03:23:39 -0400 X-AuditID: cbfec7f5-f792a6d000001302-f3-570ca27741af Subject: Re: [PATCH v9 01/20] PM / devfreq: exynos: Add generic exynos bus frequency driver To: Chanwoo Choi , myungjoo.ham@samsung.com, kyungmin.park@samsung.com, kgene@kernel.org, s.nawrocki@samsung.com, tomasz.figa@gmail.com References: <1460347078-15175-1-git-send-email-cw00.choi@samsung.com> <1460347078-15175-2-git-send-email-cw00.choi@samsung.com> Cc: rjw@rjwysocki.net, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, linux.amoon@gmail.com, m.reichl@fivetechno.de, tjakobi@math.uni-bielefeld.de, inki.dae@samsung.com, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org From: Krzysztof Kozlowski Message-id: <570CA275.6000903@samsung.com> Date: Tue, 12 Apr 2016 09:23:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-version: 1.0 In-reply-to: <1460347078-15175-2-git-send-email-cw00.choi@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrFIsWRmVeSWpSXmKPExsVy+t/xa7rli3jCDWYdVrO4/uU5q8X8I+dY LfrfLGS1OPdqJaPFpPsTWCxevzC06H/8mtnibNMbdotNj6+xWlzeNYfN4nPvEUaLGef3MVms 23iL3eL2ZV6Ll0d+MFosvX6RyeJ24wo2iwnT17JYnDl9idWide8RdovDb9pZLdpWf2C1WLXr D6ODuMeaeWsYPVqae9g8Lvf1MnnculPvsXPWXXaPlcu/sHlsWtXJ5rF5Sb3Hv2PsHluutrN4 9G1ZxejxeZNcAE8Ul01Kak5mWWqRvl0CV8a0dXfZCho5K6Y8V2xg3M3excjJISFgIvGlbwcL hC0mceHeerYuRi4OIYGljBJrZs5lgnCeMUqsfN0IViUsECux/uoadpCEiMAiRonNC9uZIaoa GSUO3dzMCuIwC6xllnjV3sgK0sImYCyxefkSNhCbV0BLYu6uDcwgNouAqsS+K1OZQGxRgQiJ J3NPMkLUCEr8mHwPbB2ngJvEj4m7geIcQEP1JO5f1AIJMwvIS2xe85Z5AqPALCQdsxCqZiGp WsDIvIpRNLU0uaA4KT3XSK84Mbe4NC9dLzk/dxMjJIa/7mBceszqEKMAB6MSD6+lG0+4EGti WXFl7iFGCQ5mJRHeG/OBQrwpiZVVqUX58UWlOanFhxilOViUxHln7nofIiSQnliSmp2aWpBa BJNl4uCUamAU8tFu/+FS5W7f1bUs4Okev1/PT2+X81oSfa34x+lol9S6P9LrZnn3myxTTzmg vuq+q+ykmQbtn1X+fPPZLpHtt8jmxf7H233ZLgoeVY+WWfswJeGjwUG28sdXP/GkLGS5sjTJ SutVVorhZWlxmc2yS36HBOpx8tjtTfi4XUv7X/aFu3Elrx2VWIozEg21mIuKEwELkYyF3QIA AA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 25 On 04/11/2016 05:57 AM, Chanwoo Choi wrote: > This patch adds the generic exynos bus frequency driver for AMBA AXI bus > of sub-blocks in exynos SoC with DEVFREQ framework. The Samsung Exynos SoC > have the common architecture for bus between DRAM and sub-blocks in SoC. > This driver can support the generic bus frequency driver for Exynos SoCs. > > In devicetree, Each bus block has a bus clock, regulator, operation-point > and devfreq-event devices which measure the utilization of each bus block. > > Signed-off-by: Chanwoo Choi > [m.reichl and linux.amoon: Tested it on exynos4412-odroidu3 board] > Tested-by: Markus Reichl > Tested-by: Anand Moon > Signed-off-by: MyungJoo Ham > --- > drivers/devfreq/Kconfig | 15 ++ > drivers/devfreq/Makefile | 1 + > drivers/devfreq/exynos-bus.c | 443 +++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 459 insertions(+) > create mode 100644 drivers/devfreq/exynos-bus.c Acked-by: Krzysztof Kozlowski Best regards, Krzysztof