Patch "ARM: imx: ehci: fix host power mask bit" has been added to the 3.6-stable tree

2012-11-19 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: imx: ehci: fix host power mask bit to the 3.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-imx-ehci-fix

Re: [PATCH] ARM: imx: ehci: fix host power mask bit

2012-11-16 Thread Michael D. Burkey
ot;Fabio Estevam" ; "Michael Burkey" ; "Greg Kroah-Hartman" ; "Stable" ; "Hans J. Koch" ; "Daniel Mack" ; "Christian Hemp" ; Sent: Friday, November 16, 2012 9:55 AM Subject: Re: [PATCH] ARM: imx: ehci: fix host power mask bit

Re: [PATCH] ARM: imx: ehci: fix host power mask bit

2012-11-16 Thread Sascha Hauer
On Fri, Nov 16, 2012 at 03:39:24PM +0100, Christoph Fritz wrote: > This patch sets HPM (Host power mask bit) to bit 16 according to i.MX > Reference Manual. Falsely it was set to bit 8, but this controls pull-up > Impedance. > > Reported-by: Michael Burkey > Cc: Stable > Signed-off-by: Christoph

[PATCH] ARM: imx: ehci: fix host power mask bit

2012-11-16 Thread Christoph Fritz
This patch sets HPM (Host power mask bit) to bit 16 according to i.MX Reference Manual. Falsely it was set to bit 8, but this controls pull-up Impedance. Reported-by: Michael Burkey Cc: Stable Signed-off-by: Christoph Fritz Acked-by: Eric BĂ©nard --- arch/arm/mach-imx/ehci-imx25.c |2 +- a