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


Groups > linux.kernel > #1632089

[PATCH 0/2] usb: dwc2: Replace polling code with function calls

From Sevak Arakelyan <SEVAK.ARAKELYAN@synopsys.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] usb: dwc2: Replace polling code with function calls
Date 2017-04-27 15:10 +0200
Message-ID <tARlf-13j-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series moves dwc2_hsotg_wait_bit_set polling function to core.c and replaces all the
register polling parts of code with function calls

Tested on HAPS platform with DWC_hsotg IP version 3.30a.

Sevak Arakelyan (2):
  usb: dwc2: Move polling function to core.c.
  usb: dwc2: Use common polling function.

 drivers/usb/dwc2/core.c   | 84 ++++++++++++++++++++++-------------------------
 drivers/usb/dwc2/core.h   |  4 +++
 drivers/usb/dwc2/gadget.c | 38 +++------------------
 drivers/usb/dwc2/hcd.c    | 18 ++++------
 4 files changed, 54 insertions(+), 90 deletions(-)

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] usb: dwc2: Replace polling code with function calls Sevak Arakelyan <SEVAK.ARAKELYAN@synopsys.com> - 2017-04-27 15:10 +0200
  [PATCH 2/2] usb: dwc2: Use common polling function. Sevak Arakelyan <SEVAK.ARAKELYAN@synopsys.com> - 2017-04-27 15:10 +0200

csiph-web