Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755548AbbHYSpw (ORCPT ); Tue, 25 Aug 2015 14:45:52 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36777 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbbHYSpt convert rfc822-to-8bit (ORCPT ); Tue, 25 Aug 2015 14:45:49 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Shengjiu Wang , shawnguo@kernel.org, kernel@pengutronix.de, 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, sboyd@codeaurora.org From: Michael Turquette In-Reply-To: Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org References: Message-ID: <20150825184527.31346.52324@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH V1 0/3] fix clock issue for fsl,spdif Date: Tue, 25 Aug 2015 11:45:27 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1545 Lines: 42 Quoting Shengjiu Wang (2015-08-11 02:26:51) > fix clock issue for fsl,spdif > > Shengjiu Wang (3): > ARM: imx6q: Add SPDIF_GCLK clock in clock tree > ARM: imx6sl: Add SPDIF_GCLK clock in clock tree > ARM: imx6sx: Add SPDIF_GCLK clock in clock tree Hello Shengjiu Wang, Please move the dts changes into separate patches. I can take the changes to the clock driver and the header through the clk tree, but the dt patches need to go through arm-soc. Regards, Mike > > arch/arm/boot/dts/imx6qdl.dtsi | 2 +- > arch/arm/boot/dts/imx6sl.dtsi | 16 ++++++++++++++++ > arch/arm/boot/dts/imx6sx.dtsi | 2 +- > drivers/clk/imx/clk-imx6q.c | 4 +++- > drivers/clk/imx/clk-imx6sl.c | 4 +++- > drivers/clk/imx/clk-imx6sx.c | 1 + > include/dt-bindings/clock/imx6qdl-clock.h | 3 ++- > include/dt-bindings/clock/imx6sl-clock.h | 3 ++- > include/dt-bindings/clock/imx6sx-clock.h | 3 ++- > 9 files changed, 31 insertions(+), 7 deletions(-) > > -- > 1.9.1 > > -- > 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/ -- 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/