* [PATCH] sh: fix sh7724 VEU3F resource size
@ 2009-12-01 13:38 Magnus Damm
2009-12-04 4:46 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-12-01 13:38 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
Fix one-off VEU3F size error for sh7724.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- 0001/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
+++ work/arch/sh/kernel/cpu/sh4a/setup-sh7724.c 2009-12-01 21:17:58.000000000 +0900
@@ -204,7 +204,7 @@ static struct resource veu0_resources[]
[0] = {
.name = "VEU3F0",
.start = 0xfe920000,
- .end = 0xfe9200cb - 1,
+ .end = 0xfe9200cb,
.flags = IORESOURCE_MEM,
},
[1] = {
@@ -236,7 +236,7 @@ static struct resource veu1_resources[]
[0] = {
.name = "VEU3F1",
.start = 0xfe924000,
- .end = 0xfe9240cb - 1,
+ .end = 0xfe9240cb,
.flags = IORESOURCE_MEM,
},
[1] = {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: fix sh7724 VEU3F resource size
2009-12-01 13:38 [PATCH] sh: fix sh7724 VEU3F resource size Magnus Damm
@ 2009-12-04 4:46 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-12-04 4:46 UTC (permalink / raw)
To: linux-sh
On Tue, Dec 01, 2009 at 10:38:52PM +0900, Magnus Damm wrote:
> Fix one-off VEU3F size error for sh7724.
On Thu, Dec 03, 2009 at 09:31:45PM +0900, Magnus Damm wrote:
> This patch updates the Runtime PM code for SuperH Mobile
> to allow drivers to have NULL as pm or callback value.
> With this in place there is no need for no-op functions.
Both applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-04 4:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-01 13:38 [PATCH] sh: fix sh7724 VEU3F resource size Magnus Damm
2009-12-04 4:46 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).