Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1585854 > unrolled thread
| Started by | Frank Wang <frank.wang@rock-chips.com> |
|---|---|
| First post | 2017-02-22 02:40 +0100 |
| Last post | 2017-02-22 21:30 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver Frank Wang <frank.wang@rock-chips.com> - 2017-02-22 02:40 +0100
Re: [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver Greg KH <gregkh@linuxfoundation.org> - 2017-02-22 16:00 +0100
Re: [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver John Youn <John.Youn@synopsys.com> - 2017-02-22 21:30 +0100
| From | Frank Wang <frank.wang@rock-chips.com> |
|---|---|
| Date | 2017-02-22 02:40 +0100 |
| Subject | Re: [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver |
| Message-ID | <tdu4q-2kt-13@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-02-22 16:00 +0100 |
| Message-ID | <tdGyC-3dk-31@gated-at.bofh.it> |
| In reply to | #1585854 |
On Wed, Feb 22, 2017 at 09:29:43AM +0800, Frank Wang wrote: > Hi John and Greg, > > Friendly ping... :-) I'm not the one to take dwc2 patches, sorry, nothing I can do here, especially in the middle of the merge window... greg k-h
[toc] | [prev] | [next] | [standalone]
| From | John Youn <John.Youn@synopsys.com> |
|---|---|
| Date | 2017-02-22 21:30 +0100 |
| Subject | Re: [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver |
| Message-ID | <tdLHY-7aV-17@gated-at.bofh.it> |
| In reply to | #1585854 |
On 2/21/2017 5:30 PM, Frank Wang wrote: > Hi John and Greg, > > Friendly ping... :-) > Hi Frank, We'll take a look at this and get back to you soon. Regards, John > 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 > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web