Commit 8efc87d8 authored by Kevin Hilman's avatar Kevin Hilman

USB: sync MUSB driver core with mainline

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent cb7ecd5c
...@@ -119,8 +119,8 @@ struct cppi { ...@@ -119,8 +119,8 @@ struct cppi {
void __iomem *mregs; /* Mentor regs */ void __iomem *mregs; /* Mentor regs */
void __iomem *tibase; /* TI/CPPI regs */ void __iomem *tibase; /* TI/CPPI regs */
struct cppi_channel tx[4]; struct cppi_channel tx[MUSB_C_NUM_EPT - 1];
struct cppi_channel rx[4]; struct cppi_channel rx[MUSB_C_NUM_EPR - 1];
struct dma_pool *pool; struct dma_pool *pool;
......
...@@ -31,15 +31,15 @@ ...@@ -31,15 +31,15 @@
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/io.h> #include <linux/io.h>
#include <mach/hardware.h> #include <asm/arch/hardware.h>
#include <mach/gpio.h> #include <asm/arch/memory.h>
#include <asm/memory.h> #include <asm/arch/gpio.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include "musb_core.h" #include "musb_core.h"
#ifdef CONFIG_MACH_DAVINCI_EVM #ifdef CONFIG_MACH_DAVINCI_EVM
#include <mach/i2c-client.h> #include <asm/arch/i2c-client.h>
#endif #endif
#include "davinci.h" #include "davinci.h"
......
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
#include <linux/io.h> #include <linux/io.h>
#ifdef CONFIG_ARM #ifdef CONFIG_ARM
#include <mach/hardware.h> #include <asm/arch/hardware.h>
#include <asm/memory.h> #include <asm/arch/memory.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#endif #endif
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#include <linux/io.h> #include <linux/io.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/hardware.h> #include <asm/arch/hardware.h>
#include <mach/mux.h> #include <asm/arch/mux.h>
#include "musb_core.h" #include "musb_core.h"
#include "omap2430.h" #include "omap2430.h"
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
#define __MUSB_OMAP243X_H__ #define __MUSB_OMAP243X_H__
#if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430) #if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430)
#include <mach/hardware.h> #include <asm/arch/hardware.h>
#include <mach/usb.h> #include <asm/arch/usb.h>
/* /*
* OMAP2430-specific definitions * OMAP2430-specific definitions
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#include <linux/usb.h> #include <linux/usb.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <mach/dma.h> #include <asm/arch/dma.h>
#include <mach/mux.h> #include <asm/arch/mux.h>
#include "musb_core.h" #include "musb_core.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment