From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754123AbcEPPCi (ORCPT ); Mon, 16 May 2016 11:02:38 -0400 Received: from mail.kernel.org ([198.145.29.136]:39495 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753853AbcEPPCg (ORCPT ); Mon, 16 May 2016 11:02:36 -0400 Date: Mon, 16 May 2016 10:02:31 -0500 From: Rob Herring To: Peter Ujfalusi Cc: lee.jones@linaro.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, tony@atomide.com, devicetree@vger.kernel.org Subject: Re: [PATCH] mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source Message-ID: <20160516150231.GA5527@rob-hp-laptop> References: <1462965209-6955-1-git-send-email-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462965209-6955-1-git-send-email-peter.ujfalusi@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2016 at 02:13:29PM +0300, Peter Ujfalusi wrote: > On some boards, like omap5-uevm the MCLK is gated by default and in order > to be able to use the High performance modes of twl6040 it need to be > enabled by SW. > Add support for handling the MCLK source clock via CCF. > At the same time lover the print priority of the notification that the 32K > clock is not proveded so it is not going to be handled by the driver. > > Signed-off-by: Peter Ujfalusi > --- > Documentation/devicetree/bindings/mfd/twl6040.txt | 4 +-- Acked-by: Rob Herring > drivers/mfd/twl6040.c | 34 +++++++++++++++++------ > include/linux/mfd/twl6040.h | 3 +- > 3 files changed, 29 insertions(+), 12 deletions(-)