From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Shyti Subject: Re: [PATCH v3 7/7] clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocks Date: Wed, 13 Jul 2016 21:44:16 +0900 Message-ID: <20160713124416.GN18237@samsunx.samsung> References: <1468317736-18841-1-git-send-email-andi.shyti@samsung.com> <1468317736-18841-8-git-send-email-andi.shyti@samsung.com> <146836184696.73491.9452469757415968654@resonance> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-disposition: inline In-reply-to: <146836184696.73491.9452469757415968654@resonance> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Michael Turquette Cc: Mark Rutland , devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Andi Shyti , Mark Brown , Stephen Boyd , Tomasz Figa , linux-spi@vger.kernel.org, Jaehoon Chung , Chanwoo Choi , Rob Herring , Kukjin Kim , Sylwester Nawrocki , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Mike, > > Because the Exynos5433 SPI driver supports the ioclk handling and > > the following patch: > > > > http://marc.info/?l=linux-kernel&m=146787645626318&w=2 > > > > fixes a synchronus abort issue, none of the SPI clocks require > > any critical handling: remove, then, the CLK_IGNORE_UNUSED flag > > for the SPI related clocks. > > > > Signed-off-by: Andi Shyti > > Reviewed-by: Krzysztof Kozlowski > > Reviewed-by: Michael Turquette > > Acked-by: Sylwester Nawrocki > > Do you want these patches to go through same tree? If not, I can take > this patch into clk-next. oh yes, as Krzysztof and Sylwester pointed out, the dependency is not that strict as there is no exynos5433 dts yet, so that we wouldn't break anything if patch 7/7 gets in before the others. If you want to take in your branch the 7/7, please feel free to do so. Only the patches on the drivers/spi/spi-s3c64xx.c file have some dependencies on some previous patches I sent to Mark. Andi