Prepare to remove the large number of S3C2410_GPxn defines
by moving to S3C2410_GPx(n) in arch/arm.
The following perl was used to change the files:
perl -pi~ -e 's/S3C2410_GP([A-Z])([0-9]+)([^_^0-9])/S3C2410_GP\1\(\2\)\3/g'
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
|
||
|---|---|---|
| .. | ||
| DMA.txt | ||
| EB2410ITX.txt | ||
| GPIO.txt | ||
| H1940.txt | ||
| NAND.txt | ||
| Overview.txt | ||
| S3C2412.txt | ||
| S3C2413.txt | ||
| SMDK2440.txt | ||
| Suspend.txt | ||
| USB-Host.txt | ||