Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935009AbcCPL51 (ORCPT ); Wed, 16 Mar 2016 07:57:27 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:36733 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934166AbcCPL5Z (ORCPT ); Wed, 16 Mar 2016 07:57:25 -0400 Subject: Re: [PATCH 5/5] usb: musb-da8xx: remove board-specific clock handling To: David Lechner , Sekhar Nori , Kevin Hilman , Alan Stern , Bin Liu , Petr Kulhavy References: <1458081473-8223-1-git-send-email-david@lechnology.com> <1458081473-8223-5-git-send-email-david@lechnology.com> Cc: Russell King , Greg Kroah-Hartman , Felipe Balbi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org From: Sergei Shtylyov Message-ID: <56E94A21.7040601@cogentembedded.com> Date: Wed, 16 Mar 2016 14:57:21 +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: <1458081473-8223-5-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: 444 Lines: 17 Hello. On 3/16/2016 1:37 AM, David Lechner wrote: > This driver should not have to worry about how the clocks are configured > on a system. Added a usb20_phy clock to handle the USB 2.0 PLL clock > externally. > > Also changed to using devm_ to simplify code a bit. This should preferably be split to another patch. Doing one thing per patch is a rule of thumb. > Signed-off-by: David Lechner [...] MBR, Sergei