All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] USB: phy: phy-nop: Use RESET controller for managing the reset line
@ 2013-07-18  8:53 ` Roger Quadros
  0 siblings, 0 replies; 30+ messages in thread
From: Roger Quadros @ 2013-07-18  8:53 UTC (permalink / raw)
  To: balbi-l0cyMroinI0, benoit.cousson-QSEj5FYQhm4dnm+yROfE0A
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Roger Quadros

Hi,

Till now we were modelling the RESET line as a voltage regulator and
using the regulator framework to manage it.

[1] introduces a GPIO based reset controller driver. We use that
to manage the PHY reset line, at least for DT boots. For legacy boots,
will still need to use the regulator framework for reset lines.

Felipe,

The first patch is for you. The Kconfig change might conflict if
you apply this on top of my PHY Kconfig cleanup series.

Benoit,

Patches 2 to 6 are for you.

NOTE: All patches depend on [1] which is yet to be merged in.

cheers,
-roger

[1] - http://thread.gmane.org/gmane.linux.drivers.devicetree/41348

Roger Quadros (6):
  usb: phy-nop: Use RESET Controller for managing the reset line
  ARM: dts: omap3-beagle: Use reset-gpio driver for hsusb2_reset
  ARM: dts: omap4-panda: Use reset-gpio driver for hsusb1_reset
  ARM: dts: omap5-uevm: Use reset-gpio driver for hsusb2_reset
  ARM: dts: omap3-beagle-xm: Add USB Host support
  ARM: dts: omap3-beagle: Make USB host pin naming consistent

 .../devicetree/bindings/usb/usb-nop-xceiv.txt      |   10 ++-
 arch/arm/boot/dts/omap3-beagle-xm.dts              |   75 +++++++++++++++++---
 arch/arm/boot/dts/omap3-beagle.dts                 |   41 +++++------
 arch/arm/boot/dts/omap4-panda-common.dtsi          |   22 ++----
 arch/arm/boot/dts/omap5-uevm.dts                   |   17 ++---
 drivers/usb/phy/Kconfig                            |    1 +
 drivers/usb/phy/phy-nop.c                          |   48 ++++++++++---
 7 files changed, 146 insertions(+), 68 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2013-08-14  9:32 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18  8:53 [PATCH 0/6] USB: phy: phy-nop: Use RESET controller for managing the reset line Roger Quadros
2013-07-18  8:53 ` Roger Quadros
2013-07-18  8:53 ` Roger Quadros
     [not found] ` <1374137590-17865-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2013-07-18  8:53   ` [PATCH 1/6] usb: phy-nop: Use RESET Controller " Roger Quadros
2013-07-18  8:53     ` Roger Quadros
2013-07-18  8:53     ` Roger Quadros
2013-07-25 17:28     ` Felipe Balbi
2013-07-25 17:28       ` Felipe Balbi
2013-07-25 17:28       ` Felipe Balbi
2013-07-26  7:50       ` Roger Quadros
2013-07-26  7:50         ` Roger Quadros
2013-07-26  7:50         ` Roger Quadros
2013-08-14  9:31       ` Roger Quadros
2013-08-14  9:31         ` Roger Quadros
2013-08-14  9:31         ` Roger Quadros
2013-07-18  8:53   ` [PATCH 3/6] ARM: dts: omap4-panda: Use reset-gpio driver for hsusb1_reset Roger Quadros
2013-07-18  8:53     ` Roger Quadros
2013-07-18  8:53     ` Roger Quadros
2013-07-18  8:53 ` [PATCH 2/6] ARM: dts: omap3-beagle: Use reset-gpio driver for hsusb2_reset Roger Quadros
2013-07-18  8:53   ` Roger Quadros
2013-07-18  8:53   ` Roger Quadros
2013-07-18  8:53 ` [PATCH 4/6] ARM: dts: omap5-uevm: " Roger Quadros
2013-07-18  8:53   ` Roger Quadros
2013-07-18  8:53   ` Roger Quadros
2013-07-18  8:53 ` [PATCH 5/6] ARM: dts: omap3-beagle-xm: Add USB Host support Roger Quadros
2013-07-18  8:53   ` Roger Quadros
2013-07-18  8:53   ` Roger Quadros
2013-07-18  8:53 ` [PATCH 6/6] ARM: dts: omap3-beagle: Make USB host pin naming consistent Roger Quadros
2013-07-18  8:53   ` Roger Quadros
2013-07-18  8:53   ` Roger Quadros

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.