Commit 9cb0308e authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: musb: split blackfin to its own platform_driver



Just adding its own platform_driver, not really
using it yet.

Later patches will come to split power management
code from musb_core and move it completely to HW
glue layer.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 8ceae51e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ static struct musb_hdrc_platform_data musb_plat = {
static u64 musb_dmamask = ~(u32)0;

static struct platform_device musb_device = {
	.name		= "musb-hdrc",
	.name		= "musb-blackfin",
	.id		= 0,
	.dev = {
		.dma_mask		= &musb_dmamask,
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ static struct musb_hdrc_platform_data musb_plat = {
static u64 musb_dmamask = ~(u32)0;

static struct platform_device musb_device = {
	.name		= "musb-hdrc",
	.name		= "musb-blackfin",
	.id		= 0,
	.dev = {
		.dma_mask		= &musb_dmamask,
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ static struct musb_hdrc_platform_data musb_plat = {
static u64 musb_dmamask = ~(u32)0;

static struct platform_device musb_device = {
	.name		= "musb-hdrc",
	.name		= "musb-blackfin",
	.id		= 0,
	.dev = {
		.dma_mask		= &musb_dmamask,
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ static struct musb_hdrc_platform_data musb_plat = {
static u64 musb_dmamask = ~(u32)0;

static struct platform_device musb_device = {
	.name		= "musb-hdrc",
	.name		= "musb-blackfin",
	.id		= 0,
	.dev = {
		.dma_mask		= &musb_dmamask,
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ static struct musb_hdrc_platform_data musb_plat = {
static u64 musb_dmamask = ~(u32)0;

static struct platform_device musb_device = {
	.name		= "musb-hdrc",
	.name		= "musb-blackfin",
	.id		= 0,
	.dev = {
		.dma_mask		= &musb_dmamask,
Loading