From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH 3/4] clk: rockchip: add dt-binding header for rk3399 Date: Wed, 24 Feb 2016 14:27:43 +0100 Message-ID: <4483822.0pRK7cKepF@phil> References: <1456210864-29037-1-git-send-email-jay.xu@rock-chips.com> <1456210864-29037-4-git-send-email-jay.xu@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1456210864-29037-4-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "jianqun.xu" Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, perex-/Fr2/VpizcU@public.gmane.org, tiwai-IBi9RG/b67k@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, sjoerd.simons-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org, jwerner-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, davidriley-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, smbarber-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, Xing Zheng List-Id: linux-rockchip.vger.kernel.org Hi Jianqun, Am Dienstag, 23. Februar 2016, 15:01:03 schrieb jianqun.xu: > From: Xing Zheng > > Add the dt-bindings header for the rk3399, that gets shared between > the clock controller and the clock references in the dts. > > Signed-off-by: Xing Zheng > Signed-off-by: Jianqun Xu looks ok so far, do you have an estimate when the revised clk driver will be sent? Before committing to support this binding header forever I'd like to take a look over the clock-tree itself, just to be sure ;-) Thanks Heiko -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko Stuebner) Date: Wed, 24 Feb 2016 14:27:43 +0100 Subject: [PATCH 3/4] clk: rockchip: add dt-binding header for rk3399 In-Reply-To: <1456210864-29037-4-git-send-email-jay.xu@rock-chips.com> References: <1456210864-29037-1-git-send-email-jay.xu@rock-chips.com> <1456210864-29037-4-git-send-email-jay.xu@rock-chips.com> Message-ID: <4483822.0pRK7cKepF@phil> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jianqun, Am Dienstag, 23. Februar 2016, 15:01:03 schrieb jianqun.xu: > From: Xing Zheng > > Add the dt-bindings header for the rk3399, that gets shared between > the clock controller and the clock references in the dts. > > Signed-off-by: Xing Zheng > Signed-off-by: Jianqun Xu looks ok so far, do you have an estimate when the revised clk driver will be sent? Before committing to support this binding header forever I'd like to take a look over the clock-tree itself, just to be sure ;-) Thanks Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755090AbcBXN2H (ORCPT ); Wed, 24 Feb 2016 08:28:07 -0500 Received: from gloria.sntech.de ([95.129.55.99]:44288 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754140AbcBXN2E (ORCPT ); Wed, 24 Feb 2016 08:28:04 -0500 From: Heiko Stuebner To: "jianqun.xu" Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, galak@codeaurora.org, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, catalin.marinas@arm.com, will.deacon@arm.com, sboyd@codeaurora.org, linus.walleij@linaro.org, sjoerd.simons@collabora.co.uk, jwerner@chromium.org, huangtao@rock-chips.com, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dianders@chromium.org, davidriley@chromium.org, smbarber@chromium.org, Xing Zheng Subject: Re: [PATCH 3/4] clk: rockchip: add dt-binding header for rk3399 Date: Wed, 24 Feb 2016 14:27:43 +0100 Message-ID: <4483822.0pRK7cKepF@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1456210864-29037-4-git-send-email-jay.xu@rock-chips.com> References: <1456210864-29037-1-git-send-email-jay.xu@rock-chips.com> <1456210864-29037-4-git-send-email-jay.xu@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 Jianqun, Am Dienstag, 23. Februar 2016, 15:01:03 schrieb jianqun.xu: > From: Xing Zheng > > Add the dt-bindings header for the rk3399, that gets shared between > the clock controller and the clock references in the dts. > > Signed-off-by: Xing Zheng > Signed-off-by: Jianqun Xu looks ok so far, do you have an estimate when the revised clk driver will be sent? Before committing to support this binding header forever I'd like to take a look over the clock-tree itself, just to be sure ;-) Thanks Heiko