USB: bcma: separate code initializing USB 2.0 core
authorRafał Miłecki <zajec5@gmail.com>
Sat, 5 Dec 2015 12:15:07 +0000 (13:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 04:37:47 +0000 (20:37 -0800)
commitadbff3a4f93d8501e8ae11906268e21b086d57ed
tree2c7b4a418ed378ac8bd386367b2b1e1263b2fa6d
parent352d9e2ee85b43170388599a17cd7b219f270163
USB: bcma: separate code initializing USB 2.0 core

This splits one big probing function into two smaller ones. The main one
is now responsible for the generic stuff: allocating memory & enabling
power using GPIO. The new one contains code that is specific to the USB
2.0 bcma core.
This will allow adding support for the USB 3.0 bcma core (handling XHCI)
in the future.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/bcma-hcd.c
This page took 0.024552 seconds and 5 git commands to generate.