Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
573f8c8d
Commit
573f8c8d
authored
Feb 20, 2013
by
Russell King
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'fixes' and 'mmci' into for-linus
parents
7c4e9ced
653a761e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
183 additions
and
126 deletions
+183
-126
drivers/mmc/host/mmci.c
drivers/mmc/host/mmci.c
+181
-125
drivers/mmc/host/mmci.h
drivers/mmc/host/mmci.h
+2
-1
No files found.
drivers/mmc/host/mmci.c
View file @
573f8c8d
This diff is collapsed.
Click to expand it.
drivers/mmc/host/mmci.h
View file @
573f8c8d
...
@@ -28,6 +28,8 @@
...
@@ -28,6 +28,8 @@
#define MCI_ST_UX500_NEG_EDGE (1 << 13)
#define MCI_ST_UX500_NEG_EDGE (1 << 13)
#define MCI_ST_UX500_HWFCEN (1 << 14)
#define MCI_ST_UX500_HWFCEN (1 << 14)
#define MCI_ST_UX500_CLK_INV (1 << 15)
#define MCI_ST_UX500_CLK_INV (1 << 15)
/* Modified PL180 on Versatile Express platform */
#define MCI_ARM_HWFCEN (1 << 12)
#define MMCIARGUMENT 0x008
#define MMCIARGUMENT 0x008
#define MMCICOMMAND 0x00c
#define MMCICOMMAND 0x00c
...
@@ -193,7 +195,6 @@ struct mmci_host {
...
@@ -193,7 +195,6 @@ struct mmci_host {
/* pio stuff */
/* pio stuff */
struct
sg_mapping_iter
sg_miter
;
struct
sg_mapping_iter
sg_miter
;
unsigned
int
size
;
unsigned
int
size
;
struct
regulator
*
vcc
;
/* pinctrl handles */
/* pinctrl handles */
struct
pinctrl
*
pinctrl
;
struct
pinctrl
*
pinctrl
;
...
...
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