All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips: bcm47xx: Enable USB power on Netgear WNDR3400v2
@ 2019-03-11 21:08 Petr Štetiar
  2019-03-11 22:36 ` Paul Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Štetiar @ 2019-03-11 21:08 UTC (permalink / raw)
  To: linux-mips; +Cc: Petr Štetiar, Rafał Miłecki, Hauke Mehrtens

Eric has reported on OpenWrt's bug tracking system[1], that he's not
able to use USB devices on his WNDR3400v2 device after the boot, until
he turns on GPIO #21 manually through sysfs.

1. https://bugs.openwrt.org/index.php?do=details&task_id=2170

Cc: Rafał Miłecki <zajec5@gmail.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Reported-by: Eric Bohlman <ericbohlman@gmail.com>
Tested-by: Eric Bohlman <ericbohlman@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 arch/mips/bcm47xx/workarounds.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/bcm47xx/workarounds.c b/arch/mips/bcm47xx/workarounds.c
index 46eddbe..0ab95dd 100644
--- a/arch/mips/bcm47xx/workarounds.c
+++ b/arch/mips/bcm47xx/workarounds.c
@@ -24,6 +24,7 @@ void __init bcm47xx_workarounds(void)
 	case BCM47XX_BOARD_NETGEAR_WNR3500L:
 		bcm47xx_workarounds_enable_usb_power(12);
 		break;
+	case BCM47XX_BOARD_NETGEAR_WNDR3400V2:
 	case BCM47XX_BOARD_NETGEAR_WNDR3400_V3:
 		bcm47xx_workarounds_enable_usb_power(21);
 		break;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mips: bcm47xx: Enable USB power on Netgear WNDR3400v2
  2019-03-11 21:08 [PATCH] mips: bcm47xx: Enable USB power on Netgear WNDR3400v2 Petr Štetiar
@ 2019-03-11 22:36 ` Paul Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Burton @ 2019-03-11 22:36 UTC (permalink / raw)
  To: Petr Štetiar
  Cc: linux-mips, Petr Štetiar, Rafał Miłecki,
	Hauke Mehrtens, linux-mips

Hello,

Petr Štetiar wrote:
> Eric has reported on OpenWrt's bug tracking system[1], that he's not
> able to use USB devices on his WNDR3400v2 device after the boot, until
> he turns on GPIO #21 manually through sysfs.
> 
> 1. https://bugs.openwrt.org/index.php?do=details&task_id=2170
> 
> Cc: Rafał Miłecki <zajec5@gmail.com>
> Cc: Hauke Mehrtens <hauke@hauke-m.de>
> Reported-by: Eric Bohlman <ericbohlman@gmail.com>
> Tested-by: Eric Bohlman <ericbohlman@gmail.com>
> Signed-off-by: Petr Å tetiar <ynezz@true.cz>

Applied to mips-fixes.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-11 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 21:08 [PATCH] mips: bcm47xx: Enable USB power on Netgear WNDR3400v2 Petr Štetiar
2019-03-11 22:36 ` Paul Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.