[PATCH 0/3 v2] mx31moboard: OTG host support

Philippe Rétornaz philippe.retornaz at epfl.ch
Tue May 11 10:57:48 EDT 2010


Hello

This patch set add the OTG host support for the eyebot robot.

The first patch fix the usb PHY reset so we really do reset and configure 
the pad pull-up/down so the signal are stable while applying the reset 
signal (observed with an oscilloscope).

The last two patches are adding a new number to the mx31moboard_baseboard 
bootparam so we can choose at boot if we want an usb device or host on the 
smartbot board.

v2: I've added Acked-by from Valentin on the first two patches, fixed
some typo and modified the last patch according to Valentin comment.

Regards,
Philippe

Philippe Rétornaz (3):
  mx31moboard: Fix usb PHY reset
  mx31moboard: Move usb OTG device registration
  mx31moboard: OTG host support for smartbot board

 arch/arm/mach-mx3/mach-mx31moboard.c               |  104 +++++++-------------
 arch/arm/mach-mx3/mx31moboard-devboard.c           |    9 ++
 arch/arm/mach-mx3/mx31moboard-marxbot.c            |    8 ++
 arch/arm/mach-mx3/mx31moboard-smartbot.c           |   45 ++++++++-
 arch/arm/plat-mxc/include/mach/board-mx31moboard.h |    3 +-
 5 files changed, 100 insertions(+), 69 deletions(-)




More information about the linux-arm-kernel mailing list