All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add USB Host support for OMAP5 uevm for 3.13
@ 2013-10-08 10:06 ` Roger Quadros
  0 siblings, 0 replies; 43+ messages in thread
From: Roger Quadros @ 2013-10-08 10:06 UTC (permalink / raw)
  To: bcousson-rdvid1DuHRBWk0Htik3J/w, tony-4v6yS6AI5VpBDgjK7y7TUQ
  Cc: balbi-l0cyMroinI0, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Roger Quadros

Hi,

This patch series provide USB host support for the OMAP5 uEVM board.
As ethernet port is over USB, it brings up ethernet as well.

Series depends on the OMAP clock tree DT data series by Tero Kristo [1]

Tested on OMAP5 uEVM and OMAP4 Panda.

cheers,
-roger

[1] - 	OMAP Clock DT conversion
	http://www.spinics.net/lists/arm-kernel/msg275311.html

Roger Quadros (6):
  ARM: OMAP5: hwmod data: Add USB Host and TLL modules
  ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module
  ARM: dts: omap4-panda: Provide USB PHY clock
  ARM: dts: omap5-uevm: Provide USB PHY clock
  Revert "ARM: OMAP2+: Provide alias to USB PHY clock"
  mfd: omap-usb: prepare/unprepare clock while enable/disable

 arch/arm/boot/dts/omap4-panda-common.dtsi  |    8 +--
 arch/arm/boot/dts/omap5-uevm.dts           |    8 +--
 arch/arm/boot/dts/omap5.dtsi               |    2 +
 arch/arm/mach-omap2/board-generic.c        |   23 +-----
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c |  135 ++++++++++++++++++++++++++++
 drivers/mfd/omap-usb-host.c                |   16 ++--
 drivers/mfd/omap-usb-tll.c                 |    4 +-
 7 files changed, 152 insertions(+), 44 deletions(-)

-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" 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] 43+ messages in thread

end of thread, other threads:[~2013-12-08 23:23 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08 10:06 [PATCH v2 0/6] Add USB Host support for OMAP5 uevm for 3.13 Roger Quadros
2013-10-08 10:06 ` Roger Quadros
2013-10-08 10:06 ` Roger Quadros
2013-10-08 10:06 ` [PATCH v2 1/6] ARM: OMAP5: hwmod data: Add USB Host and TLL modules Roger Quadros
2013-10-08 10:06   ` Roger Quadros
2013-10-08 10:06   ` Roger Quadros
     [not found]   ` <1381226799-29158-2-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2013-10-09  7:03     ` Paul Walmsley
2013-10-09  7:03       ` Paul Walmsley
2013-10-09  7:03       ` Paul Walmsley
2013-10-08 10:06 ` [PATCH v2 2/6] ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module Roger Quadros
2013-10-08 10:06   ` Roger Quadros
2013-10-08 10:06   ` Roger Quadros
2013-10-08 10:06 ` [PATCH v2 3/6] ARM: dts: omap4-panda: Provide USB PHY clock Roger Quadros
2013-10-08 10:06   ` Roger Quadros
2013-10-08 10:06   ` Roger Quadros
2013-10-08 10:06 ` [PATCH v2 4/6] ARM: dts: omap5-uevm: " Roger Quadros
2013-10-08 10:06   ` Roger Quadros
2013-10-08 10:06   ` Roger Quadros
     [not found] ` <1381226799-29158-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2013-10-08 10:06   ` [PATCH v2 5/6] Revert "ARM: OMAP2+: Provide alias to USB PHY clock" Roger Quadros
2013-10-08 10:06     ` Roger Quadros
2013-10-08 10:06     ` Roger Quadros
2013-10-09  7:10     ` Roger Quadros
2013-10-09  7:10       ` Roger Quadros
2013-10-09  7:10       ` Roger Quadros
2013-10-09 15:15       ` Tony Lindgren
2013-10-09 15:15         ` Tony Lindgren
2013-10-10  9:15         ` Roger Quadros
2013-10-10  9:15           ` Roger Quadros
2013-10-10  9:15           ` Roger Quadros
2013-10-22 15:17           ` Tony Lindgren
2013-10-22 15:17             ` Tony Lindgren
2013-10-23 10:14             ` Roger Quadros
2013-10-23 10:14               ` Roger Quadros
2013-10-23 10:14               ` Roger Quadros
2013-12-08 23:22               ` Tony Lindgren
2013-12-08 23:22                 ` Tony Lindgren
2013-12-08 23:22                 ` Tony Lindgren
2013-10-08 10:06 ` [PATCH v2 6/6] mfd: omap-usb: prepare/unprepare clock while enable/disable Roger Quadros
2013-10-08 10:06   ` Roger Quadros
2013-10-08 10:06   ` Roger Quadros
     [not found]   ` <1381226799-29158-7-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2013-10-10  9:31     ` Roger Quadros
2013-10-10  9:31       ` Roger Quadros
2013-10-10  9:31       ` 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.