All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver
@ 2017-02-10  3:06 ` Frank Wang
  0 siblings, 0 replies; 14+ messages in thread
From: Frank Wang @ 2017-02-10  3:06 UTC (permalink / raw)
  To: johnyoun, gregkh, robh+dt, mark.rutland, heiko
  Cc: linux-kernel, linux-usb, devicetree, linux-rockchip, huangtao,
	kever.yang, william.wu, daniel.meng, frank.wang

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(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-02-22 20:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-10  3:06 [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver Frank Wang
2017-02-10  3:06 ` Frank Wang
2017-02-10  3:06 ` [RESEND PATCH v2 1/2] Documentation: dt: dwc2: amend clocks property Frank Wang
2017-02-10  3:06   ` Frank Wang
2017-02-16  2:16   ` Rob Herring
2017-02-16  2:16     ` Rob Herring
2017-02-10  3:06 ` [RESEND PATCH v2 2/2] usb: dwc2: add multiple clocks handling Frank Wang
2017-02-10  3:06   ` Frank Wang
2017-02-22  1:29 ` [RESEND PATCH v2 0/2] add multiple clock handling for dwc2 driver Frank Wang
2017-02-22  1:29   ` Frank Wang
2017-02-22 14:58   ` Greg KH
2017-02-22 14:58     ` Greg KH
2017-02-22 20:19   ` John Youn
2017-02-22 20:19     ` John Youn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.