Re: [PATCH] mach-omap1: Fix call to omap_cfg_reg

2014-07-08 Thread Tony Lindgren
* Nick Krause [140707 10:42]: > Hey Tony, > This seems to be a false positive then.Please reply if it is so I can remove > the > Fix me message. Yes, just replace the FIXME with a comment please. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body

Re: [PATCH] mach-omap1: Fix call to omap_cfg_reg

2014-07-07 Thread Nick Krause
Hey Tony, This seems to be a false positive then.Please reply if it is so I can remove the Fix me message. Cheers Nick On Mon, Jul 7, 2014 at 4:14 AM, Tony Lindgren wrote: > * Nicholas Krause [140704 10:03]: >> This patch fixes the call to ompa_cfg_reg(USB2_SPEED) in the case >> that the cpu is

Re: [PATCH] mach-omap1: Fix call to omap_cfg_reg

2014-07-07 Thread Tony Lindgren
* Nicholas Krause [140704 10:03]: > This patch fixes the call to ompa_cfg_reg(USB2_SPEED) in the case > that the cpu is a omap16xx and the nwires are not equal to 3. This is most likely unsafe to do as the pin is probably shared with some other device and we have to rely for the bootloader to do

[PATCH] mach-omap1: Fix call to omap_cfg_reg

2014-07-04 Thread Nicholas Krause
This patch fixes the call to ompa_cfg_reg(USB2_SPEED) in the case that the cpu is a omap16xx and the nwires are not equal to 3. Signed-off-by: Nicholas Krause --- arch/arm/mach-omap1/usb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/mach-omap1/usb.c b/arch/arm/