USB: bcma: initialize Northstar USB 3.0 controller
authorRafał Miłecki <zajec5@gmail.com>
Fri, 8 Jul 2016 12:02:50 +0000 (14:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Aug 2016 13:59:35 +0000 (15:59 +0200)
commit3cc7e7b7872ebd0f200b5450f5471bc3700de141
treeff4cbd33d2ac94045a9e87a3972c2e6dfd58767b
parenta094760b9a77f81ee3cbeff323ee77c928f41106
USB: bcma: initialize Northstar USB 3.0 controller

It's a rather simple controller, we just need to make sure USB is
powered (using GPIO pin) and reset bus core. Once this is done it's
safe to register XHCI controller and let it init PHY and do its magic.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/bcma-hcd.c