From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751299AbcFSNo3 (ORCPT ); Sun, 19 Jun 2016 09:44:29 -0400 Received: from mail-yw0-f177.google.com ([209.85.161.177]:33814 "EHLO mail-yw0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbcFSNoV (ORCPT ); Sun, 19 Jun 2016 09:44:21 -0400 MIME-Version: 1.0 In-Reply-To: <20160619055921.GA424@jack.zhora.eu> References: <1466151362-2881-1-git-send-email-andi.shyti@samsung.com> <20160619055921.GA424@jack.zhora.eu> From: Tomasz Figa Date: Sun, 19 Jun 2016 22:44:20 +0900 Message-ID: Subject: Re: [PATCH] clk: samsung: exynos5433: use clock_ignore_unused flag for SPI3 related clocks To: Andi Shyti Cc: Andi Shyti , Chanwoo Choi , Sylwester Nawrocki , Michael Turquette , Stephen Boyd , Kukjin Kim , Krzysztof Kozlowski , "linux-samsung-soc@vger.kernel.org" , linux-clk@vger.kernel.org, linux-arm-kernel , linux-kernel , Jaehoon Chung Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-06-19 14:59 GMT+09:00 Andi Shyti : > Hi Tomasz, > >> > The SPI 3 bus uses two clocks, a bus clock and an input clock. >> > Do not disable the clocks when unused in order to allow access to >> > the SPI 3 device. >> >> If unused, why would access to SPI 3 device needed? > > because next I will submit a small driver which uses the SPI3. > Actually in the exynos5433 boards all the SPI are used but not all > the drivers are ported to mainline. Then shouldn't the driver request the clocks and enable them? Or I'm missing something obvious? :) Best regards, Tomasz