commit | 84ab80616b0eb5fac4d1970f10ea1b3cf75280e1 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Feb 04 14:45:11 2010 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Thu Feb 04 15:56:34 2010 +0100 |
tree | 5b58e17cffeb5f9966e0efe3d47e589fecafa7eb | |
parent | ba593e5966440deec8684863e0cba9b502c4a377 [diff] |
i.MX ehci platform support: Some fixes - The SIC mask is only 2bits wide, not 4 - MX31_OTG_PM_BIT and MX31_H1_PM_BIT use negative logic - clear MX31_H1_DT_BIT and MX31_H2_DT_BIT so that they can be cleared, not only set. - return -EINVAL if called with an invalid controller number Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: Daniel Mack <daniel@caiaq.de>