-
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: 62662 b: refs/heads/master c: e09d02e h: refs/heads/master v: v3
- Loading branch information
Eric Miao
authored and
Russell King
committed
Jul 20, 2007
1 parent
4934eb1
commit f440819
Showing
13 changed files
with
66 additions
and
101 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: 26c671c6b7c02bc9f9c42331e6ecbeccdf67164c | ||
refs/heads/master: e09d02e123fb6944af23a0697369ebcfc15acf73 |
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,7 +1,6 @@ | ||
obj-y := irq.o time.o generic.o | ||
|
||
obj-$(CONFIG_MACH_CC9P9360DEV) += mach-cc9p9360dev.o | ||
obj-$(CONFIG_MACH_CC9P9360JS) += mach-cc9p9360js.o | ||
|
||
obj-$(CONFIG_BOARD_A9M9750DEV) += board-a9m9750dev.o | ||
obj-$(CONFIG_BOARD_JSCC9P9360) += board-jscc9p9360.o |
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,11 +1,11 @@ | ||
extern struct platform_device pxamci_device; | ||
extern struct platform_device pxaudc_device; | ||
extern struct platform_device pxafb_device; | ||
extern struct platform_device ffuart_device; | ||
extern struct platform_device btuart_device; | ||
extern struct platform_device stuart_device; | ||
extern struct platform_device hwuart_device; | ||
extern struct platform_device pxai2c_device; | ||
extern struct platform_device pxai2s_device; | ||
extern struct platform_device pxaficp_device; | ||
extern struct platform_device pxartc_device; | ||
extern struct platform_device pxa_device_mci; | ||
extern struct platform_device pxa_device_udc; | ||
extern struct platform_device pxa_device_fb; | ||
extern struct platform_device pxa_device_ffuart; | ||
extern struct platform_device pxa_device_btuart; | ||
extern struct platform_device pxa_device_stuart; | ||
extern struct platform_device pxa_device_hwuart; | ||
extern struct platform_device pxa_device_i2c; | ||
extern struct platform_device pxa_device_i2s; | ||
extern struct platform_device pxa_device_ficp; | ||
extern struct platform_device pxa_device_rtc; |
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