Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966680AbcCQNjb (ORCPT ); Thu, 17 Mar 2016 09:39:31 -0400 Received: from mail-lf0-f54.google.com ([209.85.215.54]:33174 "EHLO mail-lf0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753011AbcCQNj2 (ORCPT ); Thu, 17 Mar 2016 09:39:28 -0400 Subject: Re: [PATCH v2 00/11] da8xx USB clocks To: David Lechner References: <1458181615-27782-1-git-send-email-david@lechnology.com> Cc: Petr Kulhavy , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Sekhar Nori , Kevin Hilman , Kishon Vijay Abraham I , Alan Stern , Greg Kroah-Hartman , Bin Liu , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Robert Jarzmik , Tony Lindgren , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org From: Sergei Shtylyov Message-ID: <56EAB38C.9070905@cogentembedded.com> Date: Thu, 17 Mar 2016 16:39:24 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1458181615-27782-1-git-send-email-david@lechnology.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 593 Lines: 19 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. [...] MBR, Sergei