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
0e490050
Commit
0e490050
authored
Jan 05, 2009
by
Haavard Skinnemoen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'move-atmel-mci-h' into boards
parents
dd5e1339
c42aa775
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
arch/avr32/boards/atngw100/setup.c
arch/avr32/boards/atngw100/setup.c
+1
-1
arch/avr32/boards/atstk1000/atstk1002.c
arch/avr32/boards/atstk1000/atstk1002.c
+1
-1
arch/avr32/boards/atstk1000/atstk1003.c
arch/avr32/boards/atstk1000/atstk1003.c
+1
-1
arch/avr32/boards/atstk1000/atstk1004.c
arch/avr32/boards/atstk1000/atstk1004.c
+1
-1
arch/avr32/boards/mimc200/setup.c
arch/avr32/boards/mimc200/setup.c
+1
-1
arch/avr32/mach-at32ap/at32ap700x.c
arch/avr32/mach-at32ap/at32ap700x.c
+1
-1
drivers/mmc/host/atmel-mci.c
drivers/mmc/host/atmel-mci.c
+1
-1
include/linux/atmel-mci.h
include/linux/atmel-mci.h
+3
-3
No files found.
arch/avr32/boards/atngw100/setup.c
View file @
0e490050
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
#include <linux/types.h>
#include <linux/types.h>
#include <linux/leds.h>
#include <linux/leds.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi.h>
#include <linux/atmel-mci.h>
#include <asm/atmel-mci.h>
#include <asm/io.h>
#include <asm/io.h>
#include <asm/setup.h>
#include <asm/setup.h>
...
...
arch/avr32/boards/atstk1000/atstk1002.c
View file @
0e490050
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
#include <linux/types.h>
#include <linux/types.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi.h>
#include <linux/spi/at73c213.h>
#include <linux/spi/at73c213.h>
#include <linux/atmel-mci.h>
#include <video/atmel_lcdc.h>
#include <video/atmel_lcdc.h>
#include <asm/io.h>
#include <asm/io.h>
#include <asm/setup.h>
#include <asm/setup.h>
#include <asm/atmel-mci.h>
#include <mach/at32ap700x.h>
#include <mach/at32ap700x.h>
#include <mach/board.h>
#include <mach/board.h>
...
...
arch/avr32/boards/atstk1000/atstk1003.c
View file @
0e490050
...
@@ -17,9 +17,9 @@
...
@@ -17,9 +17,9 @@
#include <linux/spi/at73c213.h>
#include <linux/spi/at73c213.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi.h>
#include <linux/atmel-mci.h>
#include <asm/setup.h>
#include <asm/setup.h>
#include <asm/atmel-mci.h>
#include <mach/at32ap700x.h>
#include <mach/at32ap700x.h>
#include <mach/board.h>
#include <mach/board.h>
...
...
arch/avr32/boards/atstk1000/atstk1004.c
View file @
0e490050
...
@@ -17,11 +17,11 @@
...
@@ -17,11 +17,11 @@
#include <linux/spi/at73c213.h>
#include <linux/spi/at73c213.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi.h>
#include <linux/atmel-mci.h>
#include <video/atmel_lcdc.h>
#include <video/atmel_lcdc.h>
#include <asm/setup.h>
#include <asm/setup.h>
#include <asm/atmel-mci.h>
#include <mach/at32ap700x.h>
#include <mach/at32ap700x.h>
#include <mach/board.h>
#include <mach/board.h>
...
...
arch/avr32/boards/mimc200/setup.c
View file @
0e490050
...
@@ -24,7 +24,7 @@ extern struct atmel_lcdfb_info mimc200_lcdc_data;
...
@@ -24,7 +24,7 @@ extern struct atmel_lcdfb_info mimc200_lcdc_data;
#include <video/atmel_lcdc.h>
#include <video/atmel_lcdc.h>
#include <linux/fb.h>
#include <linux/fb.h>
#include <
asm
/atmel-mci.h>
#include <
linux
/atmel-mci.h>
#include <linux/io.h>
#include <linux/io.h>
#include <asm/setup.h>
#include <asm/setup.h>
...
...
arch/avr32/mach-at32ap/at32ap700x.c
View file @
0e490050
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
#include <linux/gpio.h>
#include <linux/gpio.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi.h>
#include <linux/usb/atmel_usba_udc.h>
#include <linux/usb/atmel_usba_udc.h>
#include <linux/atmel-mci.h>
#include <asm/atmel-mci.h>
#include <asm/io.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/irq.h>
...
...
drivers/mmc/host/atmel-mci.c
View file @
0e490050
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#include <linux/stat.h>
#include <linux/stat.h>
#include <linux/mmc/host.h>
#include <linux/mmc/host.h>
#include <linux/atmel-mci.h>
#include <asm/atmel-mci.h>
#include <asm/io.h>
#include <asm/io.h>
#include <asm/unaligned.h>
#include <asm/unaligned.h>
...
...
arch/avr32/include/asm
/atmel-mci.h
→
include/linux
/atmel-mci.h
View file @
0e490050
#ifndef __
ASM_AVR32
_ATMEL_MCI_H
#ifndef __
LINUX
_ATMEL_MCI_H
#define __
ASM_AVR32
_ATMEL_MCI_H
#define __
LINUX
_ATMEL_MCI_H
#define ATMEL_MCI_MAX_NR_SLOTS 2
#define ATMEL_MCI_MAX_NR_SLOTS 2
...
@@ -36,4 +36,4 @@ struct mci_platform_data {
...
@@ -36,4 +36,4 @@ struct mci_platform_data {
struct
mci_slot_pdata
slot
[
ATMEL_MCI_MAX_NR_SLOTS
];
struct
mci_slot_pdata
slot
[
ATMEL_MCI_MAX_NR_SLOTS
];
};
};
#endif
/* __
ASM_AVR32
_ATMEL_MCI_H */
#endif
/* __
LINUX
_ATMEL_MCI_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