From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754156AbdBVBaS (ORCPT ); Tue, 21 Feb 2017 20:30:18 -0500 Received: from regular1.263xmail.com ([211.150.99.133]:54655 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753638AbdBVBaF (ORCPT ); Tue, 21 Feb 2017 20:30:05 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: frank.wang@rock-chips.com X-FST-TO: frank.wang@rock-chips.com X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: frank.wang@rock-chips.com X-UNIQUE-TAG: X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver To: johnyoun@synopsys.com, gregkh@linuxfoundation.org, robh+dt@kernel.org, mark.rutland@arm.com, heiko@sntech.de References: <1486695987-7280-1-git-send-email-frank.wang@rock-chips.com> Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, huangtao@rock-chips.com, kever.yang@rock-chips.com, william.wu@rock-chips.com, daniel.meng@rock-chips.com, frank.wang@rock-chips.com From: Frank Wang Message-ID: <706482a7-7d07-a902-9b47-1a791f9a8185@rock-chips.com> Date: Wed, 22 Feb 2017 09:29:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1486695987-7280-1-git-send-email-frank.wang@rock-chips.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 Hi John and Greg, Friendly ping... :-) On 2017/2/10 11:06, Frank Wang wrote: > Resend this series to involve device tree maintainer and add 'Reviewed-by' tag for driver. > > The Current default dwc2 just handle one clock named otg, however, it may have > two or more clock need to manage for some new SoCs(such as RK3328), so this > adds change clk to clk's array of dwc2_hsotg to handle more clocks operation. > > Changes in v2: > - amend dwc2 clocks property in DT. > - change DWC2_MAX_CLKS to 5 and amend commit message. > > Frank Wang (2): > Documentation: dt: dwc2: amend clocks property > usb: dwc2: add multiple clocks handling > > Documentation/devicetree/bindings/usb/dwc2.txt | 13 +++++++-- > drivers/usb/dwc2/core.h | 5 +++- > drivers/usb/dwc2/platform.c | 39 +++++++++++++++++--------- > 3 files changed, 40 insertions(+), 17 deletions(-) > BR. Frank From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Wang Subject: Re: [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver Date: Wed, 22 Feb 2017 09:29:43 +0800 Message-ID: <706482a7-7d07-a902-9b47-1a791f9a8185@rock-chips.com> References: <1486695987-7280-1-git-send-email-frank.wang@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1486695987-7280-1-git-send-email-frank.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: johnyoun-HKixBCOQz3hWk0Htik3J/w@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org, william.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org, daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org, frank.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org List-Id: devicetree@vger.kernel.org Hi John and Greg, Friendly ping... :-) On 2017/2/10 11:06, Frank Wang wrote: > Resend this series to involve device tree maintainer and add 'Reviewed-by' tag for driver. > > The Current default dwc2 just handle one clock named otg, however, it may have > two or more clock need to manage for some new SoCs(such as RK3328), so this > adds change clk to clk's array of dwc2_hsotg to handle more clocks operation. > > Changes in v2: > - amend dwc2 clocks property in DT. > - change DWC2_MAX_CLKS to 5 and amend commit message. > > Frank Wang (2): > Documentation: dt: dwc2: amend clocks property > usb: dwc2: add multiple clocks handling > > Documentation/devicetree/bindings/usb/dwc2.txt | 13 +++++++-- > drivers/usb/dwc2/core.h | 5 +++- > drivers/usb/dwc2/platform.c | 39 +++++++++++++++++--------- > 3 files changed, 40 insertions(+), 17 deletions(-) > BR. Frank -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html