From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932339AbcI3J3g (ORCPT ); Fri, 30 Sep 2016 05:29:36 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:42103 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752176AbcI3J3e (ORCPT ); Fri, 30 Sep 2016 05:29:34 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Fri, 30 Sep 2016 10:29:29 +0100 From: Charles Keepax To: Lee Jones CC: , , , , , Subject: Re: [PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks Message-ID: <20160930092929.GD21682@localhost.localdomain> References: <1472831568-466-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1472831568-466-5-git-send-email-ckeepax@opensource.wolfsonmicro.com> <20160913124457.GA31412@dell> <20160913125707.GN21682@localhost.localdomain> <20160913131150.GB31719@dell> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20160913131150.GB31719@dell> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609280000 definitions=main-1609300172 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 13, 2016 at 02:11:50PM +0100, Lee Jones wrote: > On Tue, 13 Sep 2016, Charles Keepax wrote: > > > On Tue, Sep 13, 2016 at 01:44:57PM +0100, Lee Jones wrote: > > > On Fri, 02 Sep 2016, Charles Keepax wrote: > > > > > > > From: Sylwester Nawrocki > > > > > > > > This patch adds requesting of the clocks supplied on MCLK1, MCLK2 pins, > > > > gating of the 32k clock is added to the arizona_clk32k_enable(), > > > > arizona_clk32k_disable() helpers. > > > > > > > > It's a temporary change until the CODEC's clock controller gets exposed > > > > through the clk API and is helpful for board configurations where the > > > > MCLK clocks are not provided by always on oscillators. > > > > > > > > Signed-off-by: Sylwester Nawrocki > > > > Signed-off-by: Charles Keepax > > > > --- > > > > drivers/mfd/arizona-core.c | 30 ++++++++++++++++++++++++++++-- > > > > include/linux/mfd/arizona/core.h | 9 +++++++++ > > > > 2 files changed, 37 insertions(+), 2 deletions(-) > > > > > > Acked-for-MFD-by: Lee Jones > > > > > > Can I take this? > > > > > > > The two following ASoC patches depend on it, so its probably > > slightly easier if they go through together. > > Okay, let me know when you have all your Acks. > Hi Lee, I see you have merged this patch on your public MFD branch, is it possible to send Mark a branch to pull from now? So we can get the other two patches merged. Thanks, Charles