Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243425
b: refs/heads/master
c: 31d31fe
h: refs/heads/master
i:
  243423: 92bc7c3
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Chris Ball committed Mar 25, 2011
1 parent 61cec23 commit 7c5c1c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69d1fe18e92afb4687605a1ab2ec73fbc3bae344
refs/heads/master: 31d31fe76859653172120b5f8f7440f2a0694de9
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ static struct resource sdhi0_resources[] = {
[0] = {
.name = "SDHI0",
.start = 0xe6850000,
.end = 0xe68501ff,
.end = 0xe68500ff,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down Expand Up @@ -345,7 +345,7 @@ static struct resource sdhi1_resources[] = {
[0] = {
.name = "SDHI1",
.start = 0xe6860000,
.end = 0xe68601ff,
.end = 0xe68600ff,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-shmobile/board-g4evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static struct resource sdhi0_resources[] = {
[0] = {
.name = "SDHI0",
.start = 0xe6d50000,
.end = 0xe6d501ff,
.end = 0xe6d50nff,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand All @@ -232,7 +232,7 @@ static struct resource sdhi1_resources[] = {
[0] = {
.name = "SDHI1",
.start = 0xe6d60000,
.end = 0xe6d601ff,
.end = 0xe6d600ff,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ static struct resource sdhi0_resources[] = {
[0] = {
.name = "SDHI0",
.start = 0xe6850000,
.end = 0xe68501ff,
.end = 0xe68500ff,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down Expand Up @@ -725,7 +725,7 @@ static struct resource sdhi1_resources[] = {
[0] = {
.name = "SDHI1",
.start = 0xe6860000,
.end = 0xe68601ff,
.end = 0xe68600ff,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down Expand Up @@ -768,7 +768,7 @@ static struct resource sdhi2_resources[] = {
[0] = {
.name = "SDHI2",
.start = 0xe6870000,
.end = 0xe68701ff,
.end = 0xe68700ff,
.flags = IORESOURCE_MEM,
},
[1] = {
Expand Down

0 comments on commit 7c5c1c0

Please sign in to comment.