From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756194AbcCWR2q (ORCPT ); Wed, 23 Mar 2016 13:28:46 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:57476 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752215AbcCWR2o (ORCPT ); Wed, 23 Mar 2016 13:28:44 -0400 Subject: Re: [PATCH v2 00/11] da8xx USB clocks To: Sergei Shtylyov , David Lechner References: <1458181615-27782-1-git-send-email-david@lechnology.com> <56EAB38C.9070905@cogentembedded.com> CC: Petr Kulhavy , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kevin Hilman , Kishon Vijay Abraham I , Alan Stern , Greg Kroah-Hartman , Bin Liu , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Robert Jarzmik , Tony Lindgren , , , , From: Sekhar Nori Message-ID: <56F2D1E3.6060608@ti.com> Date: Wed, 23 Mar 2016 22:56:59 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56EAB38C.9070905@cogentembedded.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, On Thursday 17 March 2016 07:09 PM, Sergei Shtylyov wrote: > On 3/17/2016 5:26 AM, David Lechner wrote: > >> OK, ready for round two. > > You're quick... :-) > >> I've added a new callback in the davinci clocks so that they can properly >> handle clock muxing. The clock functions are pretty much the same as >> in the >> previous patch set other than clk_set_parent() now works. >> >> The next new thing is a phy driver for the CFGCHIP2 register that >> controls the >> SoC USB PHY (both USB 1.1 and USB 2.0). The ohci and musb drivers have >> been >> updated to use this new phy driver. > > Fantastic! At least there's some breakthru on this front. +1 Thanks a bunch for resurrecting this code. Regards, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Wed, 23 Mar 2016 22:56:59 +0530 Subject: [PATCH v2 00/11] da8xx USB clocks In-Reply-To: <56EAB38C.9070905@cogentembedded.com> References: <1458181615-27782-1-git-send-email-david@lechnology.com> <56EAB38C.9070905@cogentembedded.com> Message-ID: <56F2D1E3.6060608@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi David, On Thursday 17 March 2016 07:09 PM, Sergei Shtylyov wrote: > On 3/17/2016 5:26 AM, David Lechner wrote: > >> OK, ready for round two. > > You're quick... :-) > >> I've added a new callback in the davinci clocks so that they can properly >> handle clock muxing. The clock functions are pretty much the same as >> in the >> previous patch set other than clk_set_parent() now works. >> >> The next new thing is a phy driver for the CFGCHIP2 register that >> controls the >> SoC USB PHY (both USB 1.1 and USB 2.0). The ohci and musb drivers have >> been >> updated to use this new phy driver. > > Fantastic! At least there's some breakthru on this front. +1 Thanks a bunch for resurrecting this code. Regards, Sekhar