linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* windfarm for PM72/PM73/RM31
@ 2006-05-01  0:27 Robin H. Johnson
  2006-05-01  4:53 ` Étienne Bersac
  2006-05-01  7:17 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 10+ messages in thread
From: Robin H. Johnson @ 2006-05-01  0:27 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]

Hi,

I'm working on writing a windfarm driver for the PM72/PM73/RM31 boxes,
amongst some other windfarm work I'm doing, and I have a few quick
notes/questions:

Process so far/TODO list:
- I've got the ds1775 and max6690 chips returning all of their data on
  PowerMac11,2 and PowerMac7,3. I need to change the detection code for the
  max6690 sub-nodes (it has both internal and external temps) as they
  don't exist on PM72.
- Need to write windfarm sensor drivers for: ds1631, ad7417, lm87
- Flesh out my windfarm_pm72 more - it's based on the therm_pm72
  constants and the pm112 module for now, completely untested until I
  have the sensors and controllers hooked up.

Questions:
1. Message naming consistancy - there are a number of printk/DBG
statements that seem to flip randomly between using a prefix of
'windfarm:' or 'wf:', and then some that omit it entirely.
Any consensus on which one is preferred?

2. Could somebody please send me a tarball of /proc/device-tree/ from a
RackMac3,1 unit? I've got the data for PM72/73 already.

-- 
Robin Hugh Johnson
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 241 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-01  0:27 windfarm for PM72/PM73/RM31 Robin H. Johnson
@ 2006-05-01  4:53 ` Étienne Bersac
  2006-05-01  6:44   ` Robin H. Johnson
  2006-05-02  0:13   ` Robin H. Johnson
  2006-05-01  7:17 ` Benjamin Herrenschmidt
  1 sibling, 2 replies; 10+ messages in thread
From: Étienne Bersac @ 2006-05-01  4:53 UTC (permalink / raw)
  To: Robin H. Johnson; +Cc: linuxppc-dev

Hello,

I own an iMac G5 rev C (iSight) with a PowerMac 12,1 included. Do you =20=

intend to make support for it ? I will be happy to help you :)

Thank you.

=C9tienne.=

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-01  4:53 ` Étienne Bersac
@ 2006-05-01  6:44   ` Robin H. Johnson
  2006-05-01  7:16     ` Benjamin Herrenschmidt
  2006-05-02  0:13   ` Robin H. Johnson
  1 sibling, 1 reply; 10+ messages in thread
From: Robin H. Johnson @ 2006-05-01  6:44 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

On Mon, May 01, 2006 at 06:53:09AM +0200, ?tienne Bersac wrote:
> I own an iMac G5 rev C (iSight) with a PowerMac 12,1 included. Do you  
> intend to make support for it ? I will be happy to help you :)
I'd like to start on the PM72 stuff first, but please tar up your
/proc/device-tree/ directory and email it to me, and I can see about it.

If Apple stuck to the same sensors (max6690, lm75. lm87, ds1775, ds1631,
ad7417), it should be reasonable simple to add your machine afterwards.

Is there actually a reasonable archive of the OF node trees somewhere?
It think it might be handy in developing drivers in future. I've
presently got: PowerBook4,3 PowerMac7,2 PowerMac7,3 PowerMac11,2

-- 
Robin Hugh Johnson
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 241 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-01  6:44   ` Robin H. Johnson
@ 2006-05-01  7:16     ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 10+ messages in thread
From: Benjamin Herrenschmidt @ 2006-05-01  7:16 UTC (permalink / raw)
  To: Robin H. Johnson; +Cc: linuxppc-dev

On Sun, 2006-04-30 at 23:44 -0700, Robin H. Johnson wrote:
> On Mon, May 01, 2006 at 06:53:09AM +0200, ?tienne Bersac wrote:
> > I own an iMac G5 rev C (iSight) with a PowerMac 12,1 included. Do you  
> > intend to make support for it ? I will be happy to help you :)
> I'd like to start on the PM72 stuff first, but please tar up your
> /proc/device-tree/ directory and email it to me, and I can see about it.
> 
> If Apple stuck to the same sensors (max6690, lm75. lm87, ds1775, ds1631,
> ad7417), it should be reasonable simple to add your machine afterwards.
> 
> Is there actually a reasonable archive of the OF node trees somewhere?
> It think it might be handy in developing drivers in future. I've
> presently got: PowerBook4,3 PowerMac7,2 PowerMac7,3 PowerMac11,2

I'm not sure we can publically post them, there might be some apple
copyright lurking around. I have a fairly big archive here too.

Ben.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-01  0:27 windfarm for PM72/PM73/RM31 Robin H. Johnson
  2006-05-01  4:53 ` Étienne Bersac
@ 2006-05-01  7:17 ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 10+ messages in thread
From: Benjamin Herrenschmidt @ 2006-05-01  7:17 UTC (permalink / raw)
  To: Robin H. Johnson; +Cc: linuxppc-dev


> 1. Message naming consistancy - there are a number of printk/DBG
> statements that seem to flip randomly between using a prefix of
> 'windfarm:' or 'wf:', and then some that omit it entirely.
> Any consensus on which one is preferred?

Not really... I tended to use "wf" for debug and "windfarm" for normally
visible messages but I may not have been totally consistent.

> 2. Could somebody please send me a tarball of /proc/device-tree/ from a
> RackMac3,1 unit? I've got the data for PM72/73 already.

I'll do so tomorrow, ping me if you don't hear from me.

Ben.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-01  4:53 ` Étienne Bersac
  2006-05-01  6:44   ` Robin H. Johnson
@ 2006-05-02  0:13   ` Robin H. Johnson
  2006-05-12 15:15     ` Étienne Bersac
  2006-06-13 12:46     ` Étienne Bersac
  1 sibling, 2 replies; 10+ messages in thread
From: Robin H. Johnson @ 2006-05-02  0:13 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

On Mon, May 01, 2006 at 06:53:09AM +0200, ?tienne Bersac wrote:
> I own an iMac G5 rev C (iSight) with a PowerMac 12,1 included. Do you  
> intend to make support for it ? I will be happy to help you :)
Thanks for sending it to me.

The sensor portion of yours is done, it fit right into my existing code
(three lm75 and two max6690, with the dual temps on max6690 being very
important).

The PID params portion will come together a bit later, please bug me by
Wednesday next week if I haven't posted anything.

-- 
Robin Hugh Johnson
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 241 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-02  0:13   ` Robin H. Johnson
@ 2006-05-12 15:15     ` Étienne Bersac
  2006-05-15  3:51       ` Robin H. Johnson
  2006-06-13 12:46     ` Étienne Bersac
  1 sibling, 1 reply; 10+ messages in thread
From: Étienne Bersac @ 2006-05-12 15:15 UTC (permalink / raw)
  To: Robin H. Johnson; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

Hello,

> The PID params portion will come together a bit later, please bug me by
> Wednesday next week if I haven't posted anything.

Now we are Friday, what can we test ? ;) Sadly, my iMac G5 is under
repair for quite some times (it crashes during compilation of mesa
packages and never woke up).

So what'sup ? :)

Étienne

-- 
Verso l'Alto !

[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-12 15:15     ` Étienne Bersac
@ 2006-05-15  3:51       ` Robin H. Johnson
  2006-05-15 11:39         ` Étienne Bersac
  0 siblings, 1 reply; 10+ messages in thread
From: Robin H. Johnson @ 2006-05-15  3:51 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

On Fri, May 12, 2006 at 05:15:23PM +0200, ?tienne Bersac wrote:
> > The PID params portion will come together a bit later, please bug me by
> > Wednesday next week if I haven't posted anything.
> Now we are Friday, what can we test ? ;) Sadly, my iMac G5 is under
> repair for quite some times (it crashes during compilation of mesa
> packages and never woke up).
Unfortunately I got a nasty cold, so I've been sick and need to catch up
on work stuff first.

In terms of progress, I'm still working on the windfarm_ad7417_sensor
portion, and the windfarm_pm* portions come after that.

I'll try to get a git repo up this evening, for other folk to test stuff
from.

-- 
Robin Hugh Johnson
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 241 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-15  3:51       ` Robin H. Johnson
@ 2006-05-15 11:39         ` Étienne Bersac
  0 siblings, 0 replies; 10+ messages in thread
From: Étienne Bersac @ 2006-05-15 11:39 UTC (permalink / raw)
  To: Robin H. Johnson; +Cc: linuxppc-dev

Ok,

Let me wish you a good recovering :)

Étienne.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: windfarm for PM72/PM73/RM31
  2006-05-02  0:13   ` Robin H. Johnson
  2006-05-12 15:15     ` Étienne Bersac
@ 2006-06-13 12:46     ` Étienne Bersac
  1 sibling, 0 replies; 10+ messages in thread
From: Étienne Bersac @ 2006-06-13 12:46 UTC (permalink / raw)
  To: Robin H. Johnson; +Cc: linuxppc-dev

Hello,

> The PID params portion will come together a bit later, please bug me by
> Wednesday next week if I haven't posted anything.

I'll get back my iMac G5 rev C in the next hours. So i'll be able to
test code. Have done some work about windfarm ?

Regards.

Étienne.
-- 
Verso l'Alto !

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-06-13 12:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-01  0:27 windfarm for PM72/PM73/RM31 Robin H. Johnson
2006-05-01  4:53 ` Étienne Bersac
2006-05-01  6:44   ` Robin H. Johnson
2006-05-01  7:16     ` Benjamin Herrenschmidt
2006-05-02  0:13   ` Robin H. Johnson
2006-05-12 15:15     ` Étienne Bersac
2006-05-15  3:51       ` Robin H. Johnson
2006-05-15 11:39         ` Étienne Bersac
2006-06-13 12:46     ` Étienne Bersac
2006-05-01  7:17 ` Benjamin Herrenschmidt

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).