From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754400AbcFGIzK (ORCPT ); Tue, 7 Jun 2016 04:55:10 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:59508 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753983AbcFGIzH (ORCPT ); Tue, 7 Jun 2016 04:55:07 -0400 Subject: Re: [PATCH] mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source To: Rob Herring References: <1462965209-6955-1-git-send-email-peter.ujfalusi@ti.com> <20160516150231.GA5527@rob-hp-laptop> CC: , , , , From: Peter Ujfalusi Message-ID: <7d5e3117-a014-0107-bf75-775401834e02@ti.com> Date: Tue, 7 Jun 2016 11:54:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160516150231.GA5527@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Lee, On 05/16/16 18:02, Rob Herring wrote: > 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 Can you take a look at this patch if it is OK to pick? >> drivers/mfd/twl6040.c | 34 +++++++++++++++++------ >> include/linux/mfd/twl6040.h | 3 +- >> 3 files changed, 29 insertions(+), 12 deletions(-) Thanks, Péter