-
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: 48926 b: refs/heads/master c: a21765a h: refs/heads/master v: v3
- Loading branch information
Ben Dooks
authored and
Russell King
committed
Feb 11, 2007
1 parent
7c3bd0d
commit 1fcdfb2
Showing
84 changed files
with
4,784 additions
and
4,690 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: d19494b187b20e363f9b434b9ceab4159ac88324 | ||
refs/heads/master: a21765a70ec06be175d3997320a83fa66fcc8955 |
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,13 @@ | ||
# arch/arm/mach-s3c2400/Kconfig | ||
# | ||
# Copyright 2007 Simtec Electronics | ||
# | ||
# Licensed under GPLv2 | ||
|
||
|
||
|
||
menu "S3C2400 Machines" | ||
|
||
|
||
endmenu | ||
|
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 @@ | ||
# arch/arm/mach-s3c2400/Makefile | ||
# | ||
# Copyright 2007 Simtec Electronics | ||
# | ||
# Licensed under GPLv2 | ||
|
||
obj-y := | ||
obj-m := | ||
obj-n := | ||
obj- := | ||
|
||
obj-$(CONFIG_CPU_S3C2400) += gpio.o | ||
|
||
# Machine support | ||
|
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-s3c2410/s3c2400-gpio.c → trunk/arch/arm/mach-s3c2400/gpio.c
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.