-
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: 308712 b: refs/heads/master c: 35bdd29 h: refs/heads/master v: v3
- Loading branch information
Alessandro Rubini
authored and
Samuel Ortiz
committed
May 9, 2012
1 parent
31ea513
commit 44c6768
Showing
6 changed files
with
810 additions
and
1 deletion.
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: ceb57d27e28a8f979cbfd6391b7da6da51484059 | ||
refs/heads/master: 35bdd29095ad614c5fb4a934bfd4f57a94dfd395 |
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,12 @@ | ||
/* | ||
* Header file for STMicroelectronics ConneXt (STA2X11) IOHub | ||
*/ | ||
#ifndef __ASM_STA2X11_H | ||
#define __ASM_STA2X11_H | ||
|
||
#include <linux/pci.h> | ||
|
||
/* This needs to be called from the MFD to configure its sub-devices */ | ||
struct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev); | ||
|
||
#endif /* __ASM_STA2X11_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
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
Oops, something went wrong.