barebox/drivers/usb
Uwe Kleine-König d9c2cfd534 usb: mx25: fix bit position of "Host power mask"
The bit MX25_H1_PM_BIT value is handled for port 1 as MX25_OTG_PM_BIT is
for port 0. The latter is called "OPM: OTG power mask" in the i.MX25
reference manual. Its description matches the description of "HPM: Host
power mask" for the host port which is bit 16, not 8.

The Linux kernel (as of 4.3) also has

	#define MX25_H1_PM_BIT                  BIT(16)

.

Fixes: a4076ddf65 ("USB i.MX: Add chipidea driver support")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-11-09 07:33:34 +01:00
..
core usb: core: return -EAGAIN on usb_* functions reentrance 2015-10-14 15:35:30 +02:00
gadget usb: chipidea: Add udc unregister for device removal 2015-09-23 10:31:33 +02:00
host usb: ehci-hcd: Use regular mdelay() 2015-10-14 15:39:26 +02:00
imx usb: mx25: fix bit position of "Host power mask" 2015-11-09 07:33:34 +01:00
musb usb: musb: Use proper timeout loop 2015-07-03 07:06:28 +02:00
otg usb: ulpi: fix logic-op 2014-02-10 08:49:55 +01:00
storage usb: storage: fix warning: no previous prototype for 'usb_stor_Bulk_clear_endpt_stall' 2015-09-14 08:29:20 +02:00
Kconfig USB: MUSB: Add barebox specific changes 2014-09-26 21:36:58 +02:00
Makefile USB: MUSB: Add barebox specific changes 2014-09-26 21:36:58 +02:00