devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Patches to add support for Rockchip dwc2 controller
@ 2014-08-08  3:55 Kever Yang
  2014-08-08  3:55 ` [PATCH v5 1/4] Documentation: dt-bindings: add dt binding info for Rockchip dwc2 Kever Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Kever Yang @ 2014-08-08  3:55 UTC (permalink / raw)
  To: Paul Zimmerman, heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: dianders-F7+t8E8rja9g9hUCZPvPmw, olof-nZhT3qVonbNeoWH0uzbU5w,
	sonnyrao-F7+t8E8rja9g9hUCZPvPmw, addy.ke-TNX95d0MmH7DzftRWevZcw,
	cf-TNX95d0MmH7DzftRWevZcw, xjq-TNX95d0MmH7DzftRWevZcw,
	wulf-TNX95d0MmH7DzftRWevZcw, lyz-TNX95d0MmH7DzftRWevZcw,
	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, Russell King,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

These patches to add support for dwc2 controller found in
Rockchip processors rk3066, rk3188 and rk3288,
and enable dts for rk3288 evb.

Changes in v5:
- max_transfer_size change to 65535 to met the requirement of
  header file
- change the sort order of dwc2 in rk3288.dtsi
- don't enable otg port for evb

Changes in v4:
- max_transfer_size change to 65536, this should be enough
  for most transfer, the hardware auto-detect will set this
  to 0x7ffff which may make dma_alloc_coherent fail when
  non-dword aligned buf from driver like usbnet happen.
- remove EHCI and HSIC dts patch for Doug had post it seprately.

Changes in v3:
- EHCI and HSIC move new for version 3.
- Rebase

Changes in v2:
- Split out dr_mode and rk3288 bindings.
- add compatible "snps,dwc2" bingding info
- set most parameters as driver auto-detect
- evb patch added in version 2

Kever Yang (4):
  Documentation: dt-bindings: add dt binding info for Rockchip dwc2
  usb: dwc2: add compatible data for rockchip soc
  ARM: dts: add rk3288 dwc2 controller support
  ARM: dts: Enable USB host1(dwc) on rk3288-evb

 Documentation/devicetree/bindings/usb/dwc2.txt |  3 +++
 arch/arm/boot/dts/rk3288-evb.dtsi              |  4 ++++
 arch/arm/boot/dts/rk3288.dtsi                  | 20 ++++++++++++++++++
 drivers/usb/dwc2/platform.c                    | 29 ++++++++++++++++++++++++++
 4 files changed, 56 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-09-09  8:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08  3:55 [PATCH v5 0/4] Patches to add support for Rockchip dwc2 controller Kever Yang
2014-08-08  3:55 ` [PATCH v5 1/4] Documentation: dt-bindings: add dt binding info for Rockchip dwc2 Kever Yang
     [not found]   ` <1407470159-14722-2-git-send-email-kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-08-08 15:42     ` Doug Anderson
2014-08-08  3:55 ` [PATCH v5 3/4] ARM: dts: add rk3288 dwc2 controller support Kever Yang
     [not found]   ` <1407470159-14722-4-git-send-email-kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-08-08 15:45     ` Doug Anderson
     [not found]       ` <CAD=FV=XNSp85H2zVrLPdxDfhokEWFspvwUHjVMWRu8k_wFFm0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-08-08 15:53         ` Heiko Stübner
2014-09-09  8:09           ` Heiko Stübner
2014-08-08  3:55 ` [PATCH v5 4/4] ARM: dts: Enable USB host1(dwc) on rk3288-evb Kever Yang
     [not found]   ` <1407470159-14722-5-git-send-email-kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-08-08 15:46     ` Doug Anderson
     [not found] ` <1407470159-14722-1-git-send-email-kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-09-08 18:43   ` [PATCH v5 0/4] Patches to add support for Rockchip dwc2 controller Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).