-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 243420 b: refs/heads/master c: 42051e8 h: refs/heads/master v: v3
- Loading branch information
Guennadi Liakhovetski
authored and
Chris Ball
committed
Mar 25, 2011
1 parent
b87f317
commit 03f53af
Showing
9 changed files
with
69 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4fbc5ece430bc2890edc90a112c742844130f943 | ||
refs/heads/master: 42051e8a7bce76ebd3cd201704ee2427120636e1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
#ifndef __SH_MOBILE_SDHI_H__ | ||
#define __SH_MOBILE_SDHI_H__ | ||
#ifndef MFD_SH_MOBILE_SDHI_H | ||
#define MFD_SH_MOBILE_SDHI_H | ||
|
||
#include <linux/types.h> | ||
/* Compatibility header - will disappear once all platforms are converted */ | ||
#include <linux/mmc/sh_mobile_sdhi.h> | ||
|
||
struct sh_mobile_sdhi_info { | ||
int dma_slave_tx; | ||
int dma_slave_rx; | ||
unsigned long tmio_flags; | ||
unsigned long tmio_caps; | ||
u32 tmio_ocr_mask; /* available MMC voltages */ | ||
void (*set_pwr)(struct platform_device *pdev, int state); | ||
int (*get_cd)(struct platform_device *pdev); | ||
}; | ||
|
||
#endif /* __SH_MOBILE_SDHI_H__ */ | ||
#endif /* MFD_SH_MOBILE_SDHI_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef __SH_MOBILE_SDHI_H__ | ||
#define __SH_MOBILE_SDHI_H__ | ||
|
||
#include <linux/types.h> | ||
|
||
struct sh_mobile_sdhi_info { | ||
int dma_slave_tx; | ||
int dma_slave_rx; | ||
unsigned long tmio_flags; | ||
unsigned long tmio_caps; | ||
u32 tmio_ocr_mask; /* available MMC voltages */ | ||
void (*set_pwr)(struct platform_device *pdev, int state); | ||
int (*get_cd)(struct platform_device *pdev); | ||
}; | ||
|
||
#endif /* __SH_MOBILE_SDHI_H__ */ |