From: Tony Lindgren <tony@atomide.com>
To: David Brownell <david-b@pacbell.net>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [patch 2.6.21-rc5-omap1-git] fix OMAP1 mpuio suspend/resume oops
Date: Tue, 3 Apr 2007 14:51:37 -0400 [thread overview]
Message-ID: <20070403185136.GE32591@atomide.com> (raw)
In-Reply-To: <200704021246.47873.david-b@pacbell.net>
* David Brownell <david-b@pacbell.net> [070402 17:11]:
> Fix oops in omap16xx mpuio suspend/resume code; field wasn't initialized
>
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
>
> --- osk2.orig/arch/arm/plat-omap/gpio.c 2007-04-01 09:46:56.000000000 -0700
> +++ osk2/arch/arm/plat-omap/gpio.c 2007-04-01 22:13:35.000000000 -0700
> @@ -1178,6 +1178,8 @@ static struct platform_device omap_mpuio
>
> static inline void mpuio_init(void)
> {
> + platform_set_drvdata(&omap_mpuio_device, &gpio_bank_1610[0]);
> +
> if (platform_driver_register(&omap_mpuio_driver) == 0)
> (void) platform_device_register(&omap_mpuio_device);
> }
Pushing to omap-upstream.
Tony
prev parent reply other threads:[~2007-04-03 18:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-02 19:46 [patch 2.6.21-rc5-omap1-git] fix OMAP1 mpuio suspend/resume oops David Brownell
2007-04-03 18:51 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070403185136.GE32591@atomide.com \
--to=tony@atomide.com \
--cc=david-b@pacbell.net \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.