From: Pavel Machek <pavel@ucw.cz>
To: Vitaly Minko <vitaly.minko@gmail.com>,
kernel list <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.arm.linux.org.uk>
Subject: Re: 2.6.30 kernel for Zaurus
Date: Mon, 22 Jun 2009 20:12:27 +0200 [thread overview]
Message-ID: <20090622181227.GA2473@ucw.cz> (raw)
In-Reply-To: <20090624181323.GC6618@elf.ucw.cz>
On Wed 2009-06-24 20:13:24, Pavel Machek wrote:
>
> On Wed 2009-06-24 17:19:19, Vitaly Minko wrote:
> > Hi Pavel,
> >
> > I want to upgrade my kernel on Zaurus C1000 to the latest stable version.
> > Do I need any additional patches besides your suspend-related one that
> > you posted here:
> > http://patchwork.kernel.org/patch/26927/
>
> Well, you'll also need to disable offline charging, and I only tested
> it on spitz.
Try this...
diff -ur arm.ofic/common/sharpsl_pm.c arm/common/sharpsl_pm.c
--- arm.ofic/common/sharpsl_pm.c 2009-05-29 01:10:31.000000000 +0200
+++ arm/common/sharpsl_pm.c 2009-06-01 12:01:35.000000000 +0200
@@ -12,7 +12,7 @@
*
*/
-#undef DEBUG
+#define DEBUG
#include <linux/module.h>
#include <linux/timer.h>
@@ -546,6 +546,9 @@
static int corgi_enter_suspend(unsigned long alarm_time, unsigned int alarm_enable, suspend_state_t state)
{
+
+ return 0;
+
if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable) )
{
if (!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE)) {
diff -ur arm.ofic/mach-pxa/spitz_pm.c arm/mach-pxa/spitz_pm.c
--- arm.ofic/mach-pxa/spitz_pm.c 2009-05-29 01:11:02.000000000 +0200
+++ arm/mach-pxa/spitz_pm.c 2009-05-28 23:28:30.000000000 +0200
@@ -124,6 +124,7 @@
int is_resume = 0;
int acin = sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN);
+#if 0
if (spitz_last_ac_status != acin) {
if (acin) {
/* charge on */
@@ -141,6 +142,8 @@
return 0;
}
+#endif
+
if (PEDR & GPIO_bit(SPITZ_GPIO_KEY_INT))
is_resume |= GPIO_bit(SPITZ_GPIO_KEY_INT);
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
prev parent reply other threads:[~2009-06-24 18:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4A4227D7.4050900@gmail.com>
2009-06-24 18:13 ` Pavel Machek
2009-06-22 18:12 ` Pavel Machek [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=20090622181227.GA2473@ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=vitaly.minko@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®