Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755182AbdDEJDZ (ORCPT ); Wed, 5 Apr 2017 05:03:25 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:35181 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754651AbdDEJCa (ORCPT ); Wed, 5 Apr 2017 05:02:30 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Wed, 5 Apr 2017 10:01:41 +0100 From: Charles Keepax To: Daniel Baluta CC: , , , , , , , , , Subject: Re: [PATCH 1/2] ASoC: codec: wm9860: Refactor PLL out freq search Message-ID: <20170405090141.GZ6986@localhost.localdomain> References: <1491324314-27067-1-git-send-email-daniel.baluta@nxp.com> <1491324314-27067-2-git-send-email-daniel.baluta@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1491324314-27067-2-git-send-email-daniel.baluta@nxp.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=2 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-1702020001 definitions=main-1704050078 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 302 Lines: 11 On Tue, Apr 04, 2017 at 07:45:13PM +0300, Daniel Baluta wrote: > Add a separate function for deriving (sysclk, lrclk, bclk) > when the clock is auto or pll. > > Signed-off-by: Daniel Baluta > --- Acked-by: Charles Keepax Thanks, Charles