From: Eric Bénard Date: Thu, 15 Jul 2010 07:20:19 +0000 (+0200) Subject: USB: otg/ulpi.c : fix register write X-Git-Tag: v2.6.36-rc1~293^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa345d0109ac8c8e388196b1db29d1a570239d3b;p=pandora-kernel.git USB: otg/ulpi.c : fix register write ulpi_set_vbus and ulpi_set_flags are using ULPI_SET(register) to write to the PHY's registers, which means we can only set bits in the PHY's register and not clear them. By directly using the address of the register without any offset, we now get the expected behaviour for these functions. Signed-off-by: Eric Bénard Cc: Daniel Mack Cc: linux-arm-kernel@lists.infradead.org Cc: Sascha Hauer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed