* [PATCH] sh: fix USBF resource for sh7722
@ 2008-05-22 13:15 Magnus Damm
2008-05-23 2:19 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2008-05-22 13:15 UTC (permalink / raw)
To: linux-sh
The USBF function on sh7722 is currently not working with the m66592_udc
driver. The driver is using platform_get_resource_byname() so my commit
a0d29798e568116aa6c32aef7bab2d9e620c88ad broke sh7722 support.
The long term fix is to replace platform_get_resource_byname() in the
driver with platform_get_resource(), but this helps until that happens.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0001/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ work/arch/sh/kernel/cpu/sh4a/setup-sh7722.c 2008-05-22 14:19:32.000000000 +0900
@@ -16,7 +16,7 @@
static struct resource usbf_resources[] = {
[0] = {
- .name = "USBF",
+ .name = "m66592_udc",
.start = 0x04480000,
.end = 0x044800FF,
.flags = IORESOURCE_MEM,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: fix USBF resource for sh7722
2008-05-22 13:15 [PATCH] sh: fix USBF resource for sh7722 Magnus Damm
@ 2008-05-23 2:19 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-05-23 2:19 UTC (permalink / raw)
To: linux-sh
On Thu, May 22, 2008 at 10:15:31PM +0900, Magnus Damm wrote:
> The USBF function on sh7722 is currently not working with the m66592_udc
> driver. The driver is using platform_get_resource_byname() so my commit
> a0d29798e568116aa6c32aef7bab2d9e620c88ad broke sh7722 support.
>
> The long term fix is to replace platform_get_resource_byname() in the
> driver with platform_get_resource(), but this helps until that happens.
On Thu, May 22, 2008 at 10:19:39PM +0900, Magnus Damm wrote:
> This patch fixes a VPU vector typo for sh7723. The correct value is 0x980,
> the same as for sh7722.
On Thu, May 22, 2008 at 10:24:51PM +0900, Magnus Damm wrote:
> This patch adds support for sh7723 silicon with a prr value of 0x51.
On Thu, May 22, 2008 at 10:34:28PM +0900, Magnus Damm wrote:
> Make use of recently added sm501 8250 uart support, commit
> 61711f8fd8180e458cfb6846bcf4fc636a95f3db makes the mfd code
> handle 8250 uarts so there is no longer need to do it from
> the r2d board code.
On Thu, May 22, 2008 at 10:38:36PM +0900, Magnus Damm wrote:
> Update the Migo-R defconfig to include support for KEYSC, I2C, RTC and
> NAND and NOR MTD devices.
I'll add these to the 2.6.26 queue, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-23 2:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 13:15 [PATCH] sh: fix USBF resource for sh7722 Magnus Damm
2008-05-23 2:19 ` 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).