9
0
Fork 0
barebox/drivers
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
..
amba amba: check if on remove callback 2015-10-27 16:45:51 +01:00
ata ata: disk_ata_drive: remove obsolete check for ID validity 2015-11-02 07:57:39 +01:00
base exitcall: move device_shutdown to exitcall infrastructure 2015-07-13 08:28:19 +02:00
bus bus: omap-gpmc: Add Generic device support 2015-07-02 08:23:29 +02:00
clk clk: mvebu: Add corediv clock driver for Armada 370/XP 2015-10-12 08:14:11 +02:00
clocksource clock: incorporate dummy clocksource into core clock code 2014-12-17 12:15:11 +01:00
dma of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
eeprom at24: support write-protect GPIO 2015-08-20 07:47:14 +02:00
firmware firmware: socfpga: Fix a bug in fpgamgr_program_write_buf() 2015-04-23 07:57:56 +02:00
gpio gpio: add ath79-gpio driver for Atheros MIPS SoCs 2015-09-23 10:28:03 +02:00
habv4 habv4: add High Assurance Boot v4 2015-04-15 07:12:17 +02:00
i2c i2c: fsl: Add bus recovery support 2015-09-17 10:05:07 +02:00
input input: usb_kbd: skip poll on -EAGAIN error 2015-10-14 15:35:30 +02:00
led led: gpio: Free GPIOs on unregister() 2015-04-20 07:00:21 +02:00
mci mci: Print versions with micro levels correctly 2015-11-05 09:01:17 +01:00
mfd mfd: da9053: remove references to nonexistent cdev member 2015-09-04 08:02:18 +02:00
misc state: backend: support phandle and of_path references 2015-05-15 07:03:49 +02:00
mtd mtd: nand_denali: don't include arch header 2015-10-14 15:33:07 +02:00
net Merge branch 'for-next/net' 2015-11-06 16:10:44 +01:00
of of_path: Allow pointing directly to the partition 2015-09-01 08:07:04 +02:00
pci PCI: remove bogus host bridge setup skipping 2015-06-25 08:37:42 +02:00
phy add generic PHY framework 2014-11-04 09:50:44 +01:00
pinctrl pinctrl: imx-iomux-v2: correct names in EXPORT_SYMBOL macros 2015-07-29 08:01:15 +02:00
pwm PWM: Add MXS PWM support 2015-06-12 12:00:41 +02:00
regulator regulator: Add support for regulator-boot-on device tree property 2015-07-15 07:52:25 +02:00
reset reset: add reset controller framework 2014-05-15 14:17:11 +02:00
rtc of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
serial serial: ns16550: Set linux_console_name 2015-08-26 11:05:03 +02:00
spi Revert "spi: i.MX: optimize transfers for ECSPI v2.3" 2015-10-05 09:47:37 +02:00
usb usb: mx25: fix bit position of "Host power mask" 2015-11-09 07:33:34 +01:00
video Merge branch 'for-next/misc' 2015-11-06 16:10:42 +01:00
w1 driver: Call remove function only when available 2015-03-17 07:24:50 +01:00
watchdog watchdog: Give watchdogs a name 2015-08-27 21:37:07 +02:00
Kconfig add generic PHY framework 2014-11-04 09:50:44 +01:00
Makefile habv4: add High Assurance Boot v4 2015-04-15 07:12:17 +02:00