Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756692AbcDGQ3d (ORCPT ); Thu, 7 Apr 2016 12:29:33 -0400 Received: from vern.gendns.com ([206.190.152.46]:40486 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750993AbcDGQ3a (ORCPT ); Thu, 7 Apr 2016 12:29:30 -0400 Subject: Re: [PATCH v3 00/16] da8xx USB clocks Cc: petr@barix.com, sergei.shtylyov@cogentembedded.com, David.Laight@ACULAB.COM, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kevin Hilman , Kishon Vijay Abraham I , Greg Kroah-Hartman , Alan Stern , Bin Liu , Lee Jones , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org References: <1458863503-31121-1-git-send-email-david@lechnology.com> To: Sekhar Nori From: David Lechner Message-ID: <57068AF1.8050909@lechnology.com> Date: Thu, 7 Apr 2016 11:29:37 -0500 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: <1458863503-31121-1-git-send-email-david@lechnology.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1827 Lines: 42 On 03/24/2016 06:51 PM, David Lechner wrote: > This is a reworking of the v2 series based of feedback and review. There were > very many suggestions, so hopefully I didn't miss any. Here are the highlights... > > New stuff: > > * Fixed the davinci device tree declarations to use the preferred DT address > convention so that the items I have added can be correct too. > * Moved that davinci clock init so that we don't have to call ioremap in the > clock mux functions. > * Added a new "syscon" device for the CFGCHIP registers. This is used by the > USB PHY driver and will be used in the future in common clock framework > drivers. > > Changed: > > * USB clocks are moved to a common file instead of having duplicated code. > * PHY driver uses syscon for CFGCHIP registers instead of using them directly. > > David Lechner (16): > dt: davinci: use proper address after @ > mfd: da8xx-cfgchip: New header file for CFGCHIP registers. > ARM: davinici: da8xx: move usb code to new file > ARM: davinci: Move clock init after ioremap. > ARM: davinci: add set_parent callback for mux clocks > ARM: davinci: da850: use clk->set_parent for async3 > ARM: davinci: da8xx: add usb phy clocks > dt-bindings: Add bindings for phy-da8xx-usb > phy: da8xx-usb: new driver for DA8xx SoC USB PHY > ARM: davinci: da8xx: Add CFGCHIPn syscon platform declaration. > ARM: davinci: da8xx: Add USB PHY platform declaration > ARM: dt: da850: Add cfgchip syscon node > ARM: dt: da850: Add usb phy node > usb: ohci-da8xx: Remove code that references mach > usb: musb: da8xx: Use devm in probe > usb: musb: da8xx: Remove mach code > Any further comments before I submit a v4 patchset? Particularly on patches 3 and 4 which are new in this v3 submission and have not been commented on yet.