From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753884AbcIAJls (ORCPT ); Thu, 1 Sep 2016 05:41:48 -0400 Received: from gloria.sntech.de ([95.129.55.99]:56693 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751681AbcIAJlq (ORCPT ); Thu, 1 Sep 2016 05:41:46 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Lin Huang Cc: myungjoo.ham@samsung.com, tixy@linaro.org, mark.rutland@arm.com, typ@rock-chips.com, linux-rockchip@lists.infradead.org, airlied@linux.ie, mturquette@baylibre.com, dbasehore@chromium.org, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, dianders@chromium.org, cw00.choi@samsung.com, kyungmin.park@samsung.com, sudeep.holla@arm.com, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mark.yao@rock-chips.com Subject: Re: [PATCH v7 7/8] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc Date: Thu, 01 Sep 2016 11:41:36 +0200 Message-ID: <30074677.9Zzyj4RHs6@diego> User-Agent: KMail/4.14.10 (Linux/4.6.0-1-amd64; KDE/4.14.22; x86_64; ; ) In-Reply-To: <1471836984-6316-8-git-send-email-hl@rock-chips.com> References: <1471836984-6316-1-git-send-email-hl@rock-chips.com> <1471836984-6316-8-git-send-email-hl@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Am Montag, 22. August 2016, 11:36:23 schrieb Lin Huang: > base on dfi result, we do ddr frequency scaling, register > dmc driver to devfreq framework, and use simple-ondemand > policy. > > Signed-off-by: Lin Huang > Reviewed-by: Chanwoo Choi > --- [...] > diff --git a/drivers/devfreq/rk3399_dmc.c b/drivers/devfreq/rk3399_dmc.c > new file mode 100644 > index 0000000..b73a73c > --- /dev/null > +++ b/drivers/devfreq/rk3399_dmc.c > @@ -0,0 +1,499 @@ > +/* > + * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd. > + * Author: Lin Huang > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions of the GNU General Public License, > + * version 2, as published by the Free Software Foundation. > + * > + * This program is distributed in the hope it will be useful, but WITHOUT > + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License > for + * more details. > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include I've split out the needed sip interface-header from patch1 and provide a stable signed tag you can pull into the devfreq tree. Heiko The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/rockchip-ddr-sip for you to fetch changes up to 97dd82682f1a6174698fbea149a04b4cabc58c4f: soc: rockchip: add header for ddr rate SIP interface (2016-08-31 18:53:24 +0200) ---------------------------------------------------------------- Header file defining the SIP-interface to the ATF for DDR frequency changes ---------------------------------------------------------------- Lin Huang (1): soc: rockchip: add header for ddr rate SIP interface include/soc/rockchip/rockchip_sip.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 include/soc/rockchip/rockchip_sip.h