2005-09-04 10:36:07

by Russell King

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

On Thu, Jul 21, 2005 at 07:25:58AM +0200, Pavel Machek wrote:
> From: John Lenz <[email protected]>
>
> This adds low-level suspend/resume support to locomo.c.
>
> Signed-off-by: Pavel Machek <[email protected]>

Shouldn't this be signed off by John himself? Not applied.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core


2005-09-06 07:59:38

by Pavel Machek

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

Hi!

> > From: John Lenz <[email protected]>
> >
> > This adds low-level suspend/resume support to locomo.c.
> >
> > Signed-off-by: Pavel Machek <[email protected]>
>
> Shouldn't this be signed off by John himself? Not applied.

Well, it would be nice if it was signed off by him, but John is
nowhere to be reached.

So I signed it off myself, as in:

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

; that should be okay.
Pavel
--
if you have sharp zaurus hardware you don't need... you know my address

2005-09-08 13:42:13

by Russell King

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

On Tue, Sep 06, 2005 at 09:58:53AM +0200, Pavel Machek wrote:
> Well, it would be nice if it was signed off by him, but John is
> nowhere to be reached.

Hmm, ok, applied.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core

2005-09-08 23:29:28

by John Lenz

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

On Tue, September 6, 2005 2:58 am, Pavel Machek said:
> Hi!
>
>> > From: John Lenz <[email protected]>
>> >
>> > This adds low-level suspend/resume support to locomo.c.
>> >
>> > Signed-off-by: Pavel Machek <[email protected]>
>>
>> Shouldn't this be signed off by John himself? Not applied.
>
> Well, it would be nice if it was signed off by him, but John is
> nowhere to be reached.

Sorry. I have been away from the internet (somewhat unexpectedly) the
past three weeks... so I am not up to date on what has been happening.
For the near future as I try and come back up to speed, patches can be
applied from Pavel.

Pavel, perhaps you could send me an email about what you (and others) have
done the past few weeks? The patches on my site and such are probably a
ways out of date. What/where is the latest code located? What progress
has been made... Hopefully sometime next week I can start working on this
stuff again.

Thanks,
John

2005-09-10 22:38:38

by Pavel Machek

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

Hi!

> >> > From: John Lenz <[email protected]>
> >> >
> >> > This adds low-level suspend/resume support to locomo.c.
> >> >
> >> > Signed-off-by: Pavel Machek <[email protected]>
> >>
> >> Shouldn't this be signed off by John himself? Not applied.
> >
> > Well, it would be nice if it was signed off by him, but John is
> > nowhere to be reached.
>
> Sorry. I have been away from the internet (somewhat unexpectedly) the
> past three weeks... so I am not up to date on what has been happening.
> For the near future as I try and come back up to speed, patches can be
> applied from Pavel.
>
> Pavel, perhaps you could send me an email about what you (and others) have
> done the past few weeks? The patches on my site and such are probably a
> ways out of date. What/where is the latest code located? What progress
> has been made... Hopefully sometime next week I can start working on this
> stuff again.

[I have just came back from 3 days horse trip... you'll get replies to
other mails later.]

There's git tree at http://www.kernel.org/git ... its called linux-z. It
worked for before I got to 2.6.13, but it is now broken (IIRC, maybe
its okay). PCMCIA never worked for me. linux-z is probably good start
for new work. It should have all your patches IIRC.

I started work on battery control, and it does something, but I do not
dare enabling charging juts yet.

Pavel
--
if you have sharp zaurus hardware you don't need... you know my address

2005-09-10 22:53:31

by Richard Purdie

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

On Sun, 2005-09-11 at 00:38 +0200, Pavel Machek wrote:
> [I have just came back from 3 days horse trip... you'll get replies to
> other mails later.]
>
> There's git tree at http://www.kernel.org/git ... its called linux-z. It
> worked for before I got to 2.6.13, but it is now broken (IIRC, maybe
> its okay). PCMCIA never worked for me. linux-z is probably good start
> for new work. It should have all your patches IIRC.
>
> I started work on battery control, and it does something, but I do not
> dare enabling charging juts yet.

It might be worth looking at:

http://www.rpsys.net/openzaurus/patches/sharpsl_pm-r8.patch

This is a more general and much cleaned up version of the Sharp power
management code. I've not studied the collie specifics so I don't know
how adaptable this would be for your uses. Examples of machine specific
support code are:

http://www.rpsys.net/openzaurus/patches/spitz_pm-r3.patch
http://www.rpsys.net/openzaurus/patches/corgi_pm-r3.patch

I'm still cleaning this up but its getting there...

Richard

2005-09-11 20:37:50

by Pavel Machek

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

Hi!

> > >> > From: John Lenz <[email protected]>
> > >> >
> > >> > This adds low-level suspend/resume support to locomo.c.
> > >> >
> > >> > Signed-off-by: Pavel Machek <[email protected]>
> > >>
> > >> Shouldn't this be signed off by John himself? Not applied.
> > >
> > > Well, it would be nice if it was signed off by him, but John is
> > > nowhere to be reached.
> >
> > Sorry. I have been away from the internet (somewhat unexpectedly) the
> > past three weeks... so I am not up to date on what has been happening.
> > For the near future as I try and come back up to speed, patches can be
> > applied from Pavel.
> >
> > Pavel, perhaps you could send me an email about what you (and others) have
> > done the past few weeks? The patches on my site and such are probably a
> > ways out of date. What/where is the latest code located? What progress
> > has been made... Hopefully sometime next week I can start working on this
> > stuff again.
>
> [I have just came back from 3 days horse trip... you'll get replies to
> other mails later.]
>
> There's git tree at http://www.kernel.org/git ... its called linux-z. It
> worked for before I got to 2.6.13, but it is now broken (IIRC, maybe
> its okay). PCMCIA never worked for me. linux-z is probably good start
> for new work. It should have all your patches IIRC.

Okay, it was really stupid problem, I #if-0ed collie-specific code. No
wonder it did not boot. I'll start push to kernel.org but it will take
a while. FYI, bigdiff against mainline is attached, split version will
appear on kernel.org in few hours.
Pavel

--
if you have sharp zaurus hardware you don't need... you know my address


Attachments:
(No filename) (1.62 kB)
delme.gz (41.82 kB)
Download all attachments

2005-09-11 22:52:23

by Pavel Machek

[permalink] [raw]
Subject: Re: [patch] Add suspend/resume support to locomo.c

Hi!

> > > Pavel, perhaps you could send me an email about what you (and others) have
> > > done the past few weeks? The patches on my site and such are probably a
> > > ways out of date. What/where is the latest code located? What progress
> > > has been made... Hopefully sometime next week I can start working on this
> > > stuff again.
> >
> > [I have just came back from 3 days horse trip... you'll get replies to
> > other mails later.]
> >
> > There's git tree at http://www.kernel.org/git ... its called linux-z. It
> > worked for before I got to 2.6.13, but it is now broken (IIRC, maybe
> > its okay). PCMCIA never worked for me. linux-z is probably good start
> > for new work. It should have all your patches IIRC.
>
> Okay, it was really stupid problem, I #if-0ed collie-specific code. No
> wonder it did not boot. I'll start push to kernel.org but it will take
> a while. FYI, bigdiff against mainline is attached, split version will
> appear on kernel.org in few hours.

Okay, I played a bit with Richard's patches, and broke my tree
again. Last good one is

commit 4c8a125f9906fda6a43224ad0bad99a8583eb488
tree 14796040835cd69c635dc4b15430b49e2721630b
parent fc0058795a7bd2a9b87e7368dc30ad6701888c7b
author <pavel@amd.(none)> Sun, 11 Sep 2005 23:30:36 +0200
committer <pavel@amd.(none)> Sun, 11 Sep 2005 23:30:36 +0200

Remove include/asm-arm/arch-sa1100/ucb1x00.h and fix stuff that breaks.


Pavel

--
if you have sharp zaurus hardware you don't need... you know my address