Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577276 > unrolled thread

[PATCH v2 0/2] add multiple clock handling for dwc2 driver

Started byFrank Wang <frank.wang@rock-chips.com>
First post2017-02-09 03:50 +0100
Last post2017-02-09 03:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] add multiple clock handling for dwc2 driver Frank Wang <frank.wang@rock-chips.com> - 2017-02-09 03:50 +0100

#1577276 — [PATCH v2 0/2] add multiple clock handling for dwc2 driver

FromFrank Wang <frank.wang@rock-chips.com>
Date2017-02-09 03:50 +0100
Subject[PATCH v2 0/2] add multiple clock handling for dwc2 driver
Message-ID<t8MY1-7L-5@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web