2009-03-27 19:23:24

by Kristoffer Ericson

[permalink] [raw]
Subject: Using POWER or APM for battery handling

Hey Anton,

My machines (HP Jornada 600-series and HP Jornada 700-series) both
rely on batteries for power. Now, in the past it has all
been handled by an APM_EMULATION driver that
essentially detects the current state (loading YES/NO,
POWER_LEFT, ESTIMATED TIME LEFT,...) and adjusts
the state of the machine.

My question is should I port this to instead
use the power class (drivers/power) or not.

The batteries are same for both 600/700 but
contain no internal chip so I would need
seperate battery drivers for both machines.

Best wishes
Kristoffer Ericson

--
Kristoffer Ericson <[email protected]>


Attachments:
(No filename) (619.00 B)
(No filename) (197.00 B)
Download all attachments

2009-03-27 19:29:59

by Anton Vorontsov

[permalink] [raw]
Subject: Re: Using POWER or APM for battery handling

Hello Kristoffer,

On Fri, Mar 27, 2009 at 08:24:06PM +0100, Kristoffer Ericson wrote:
> Hey Anton,
>
> My machines (HP Jornada 600-series and HP Jornada 700-series) both
> rely on batteries for power. Now, in the past it has all
> been handled by an APM_EMULATION driver that
> essentially detects the current state (loading YES/NO,
> POWER_LEFT, ESTIMATED TIME LEFT,...) and adjusts
> the state of the machine.
>
> My question is should I port this to instead
> use the power class (drivers/power) or not.

The driver is already there:
drivers/power/apm_power.c

So all you need is Jornada driver for the power supply class,
and then apm_power.c will work for your battery driver.

Feel free to ask if there is anything still not clear.

Thanks,

--
Anton Vorontsov
email: [email protected]
irc://irc.freenode.net/bd2

2009-03-27 20:40:30

by Kristoffer Ericson

[permalink] [raw]
Subject: Re: Using POWER or APM for battery handling

On Fri, 27 Mar 2009 22:29:47 +0300
Anton Vorontsov <[email protected]> wrote:

> Hello Kristoffer,
>
> On Fri, Mar 27, 2009 at 08:24:06PM +0100, Kristoffer Ericson wrote:
> > Hey Anton,
> >
> > My machines (HP Jornada 600-series and HP Jornada 700-series) both
> > rely on batteries for power. Now, in the past it has all
> > been handled by an APM_EMULATION driver that
> > essentially detects the current state (loading YES/NO,
> > POWER_LEFT, ESTIMATED TIME LEFT,...) and adjusts
> > the state of the machine.
> >
> > My question is should I port this to instead
> > use the power class (drivers/power) or not.
>
> The driver is already there:
> drivers/power/apm_power.c
>
> So all you need is Jornada driver for the power supply class,
> and then apm_power.c will work for your battery driver.
>
> Feel free to ask if there is anything still not clear.

Great!

I think I understand, but should I create this driver
inside /drivers/power or inside the mach folder (in this case arch/arm/mach-sa1100)?

>
> Thanks,
>
> --
> Anton Vorontsov
> email: [email protected]
> irc://irc.freenode.net/bd2


--
Kristoffer Ericson <[email protected]>


Attachments:
(No filename) (1.15 kB)
(No filename) (197.00 B)
Download all attachments

2009-03-27 20:55:31

by Anton Vorontsov

[permalink] [raw]
Subject: Re: Using POWER or APM for battery handling

On Fri, Mar 27, 2009 at 09:41:06PM +0100, Kristoffer Ericson wrote:
[...]
> > The driver is already there:
> > drivers/power/apm_power.c
> >
> > So all you need is Jornada driver for the power supply class,
> > and then apm_power.c will work for your battery driver.
> >
> > Feel free to ask if there is anything still not clear.
>
> Great!
>
> I think I understand, but should I create this driver
> inside /drivers/power or inside the mach folder (in this case arch/arm/mach-sa1100)?

I would prefer drivers/power/.

Thanks,

--
Anton Vorontsov
email: [email protected]
irc://irc.freenode.net/bd2

2009-03-27 20:58:33

by Kristoffer Ericson

[permalink] [raw]
Subject: Re: Using POWER or APM for battery handling

On Fri, 27 Mar 2009 23:55:13 +0300
Anton Vorontsov <[email protected]> wrote:

> On Fri, Mar 27, 2009 at 09:41:06PM +0100, Kristoffer Ericson wrote:
> [...]
> > > The driver is already there:
> > > drivers/power/apm_power.c
> > >
> > > So all you need is Jornada driver for the power supply class,
> > > and then apm_power.c will work for your battery driver.
> > >
> > > Feel free to ask if there is anything still not clear.
> >
> > Great!
> >
> > I think I understand, but should I create this driver
> > inside /drivers/power or inside the mach folder (in this case arch/arm/mach-sa1100)?
>
> I would prefer drivers/power/.

roger, big thanks for help.

>
> Thanks,
>
> --
> Anton Vorontsov
> email: [email protected]
> irc://irc.freenode.net/bd2


--
Kristoffer Ericson <[email protected]>


Attachments:
(No filename) (827.00 B)
(No filename) (197.00 B)
Download all attachments