forked from torvalds/linux
-
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.
Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/im…
…x/linux-2.6.git Merge branch 'imx-devel' into devel
- Loading branch information
Showing
27 changed files
with
1,270 additions
and
115 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
extern struct platform_device mxc_gpt1; | ||
extern struct platform_device mxc_gpt2; | ||
extern struct platform_device mxc_gpt3; | ||
extern struct platform_device mxc_gpt4; | ||
extern struct platform_device mxc_gpt5; | ||
extern struct platform_device mxc_wdt; | ||
extern struct platform_device mxc_irda_device; | ||
extern struct platform_device mxc_uart_device0; | ||
extern struct platform_device mxc_uart_device1; | ||
extern struct platform_device mxc_uart_device2; | ||
extern struct platform_device mxc_uart_device3; | ||
extern struct platform_device mxc_uart_device4; | ||
extern struct platform_device mxc_uart_device5; | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
extern struct platform_device mxc_uart_device0; | ||
extern struct platform_device mxc_uart_device1; | ||
extern struct platform_device mxc_uart_device2; | ||
extern struct platform_device mxc_uart_device3; | ||
extern struct platform_device mxc_uart_device4; |
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.