* [PATCH] mx21/devices: fix USBOTG resource
@ 2010-05-15 2:08 Wolfram Sang
2010-05-15 10:11 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2010-05-15 2:08 UTC (permalink / raw)
To: linux-arm-kernel
It got a typo from 988addf82e4c03739375279de73929580a2d4a6a.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Martin Fuzzey <mfuzzey@gmail.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/mach-mx2/devices.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-mx2/devices.c b/arch/arm/mach-mx2/devices.c
index b91e412..04f36d8 100644
--- a/arch/arm/mach-mx2/devices.c
+++ b/arch/arm/mach-mx2/devices.c
@@ -483,8 +483,8 @@ int __init mxc_register_gpios(void)
#ifdef CONFIG_MACH_MX21
static struct resource mx21_usbhc_resources[] = {
{
- .start = MX21_BASE_ADDR,
- .end = MX21_BASE_ADDR + 0x1FFF,
+ .start = MX21_USBOTG_BASE_ADDR,
+ .end = MX21_USBOTG_BASE_ADDR + SZ_8K - 1,
.flags = IORESOURCE_MEM,
},
{
--
1.7.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] mx21/devices: fix USBOTG resource
2010-05-15 2:08 [PATCH] mx21/devices: fix USBOTG resource Wolfram Sang
@ 2010-05-15 10:11 ` Russell King - ARM Linux
2010-05-16 22:53 ` Wolfram Sang
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2010-05-15 10:11 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, May 15, 2010 at 04:08:44AM +0200, Wolfram Sang wrote:
> It got a typo from 988addf82e4c03739375279de73929580a2d4a6a.
It's one of the problems of git rerere - although it remembers the
resolution, if it's the wrong resolution there's no easy way to get
it to drop the wrong one in favour of a corrected one, short of
blowing away the entire .git/rr-cache directory.
I've got one such instance with the AT91 stuff at the moment, where
a patch has been submitted which breaks the AT91 USB code...
However, please send your patch to the patch system.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] mx21/devices: fix USBOTG resource
2010-05-15 10:11 ` Russell King - ARM Linux
@ 2010-05-16 22:53 ` Wolfram Sang
0 siblings, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2010-05-16 22:53 UTC (permalink / raw)
To: linux-arm-kernel
> However, please send your patch to the patch system.
Done, btw (6135).
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100517/4a225356/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-16 22:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15 2:08 [PATCH] mx21/devices: fix USBOTG resource Wolfram Sang
2010-05-15 10:11 ` Russell King - ARM Linux
2010-05-16 22:53 ` Wolfram Sang
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).