Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
8efc87d8
Commit
8efc87d8
authored
Sep 15, 2008
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: sync MUSB driver core with mainline
Signed-off-by:
Kevin Hilman
<
khilman@deeprootsystems.com
>
parent
cb7ecd5c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
14 deletions
+14
-14
drivers/usb/musb/cppi_dma.h
drivers/usb/musb/cppi_dma.h
+2
-2
drivers/usb/musb/davinci.c
drivers/usb/musb/davinci.c
+4
-4
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.c
+2
-2
drivers/usb/musb/omap2430.c
drivers/usb/musb/omap2430.c
+2
-2
drivers/usb/musb/omap2430.h
drivers/usb/musb/omap2430.h
+2
-2
drivers/usb/musb/tusb6010_omap.c
drivers/usb/musb/tusb6010_omap.c
+2
-2
No files found.
drivers/usb/musb/cppi_dma.h
View file @
8efc87d8
...
...
@@ -119,8 +119,8 @@ struct cppi {
void
__iomem
*
mregs
;
/* Mentor regs */
void
__iomem
*
tibase
;
/* TI/CPPI regs */
struct
cppi_channel
tx
[
4
];
struct
cppi_channel
rx
[
4
];
struct
cppi_channel
tx
[
MUSB_C_NUM_EPT
-
1
];
struct
cppi_channel
rx
[
MUSB_C_NUM_EPR
-
1
];
struct
dma_pool
*
pool
;
...
...
drivers/usb/musb/davinci.c
View file @
8efc87d8
...
...
@@ -31,15 +31,15 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <
ma
ch/hardware.h>
#include <
mach/gpio
.h>
#include <asm/
memory
.h>
#include <
asm/ar
ch/hardware.h>
#include <
asm/arch/memory
.h>
#include <asm/
arch/gpio
.h>
#include <asm/mach-types.h>
#include "musb_core.h"
#ifdef CONFIG_MACH_DAVINCI_EVM
#include <
ma
ch/i2c-client.h>
#include <
asm/ar
ch/i2c-client.h>
#endif
#include "davinci.h"
...
...
drivers/usb/musb/musb_core.c
View file @
8efc87d8
...
...
@@ -100,8 +100,8 @@
#include <linux/io.h>
#ifdef CONFIG_ARM
#include <
ma
ch/hardware.h>
#include <asm/memory.h>
#include <
asm/ar
ch/hardware.h>
#include <asm/
arch/
memory.h>
#include <asm/mach-types.h>
#endif
...
...
drivers/usb/musb/omap2430.c
View file @
8efc87d8
...
...
@@ -35,8 +35,8 @@
#include <linux/io.h>
#include <asm/mach-types.h>
#include <
ma
ch/hardware.h>
#include <
ma
ch/mux.h>
#include <
asm/ar
ch/hardware.h>
#include <
asm/ar
ch/mux.h>
#include "musb_core.h"
#include "omap2430.h"
...
...
drivers/usb/musb/omap2430.h
View file @
8efc87d8
...
...
@@ -11,8 +11,8 @@
#define __MUSB_OMAP243X_H__
#if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430)
#include <
ma
ch/hardware.h>
#include <
ma
ch/usb.h>
#include <
asm/ar
ch/hardware.h>
#include <
asm/ar
ch/usb.h>
/*
* OMAP2430-specific definitions
...
...
drivers/usb/musb/tusb6010_omap.c
View file @
8efc87d8
...
...
@@ -15,8 +15,8 @@
#include <linux/usb.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <
ma
ch/dma.h>
#include <
ma
ch/mux.h>
#include <
asm/ar
ch/dma.h>
#include <
asm/ar
ch/mux.h>
#include "musb_core.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment