public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Patches to add dr_mode for dwc2
@ 2014-08-04 13:45 Kever Yang
  2014-08-04 13:45 ` [PATCH v3 1/2] Documentation: dt-bindings: add dt binding info for dwc2 dr_mode Kever Yang
  2014-08-04 13:45 ` [PATCH v3 2/2] usb: dwc2: add 'mode' which based on Kconfig select or dts setting Kever Yang
  0 siblings, 2 replies; 9+ messages in thread
From: Kever Yang @ 2014-08-04 13:45 UTC (permalink / raw)
  To: Paul Zimmerman
  Cc: dianders, Heiko Stuebner, linux-arm-kernel, addy.ke, cf, xjq,
	olof, sonnyrao, wulf, lyz, jg1.han, hj, huangtao, Kever Yang,
	devicetree, Matt Porter, Paul Zimmerman, linux-usb, Kumar Gala,
	Stephen Warren, linux-kernel, Ian Campbell, Rob Herring,
	Pawel Moll, Greg Kroah-Hartman, Felipe Balbi, Mark Rutland

These two patches enable the dr_mode for the dwc2 usb
controller.  These are split from the patch series adding
rk3288 dwc2 support.

Changes in v3:
- fix the odd spacing in dwc2_hsotg struct
- From Jingoo's suggestion:
    change the commit message

Changes in v2:
- Split out dr_mode and rk3288 bindings.
- put spaces around '+' operator
- expand the comment for dr_mode
- handle dr_mode is USB_DR_MODE_OTG

Kever Yang (2):
  Documentation: dt-bindings: add dt binding info for dwc2 dr_mode
  usb: dwc2: add 'mode' which based on Kconfig select or dts setting

 Documentation/devicetree/bindings/usb/dwc2.txt |  2 ++
 drivers/usb/dwc2/core.c                        | 18 ++++++++++++++++++
 drivers/usb/dwc2/core.h                        |  5 +++++
 drivers/usb/dwc2/platform.c                    | 12 ++++++++++++
 4 files changed, 37 insertions(+)

-- 
1.9.1


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

end of thread, other threads:[~2014-08-06 22:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 13:45 [PATCH v3 0/2] Patches to add dr_mode for dwc2 Kever Yang
2014-08-04 13:45 ` [PATCH v3 1/2] Documentation: dt-bindings: add dt binding info for dwc2 dr_mode Kever Yang
2014-08-04 16:20   ` Doug Anderson
2014-08-04 13:45 ` [PATCH v3 2/2] usb: dwc2: add 'mode' which based on Kconfig select or dts setting Kever Yang
2014-08-04 16:34   ` Doug Anderson
2014-08-05  1:45     ` Kever Yang
2014-08-05  3:55       ` Doug Anderson
2014-08-05 20:08       ` Paul Zimmerman
2014-08-06 22:13         ` Doug Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox