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


Groups > linux.kernel > #1626120 > unrolled thread

[PATCH v2 0/3] ACG support for dwc2 driver

Started byRazmik Karapetyan <Razmik.Karapetyan@synopsys.com>
First post2017-04-19 15:50 +0200
Last post2017-04-19 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] ACG support for dwc2 driver Razmik Karapetyan <Razmik.Karapetyan@synopsys.com> - 2017-04-19 15:50 +0200

#1626120 — [PATCH v2 0/3] ACG support for dwc2 driver

FromRazmik Karapetyan <Razmik.Karapetyan@synopsys.com>
Date2017-04-19 15:50 +0200
Subject[PATCH v2 0/3] ACG support for dwc2 driver
Message-ID<txY9z-43H-5@gated-at.bofh.it>
Patches related to implementation of ACG functionality in dwc2 driver.

In short this feature specifies, that controller supports Dynamic Power Reduction 
during no traffic scenarios. 

Razmik Karapetyan (3):
  usb: dwc2: Define PCGCCTL1 register in hw.h
  usb: dwc2: Define Active Clock Gating support bit in GHWCFG4
  usb: dwc2: Add dwc2_enable_acg function

 drivers/usb/dwc2/core.c   | 16 ++++++++++++++++
 drivers/usb/dwc2/core.h   |  2 ++
 drivers/usb/dwc2/gadget.c | 12 ++++++++++--
 drivers/usb/dwc2/hcd.c    |  5 +++++
 drivers/usb/dwc2/hw.h     |  5 +++++
 5 files changed, 38 insertions(+), 2 deletions(-)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web