All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Patches to add dr_mode for dwc2
@ 2014-08-06  1:01 ` Kever Yang
  0 siblings, 0 replies; 10+ messages in thread
From: Kever Yang @ 2014-08-06  1:01 UTC (permalink / raw)
  To: Paul Zimmerman
  Cc: dianders-F7+t8E8rja9g9hUCZPvPmw, Heiko Stuebner,
	addy.ke-TNX95d0MmH7DzftRWevZcw, cf-TNX95d0MmH7DzftRWevZcw,
	xjq-TNX95d0MmH7DzftRWevZcw, olof-nZhT3qVonbNeoWH0uzbU5w,
	sonnyrao-F7+t8E8rja9g9hUCZPvPmw, wulf-TNX95d0MmH7DzftRWevZcw,
	lyz-TNX95d0MmH7DzftRWevZcw, jg1.han-Sze3O3UU22JBDgjK7y7TUQ,
	hj-TNX95d0MmH7DzftRWevZcw, huangtao-TNX95d0MmH7DzftRWevZcw,
	Kever Yang, devicetree-u79uwXL29TY76Z2rM5mHXA, Matt Porter,
	Paul Zimmerman, linux-usb-u79uwXL29TY76Z2rM5mHXA, Kumar Gala,
	Stephen Warren, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Ian Campbell,
	Kishon Vijay Abraham I, Rob Herring, Pawel Moll,
	Greg Kroah-Hartman, 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 v4:
- From Doug's suggestion:
 -- remove dr_mode init from Kconfig code
 -- change the commit meesage

Changes in v3:
- fix the odd spacing in dwc2_hsotg struct
- From Jingoo's suggestion:
    change the commit message
- add dr_mode init from Kconfig

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                    |  4 ++++
 4 files changed, 29 insertions(+)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-08-19 18:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06  1:01 [PATCH v4 0/2] Patches to add dr_mode for dwc2 Kever Yang
2014-08-06  1:01 ` Kever Yang
2014-08-06  1:01 ` [PATCH v4 1/2] Documentation: dt-bindings: add dt binding info for dwc2 dr_mode Kever Yang
2014-08-06  1:01 ` [PATCH v4 2/2] usb: dwc2: add 'mode' which based on Kconfig select or dts setting Kever Yang
2014-08-06 22:24   ` Doug Anderson
2014-08-06 22:48     ` Dinh Nguyen
2014-08-06 22:57     ` Paul Zimmerman
2014-08-07  3:14       ` Dinh Nguyen
2014-08-07  3:34   ` Doug Anderson
2014-08-19 18:56   ` Doug Anderson

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.