public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [RFH] Power Management mini-summit during the Kernel Summit 2011
@ 2011-10-12 20:11 Rafael J. Wysocki
  2011-10-12 20:30 ` Grant Likely
                   ` (6 more replies)
  0 siblings, 7 replies; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-12 20:11 UTC (permalink / raw)
  To: Linux PM list, mark gross
  Cc: Greg Kroah-Hartman, ACPI Devel Mailing List, Len Brown (Intel),
	Magnus Damm, Matthew Garrett, Arjan van de Ven, Tejun Heo,
	jean.pihet, Kevin Hilman, Daniel Drake, ming.lei, Grant Likely,
	Mark Brown, John Stultz

Hi All,

There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
but then I didn't follow up (which obviously is my fault) and lost track of
things when kernel.org and the KS servers went offline.  So, apparently,
the KS organizers concluded that the PM mini-summit wasn't going to happen
after all and didn't add it to the schedule.

Still, it appears to be possible to arrange a room for a PM meeting on
Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
to take part in such a meeting, please let me know ASAP.

The topics I, personally, would like to discuss include:
- Per-device PM QoS
- Propagation of wakeup events to user space vs system suspend
- Possibility of representing dependencies between devices through
  "device links" (i.e. objects representing master-slave links between
  devices)
- Idea of common "platform" bus type that may cover ACPI devices (like
  battery, fans etc.), PNP devices and current platform devices in a
  consistent way
- Freezer improvements

Thanks,
Rafael

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
@ 2011-10-12 20:30 ` Grant Likely
  2011-10-13 10:34   ` Mark Brown
  2011-10-12 20:33 ` Jean Pihet
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 30+ messages in thread
From: Grant Likely @ 2011-10-12 20:30 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, Daniel Drake, ming.lei, Mark Brown, John Stultz

On Wed, Oct 12, 2011 at 2:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> Hi All,
>
> There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> but then I didn't follow up (which obviously is my fault) and lost track of
> things when kernel.org and the KS servers went offline.  So, apparently,
> the KS organizers concluded that the PM mini-summit wasn't going to happen
> after all and didn't add it to the schedule.
>
> Still, it appears to be possible to arrange a room for a PM meeting on
> Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> to take part in such a meeting, please let me know ASAP.
>
> The topics I, personally, would like to discuss include:
> - Per-device PM QoS
> - Propagation of wakeup events to user space vs system suspend
> - Possibility of representing dependencies between devices through
>  "device links" (i.e. objects representing master-slave links between
>  devices)
> - Idea of common "platform" bus type that may cover ACPI devices (like
>  battery, fans etc.), PNP devices and current platform devices in a
>  consistent way
> - Freezer improvements

I would like to attend, but I'm also in the arm maintainership
workshop.  I may be able to coordinate the schedule so that I can slip
out for the conversations that I'm interested in.  In particular, I'd
like to be part of the ACPI discussion and the device dependencies
stuff.

g.
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
  2011-10-12 20:30 ` Grant Likely
@ 2011-10-12 20:33 ` Jean Pihet
  2011-10-12 20:40 ` Greg KH
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 30+ messages in thread
From: Jean Pihet @ 2011-10-12 20:33 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, Kevin Hilman,
	Daniel Drake, ming.lei, Grant Likely, Mark Brown, John Stultz

Hi!

On Wed, Oct 12, 2011 at 10:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> Hi All,
>
> There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> but then I didn't follow up (which obviously is my fault) and lost track of
> things when kernel.org and the KS servers went offline.  So, apparently,
> the KS organizers concluded that the PM mini-summit wasn't going to happen
> after all and didn't add it to the schedule.
>
> Still, it appears to be possible to arrange a room for a PM meeting on
> Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> to take part in such a meeting, please let me know ASAP.
I still do not know if I will be attendind, for various reasons. I
will let you know asap.

>
> The topics I, personally, would like to discuss include:
> - Per-device PM QoS
Since the discussion about the PM QoS user space interface(s) are
still going on I think this needs to be discussed.

I would also add the following items:
- PM QoS throughput constraints. How to handle a complex clock tree?
What should the API (kernel, user) look like?
- SmartReflex driver conversion. The current OMAP-only implementation
needs to be converted to a generic driver, possibly in drivers/power.

> - Propagation of wakeup events to user space vs system suspend
> - Possibility of representing dependencies between devices through
>  "device links" (i.e. objects representing master-slave links between
>  devices)
> - Idea of common "platform" bus type that may cover ACPI devices (like
>  battery, fans etc.), PNP devices and current platform devices in a
>  consistent way
> - Freezer improvements
>
> Thanks,
> Rafael
>

Thanks,
Jean
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
  2011-10-12 20:30 ` Grant Likely
  2011-10-12 20:33 ` Jean Pihet
@ 2011-10-12 20:40 ` Greg KH
  2011-10-12 22:22 ` Magnus Damm
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 30+ messages in thread
From: Greg KH @ 2011-10-12 20:40 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, mark gross, ACPI Devel Mailing List,
	Len Brown (Intel), Magnus Damm, Matthew Garrett, Arjan van de Ven,
	Tejun Heo, jean.pihet, Kevin Hilman, Daniel Drake, ming.lei,
	Grant Likely, Mark Brown, John Stultz

On Wed, Oct 12, 2011 at 10:11:21PM +0200, Rafael J. Wysocki wrote:
> Hi All,
> 
> There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> but then I didn't follow up (which obviously is my fault) and lost track of
> things when kernel.org and the KS servers went offline.  So, apparently,
> the KS organizers concluded that the PM mini-summit wasn't going to happen
> after all and didn't add it to the schedule.
> 
> Still, it appears to be possible to arrange a room for a PM meeting on
> Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> to take part in such a meeting, please let me know ASAP.

I can be there, thanks for working to put this together.

greg k-h

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
                   ` (2 preceding siblings ...)
  2011-10-12 20:40 ` Greg KH
@ 2011-10-12 22:22 ` Magnus Damm
  2011-10-12 23:40 ` Kevin Hilman
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 30+ messages in thread
From: Magnus Damm @ 2011-10-12 22:22 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Matthew Garrett,
	Arjan van de Ven, Tejun Heo, jean.pihet, Kevin Hilman,
	Daniel Drake, ming.lei, Grant Likely, Mark Brown, John Stultz

On Thu, Oct 13, 2011 at 5:11 AM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> Hi All,
>
> There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> but then I didn't follow up (which obviously is my fault) and lost track of
> things when kernel.org and the KS servers went offline.  So, apparently,
> the KS organizers concluded that the PM mini-summit wasn't going to happen
> after all and didn't add it to the schedule.
>
> Still, it appears to be possible to arrange a room for a PM meeting on
> Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> to take part in such a meeting, please let me know ASAP.

Nice to hear about a PM gathering! I'd like to join you, but at the
same time I've already committed to the ARM track. I will try to share
my time between those two somehow.

Thanks,

/ magnus
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
                   ` (3 preceding siblings ...)
  2011-10-12 22:22 ` Magnus Damm
@ 2011-10-12 23:40 ` Kevin Hilman
  2011-10-13  3:59 ` mark gross
  2011-10-13 14:55 ` Daniel Drake
  6 siblings, 0 replies; 30+ messages in thread
From: Kevin Hilman @ 2011-10-12 23:40 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Daniel Drake, ming.lei, Grant Likely, Mark Brown, John Stultz

"Rafael J. Wysocki" <rjw@sisk.pl> writes:

> Hi All,
>
> There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> but then I didn't follow up (which obviously is my fault) and lost track of
> things when kernel.org and the KS servers went offline.  So, apparently,
> the KS organizers concluded that the PM mini-summit wasn't going to happen
> after all and didn't add it to the schedule.
>
> Still, it appears to be possible to arrange a room for a PM meeting on
> Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> to take part in such a meeting, please let me know ASAP.

I'm very interested in attending, thanks for organizing.

However, like Grant & Magnus I have already commited to the ARM
maintainers stuff happening on Sunday.

Hopefully a schedule can be organized so that those of us attending the
ARM track can participate at least partially.

Thanks,

Kevin

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
                   ` (4 preceding siblings ...)
  2011-10-12 23:40 ` Kevin Hilman
@ 2011-10-13  3:59 ` mark gross
  2011-10-13 14:55 ` Daniel Drake
  6 siblings, 0 replies; 30+ messages in thread
From: mark gross @ 2011-10-13  3:59 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, Daniel Drake, ming.lei, Grant Likely, Mark Brown,
	John Stultz

On Wed, Oct 12, 2011 at 10:11:21PM +0200, Rafael J. Wysocki wrote:
> Hi All,
> 
> There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> but then I didn't follow up (which obviously is my fault) and lost track of
> things when kernel.org and the KS servers went offline.  So, apparently,
> the KS organizers concluded that the PM mini-summit wasn't going to happen
> after all and didn't add it to the schedule.
> 
> Still, it appears to be possible to arrange a room for a PM meeting on
> Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> to take part in such a meeting, please let me know ASAP.
> 
> The topics I, personally, would like to discuss include:
> - Per-device PM QoS
> - Propagation of wakeup events to user space vs system suspend
> - Possibility of representing dependencies between devices through
>   "device links" (i.e. objects representing master-slave links between
>   devices)
> - Idea of common "platform" bus type that may cover ACPI devices (like
>   battery, fans etc.), PNP devices and current platform devices in a
>   consistent way
> - Freezer improvements
>
I really want to go but, I just came back to work from sabbatical and I
worry my manager would have a hard time granting me travel.  I had not
requested travel to ELCE and wasn't invited to the kernel summit.

It would be really good to get more traction on these things.   If you
want I'll request authorization but, its not likely I can get there.

--mark

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:30 ` Grant Likely
@ 2011-10-13 10:34   ` Mark Brown
  0 siblings, 0 replies; 30+ messages in thread
From: Mark Brown @ 2011-10-13 10:34 UTC (permalink / raw)
  To: Grant Likely
  Cc: Rafael J. Wysocki, Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, Daniel Drake, ming.lei, John Stultz

On Wed, Oct 12, 2011 at 02:30:01PM -0600, Grant Likely wrote:

> I would like to attend, but I'm also in the arm maintainership
> workshop.  I may be able to coordinate the schedule so that I can slip
> out for the conversations that I'm interested in.  In particular, I'd
> like to be part of the ACPI discussion and the device dependencies
> stuff.

Exactly the same applies to me (and all the other people who posted).
It looks like we should just try to merge the two workshops for these
bits or something.

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
                   ` (5 preceding siblings ...)
  2011-10-13  3:59 ` mark gross
@ 2011-10-13 14:55 ` Daniel Drake
  2011-10-13 16:04   ` Grant Likely
  6 siblings, 1 reply; 30+ messages in thread
From: Daniel Drake @ 2011-10-13 14:55 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Grant Likely, Mark Brown, John Stultz,
	Chris Ball

On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> but then I didn't follow up (which obviously is my fault) and lost track of
> things when kernel.org and the KS servers went offline.  So, apparently,
> the KS organizers concluded that the PM mini-summit wasn't going to happen
> after all and didn't add it to the schedule.
>
> Still, it appears to be possible to arrange a room for a PM meeting on
> Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> to take part in such a meeting, please let me know ASAP.

Sorry - I won't be at the event, otherwise I'd definitely attend.
However, I think my colleague Chris Ball will be there, so I have CC'd
him. He has a long history of power management work at OLPC.

Anyway, I think you have an understanding of the issues facing OLPC's
power management model at the moment. We'd like to move to your wakeup
events architecture and really nail our opportunistic suspend model,
but upstreaming the support needed at the architectural level has been
a challenge that I've been working on for over a year, and still isn't
done. I think I see some influence of our remaining issues in the list
of topics you wrote below, so that's great.

> The topics I, personally, would like to discuss include:
> - Per-device PM QoS
> - Propagation of wakeup events to user space vs system suspend
> - Possibility of representing dependencies between devices through
>  "device links" (i.e. objects representing master-slave links between
>  devices)
> - Idea of common "platform" bus type that may cover ACPI devices (like
>  battery, fans etc.), PNP devices and current platform devices in a
>  consistent way
> - Freezer improvements

cheers,
Daniel
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 14:55 ` Daniel Drake
@ 2011-10-13 16:04   ` Grant Likely
  2011-10-13 19:05     ` Rafael J. Wysocki
  0 siblings, 1 reply; 30+ messages in thread
From: Grant Likely @ 2011-10-13 16:04 UTC (permalink / raw)
  To: Daniel Drake
  Cc: Rafael J. Wysocki, Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > but then I didn't follow up (which obviously is my fault) and lost track of
> > things when kernel.org and the KS servers went offline.  So, apparently,
> > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > after all and didn't add it to the schedule.
> >
> > Still, it appears to be possible to arrange a room for a PM meeting on
> > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > to take part in such a meeting, please let me know ASAP.
> 
> Sorry - I won't be at the event, otherwise I'd definitely attend.
> However, I think my colleague Chris Ball will be there, so I have CC'd
> him. He has a long history of power management work at OLPC.

... who is also committed to the ARM workshop on that day.  :-)

Considering the number of people who have responded this way, we
should talk about either merging the meetings, or coordinating the
agenda so that the relevant folks can slip out.

g.

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 19:05     ` Rafael J. Wysocki
@ 2011-10-13 19:05       ` Grant Likely
  2011-10-13 19:17         ` Rafael J. Wysocki
  0 siblings, 1 reply; 30+ messages in thread
From: Grant Likely @ 2011-10-13 19:05 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Daniel Drake, Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
> On Thursday, October 13, 2011, Grant Likely wrote:
> > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > > > but then I didn't follow up (which obviously is my fault) and lost track of
> > > > things when kernel.org and the KS servers went offline.  So, apparently,
> > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > > > after all and didn't add it to the schedule.
> > > >
> > > > Still, it appears to be possible to arrange a room for a PM meeting on
> > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > > > to take part in such a meeting, please let me know ASAP.
> > > 
> > > Sorry - I won't be at the event, otherwise I'd definitely attend.
> > > However, I think my colleague Chris Ball will be there, so I have CC'd
> > > him. He has a long history of power management work at OLPC.
> > 
> > ... who is also committed to the ARM workshop on that day.  :-)
> > 
> > Considering the number of people who have responded this way, we
> > should talk about either merging the meetings, or coordinating the
> > agenda so that the relevant folks can slip out.
> 
> There are a few more people who would like to attend, but aren't
> invited to the KS or have different plans for Sunday already.
> 
> So, I wonder if it's a good idea to plan the PM meeting on a different day,
> say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
> schedule of those conferences is packed very tightly, so I'm afraid there
> won't be a time slot suitable to everyone in that time frame).

I've also already scheduled a boot architecture summit for Thursday afternoon.

g.


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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 16:04   ` Grant Likely
@ 2011-10-13 19:05     ` Rafael J. Wysocki
  2011-10-13 19:05       ` Grant Likely
  0 siblings, 1 reply; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-13 19:05 UTC (permalink / raw)
  To: Grant Likely
  Cc: Daniel Drake, Linux PM list, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thursday, October 13, 2011, Grant Likely wrote:
> On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > > but then I didn't follow up (which obviously is my fault) and lost track of
> > > things when kernel.org and the KS servers went offline.  So, apparently,
> > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > > after all and didn't add it to the schedule.
> > >
> > > Still, it appears to be possible to arrange a room for a PM meeting on
> > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > > to take part in such a meeting, please let me know ASAP.
> > 
> > Sorry - I won't be at the event, otherwise I'd definitely attend.
> > However, I think my colleague Chris Ball will be there, so I have CC'd
> > him. He has a long history of power management work at OLPC.
> 
> ... who is also committed to the ARM workshop on that day.  :-)
> 
> Considering the number of people who have responded this way, we
> should talk about either merging the meetings, or coordinating the
> agenda so that the relevant folks can slip out.

There are a few more people who would like to attend, but aren't
invited to the KS or have different plans for Sunday already.

So, I wonder if it's a good idea to plan the PM meeting on a different day,
say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
schedule of those conferences is packed very tightly, so I'm afraid there
won't be a time slot suitable to everyone in that time frame).

Thanks,
Rafael

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 19:05       ` Grant Likely
@ 2011-10-13 19:17         ` Rafael J. Wysocki
  2011-10-13 19:52           ` Greg KH
                             ` (3 more replies)
  0 siblings, 4 replies; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-13 19:17 UTC (permalink / raw)
  To: Linux PM list
  Cc: Grant Likely, Daniel Drake, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thursday, October 13, 2011, Grant Likely wrote:
> On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
> > On Thursday, October 13, 2011, Grant Likely wrote:
> > > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> > > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > > > > but then I didn't follow up (which obviously is my fault) and lost track of
> > > > > things when kernel.org and the KS servers went offline.  So, apparently,
> > > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > > > > after all and didn't add it to the schedule.
> > > > >
> > > > > Still, it appears to be possible to arrange a room for a PM meeting on
> > > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > > > > to take part in such a meeting, please let me know ASAP.
> > > > 
> > > > Sorry - I won't be at the event, otherwise I'd definitely attend.
> > > > However, I think my colleague Chris Ball will be there, so I have CC'd
> > > > him. He has a long history of power management work at OLPC.
> > > 
> > > ... who is also committed to the ARM workshop on that day.  :-)
> > > 
> > > Considering the number of people who have responded this way, we
> > > should talk about either merging the meetings, or coordinating the
> > > agenda so that the relevant folks can slip out.
> > 
> > There are a few more people who would like to attend, but aren't
> > invited to the KS or have different plans for Sunday already.
> > 
> > So, I wonder if it's a good idea to plan the PM meeting on a different day,
> > say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
> > schedule of those conferences is packed very tightly, so I'm afraid there
> > won't be a time slot suitable to everyone in that time frame).
> 
> I've also already scheduled a boot architecture summit for Thursday afternoon.

OK

So can everyone please tell me whether or not you can attend if the meeting
is scheduled on Tuesday (Oct 25) afternoon?

Rafael

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 19:17         ` Rafael J. Wysocki
@ 2011-10-13 19:52           ` Greg KH
  2011-10-13 19:55           ` Grant Likely
                             ` (2 subsequent siblings)
  3 siblings, 0 replies; 30+ messages in thread
From: Greg KH @ 2011-10-13 19:52 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, Grant Likely, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thu, Oct 13, 2011 at 09:17:36PM +0200, Rafael J. Wysocki wrote:
> On Thursday, October 13, 2011, Grant Likely wrote:
> > On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
> > > On Thursday, October 13, 2011, Grant Likely wrote:
> > > > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> > > > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > > > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > > > > > but then I didn't follow up (which obviously is my fault) and lost track of
> > > > > > things when kernel.org and the KS servers went offline.  So, apparently,
> > > > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > > > > > after all and didn't add it to the schedule.
> > > > > >
> > > > > > Still, it appears to be possible to arrange a room for a PM meeting on
> > > > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > > > > > to take part in such a meeting, please let me know ASAP.
> > > > > 
> > > > > Sorry - I won't be at the event, otherwise I'd definitely attend.
> > > > > However, I think my colleague Chris Ball will be there, so I have CC'd
> > > > > him. He has a long history of power management work at OLPC.
> > > > 
> > > > ... who is also committed to the ARM workshop on that day.  :-)
> > > > 
> > > > Considering the number of people who have responded this way, we
> > > > should talk about either merging the meetings, or coordinating the
> > > > agenda so that the relevant folks can slip out.
> > > 
> > > There are a few more people who would like to attend, but aren't
> > > invited to the KS or have different plans for Sunday already.
> > > 
> > > So, I wonder if it's a good idea to plan the PM meeting on a different day,
> > > say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
> > > schedule of those conferences is packed very tightly, so I'm afraid there
> > > won't be a time slot suitable to everyone in that time frame).
> > 
> > I've also already scheduled a boot architecture summit for Thursday afternoon.
> 
> OK
> 
> So can everyone please tell me whether or not you can attend if the meeting
> is scheduled on Tuesday (Oct 25) afternoon?

If it doesn't conflict with kernel summit stuff, yes.

greg k-h

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 19:17         ` Rafael J. Wysocki
  2011-10-13 19:52           ` Greg KH
@ 2011-10-13 19:55           ` Grant Likely
  2011-10-13 20:15             ` Greg KH
  2011-10-13 21:20           ` Jean Pihet
  2011-10-13 21:26           ` Kevin Hilman
  3 siblings, 1 reply; 30+ messages in thread
From: Grant Likely @ 2011-10-13 19:55 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, Daniel Drake, mark gross, Greg Kroah-Hartman,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thu, Oct 13, 2011 at 09:17:36PM +0200, Rafael J. Wysocki wrote:
> On Thursday, October 13, 2011, Grant Likely wrote:
> > On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
> > > On Thursday, October 13, 2011, Grant Likely wrote:
> > > > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> > > > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > > > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > > > > > but then I didn't follow up (which obviously is my fault) and lost track of
> > > > > > things when kernel.org and the KS servers went offline.  So, apparently,
> > > > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > > > > > after all and didn't add it to the schedule.
> > > > > >
> > > > > > Still, it appears to be possible to arrange a room for a PM meeting on
> > > > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > > > > > to take part in such a meeting, please let me know ASAP.
> > > > > 
> > > > > Sorry - I won't be at the event, otherwise I'd definitely attend.
> > > > > However, I think my colleague Chris Ball will be there, so I have CC'd
> > > > > him. He has a long history of power management work at OLPC.
> > > > 
> > > > ... who is also committed to the ARM workshop on that day.  :-)
> > > > 
> > > > Considering the number of people who have responded this way, we
> > > > should talk about either merging the meetings, or coordinating the
> > > > agenda so that the relevant folks can slip out.
> > > 
> > > There are a few more people who would like to attend, but aren't
> > > invited to the KS or have different plans for Sunday already.
> > > 
> > > So, I wonder if it's a good idea to plan the PM meeting on a different day,
> > > say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
> > > schedule of those conferences is packed very tightly, so I'm afraid there
> > > won't be a time slot suitable to everyone in that time frame).
> > 
> > I've also already scheduled a boot architecture summit for Thursday afternoon.
> 
> OK
> 
> So can everyone please tell me whether or not you can attend if the meeting
> is scheduled on Tuesday (Oct 25) afternoon?

Is there a schedule available yet for the presentations on Tuesday for kernel summit?

g.


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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 19:55           ` Grant Likely
@ 2011-10-13 20:15             ` Greg KH
  2011-10-13 21:33               ` Rafael J. Wysocki
  0 siblings, 1 reply; 30+ messages in thread
From: Greg KH @ 2011-10-13 20:15 UTC (permalink / raw)
  To: Grant Likely
  Cc: Rafael J. Wysocki, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> On Thu, Oct 13, 2011 at 09:17:36PM +0200, Rafael J. Wysocki wrote:
> > On Thursday, October 13, 2011, Grant Likely wrote:
> > > On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
> > > > On Thursday, October 13, 2011, Grant Likely wrote:
> > > > > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> > > > > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > > > > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > > > > > > but then I didn't follow up (which obviously is my fault) and lost track of
> > > > > > > things when kernel.org and the KS servers went offline.  So, apparently,
> > > > > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > > > > > > after all and didn't add it to the schedule.
> > > > > > >
> > > > > > > Still, it appears to be possible to arrange a room for a PM meeting on
> > > > > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > > > > > > to take part in such a meeting, please let me know ASAP.
> > > > > > 
> > > > > > Sorry - I won't be at the event, otherwise I'd definitely attend.
> > > > > > However, I think my colleague Chris Ball will be there, so I have CC'd
> > > > > > him. He has a long history of power management work at OLPC.
> > > > > 
> > > > > ... who is also committed to the ARM workshop on that day.  :-)
> > > > > 
> > > > > Considering the number of people who have responded this way, we
> > > > > should talk about either merging the meetings, or coordinating the
> > > > > agenda so that the relevant folks can slip out.
> > > > 
> > > > There are a few more people who would like to attend, but aren't
> > > > invited to the KS or have different plans for Sunday already.
> > > > 
> > > > So, I wonder if it's a good idea to plan the PM meeting on a different day,
> > > > say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
> > > > schedule of those conferences is packed very tightly, so I'm afraid there
> > > > won't be a time slot suitable to everyone in that time frame).
> > > 
> > > I've also already scheduled a boot architecture summit for Thursday afternoon.
> > 
> > OK
> > 
> > So can everyone please tell me whether or not you can attend if the meeting
> > is scheduled on Tuesday (Oct 25) afternoon?
> 
> Is there a schedule available yet for the presentations on Tuesday for kernel summit?

We just finalized it yesterday, but I don't think anyone has made it
public.  I'll go ask...

greg k-h

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 19:17         ` Rafael J. Wysocki
  2011-10-13 19:52           ` Greg KH
  2011-10-13 19:55           ` Grant Likely
@ 2011-10-13 21:20           ` Jean Pihet
  2011-10-13 21:27             ` Rafael J. Wysocki
  2011-10-13 21:26           ` Kevin Hilman
  3 siblings, 1 reply; 30+ messages in thread
From: Jean Pihet @ 2011-10-13 21:20 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, Grant Likely, Daniel Drake, mark gross,
	Greg Kroah-Hartman, ACPI Devel Mailing List, Len Brown (Intel),
	Magnus Damm, Matthew Garrett, Arjan van de Ven, Tejun Heo,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

Hi Rafael,

On Thu, Oct 13, 2011 at 9:17 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> On Thursday, October 13, 2011, Grant Likely wrote:
>> On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
>> > On Thursday, October 13, 2011, Grant Likely wrote:
>> > > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
>> > > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
>> > > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
>> > > > > but then I didn't follow up (which obviously is my fault) and lost track of
>> > > > > things when kernel.org and the KS servers went offline.  So, apparently,
>> > > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
>> > > > > after all and didn't add it to the schedule.
>> > > > >
>> > > > > Still, it appears to be possible to arrange a room for a PM meeting on
>> > > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
>> > > > > to take part in such a meeting, please let me know ASAP.
>> > > >
>> > > > Sorry - I won't be at the event, otherwise I'd definitely attend.
>> > > > However, I think my colleague Chris Ball will be there, so I have CC'd
>> > > > him. He has a long history of power management work at OLPC.
>> > >
>> > > ... who is also committed to the ARM workshop on that day.  :-)
>> > >
>> > > Considering the number of people who have responded this way, we
>> > > should talk about either merging the meetings, or coordinating the
>> > > agenda so that the relevant folks can slip out.
>> >
>> > There are a few more people who would like to attend, but aren't
>> > invited to the KS or have different plans for Sunday already.
>> >
>> > So, I wonder if it's a good idea to plan the PM meeting on a different day,
>> > say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
>> > schedule of those conferences is packed very tightly, so I'm afraid there
>> > won't be a time slot suitable to everyone in that time frame).
>>
>> I've also already scheduled a boot architecture summit for Thursday afternoon.
>
> OK
>
> So can everyone please tell me whether or not you can attend if the meeting
> is scheduled on Tuesday (Oct 25) afternoon?
Yes I can attend but I am not invited to KS. Is that an issue to
follow the PM session only?

Thanks for organizing it!
Jean

>
> Rafael
>
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 19:17         ` Rafael J. Wysocki
                             ` (2 preceding siblings ...)
  2011-10-13 21:20           ` Jean Pihet
@ 2011-10-13 21:26           ` Kevin Hilman
  2011-10-13 21:50             ` Magnus Damm
  3 siblings, 1 reply; 30+ messages in thread
From: Kevin Hilman @ 2011-10-13 21:26 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM list, Grant Likely, Daniel Drake, mark gross,
	Greg Kroah-Hartman, ACPI Devel Mailing List, Len Brown (Intel),
	Magnus Damm, Matthew Garrett, Arjan van de Ven, Tejun Heo,
	jean.pihet, ming.lei, Mark Brown, John Stultz, Chris Ball

"Rafael J. Wysocki" <rjw@sisk.pl> writes:

> So can everyone please tell me whether or not you can attend if the
> meeting is scheduled on Tuesday (Oct 25) afternoon?

Works for me, since I'm not invited to the rest of KS.

Kevin

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 21:20           ` Jean Pihet
@ 2011-10-13 21:27             ` Rafael J. Wysocki
  0 siblings, 0 replies; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-13 21:27 UTC (permalink / raw)
  To: Jean Pihet
  Cc: Linux PM list, Grant Likely, Daniel Drake, mark gross,
	Greg Kroah-Hartman, ACPI Devel Mailing List, Len Brown (Intel),
	Magnus Damm, Matthew Garrett, Arjan van de Ven, Tejun Heo,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thursday, October 13, 2011, Jean Pihet wrote:
> Hi Rafael,
> 
> On Thu, Oct 13, 2011 at 9:17 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > On Thursday, October 13, 2011, Grant Likely wrote:
> >> On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
> >> > On Thursday, October 13, 2011, Grant Likely wrote:
> >> > > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> >> > > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> >> > > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> >> > > > > but then I didn't follow up (which obviously is my fault) and lost track of
> >> > > > > things when kernel.org and the KS servers went offline.  So, apparently,
> >> > > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> >> > > > > after all and didn't add it to the schedule.
> >> > > > >
> >> > > > > Still, it appears to be possible to arrange a room for a PM meeting on
> >> > > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> >> > > > > to take part in such a meeting, please let me know ASAP.
> >> > > >
> >> > > > Sorry - I won't be at the event, otherwise I'd definitely attend.
> >> > > > However, I think my colleague Chris Ball will be there, so I have CC'd
> >> > > > him. He has a long history of power management work at OLPC.
> >> > >
> >> > > ... who is also committed to the ARM workshop on that day.  :-)
> >> > >
> >> > > Considering the number of people who have responded this way, we
> >> > > should talk about either merging the meetings, or coordinating the
> >> > > agenda so that the relevant folks can slip out.
> >> >
> >> > There are a few more people who would like to attend, but aren't
> >> > invited to the KS or have different plans for Sunday already.
> >> >
> >> > So, I wonder if it's a good idea to plan the PM meeting on a different day,
> >> > say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
> >> > schedule of those conferences is packed very tightly, so I'm afraid there
> >> > won't be a time slot suitable to everyone in that time frame).
> >>
> >> I've also already scheduled a boot architecture summit for Thursday afternoon.
> >
> > OK
> >
> > So can everyone please tell me whether or not you can attend if the meeting
> > is scheduled on Tuesday (Oct 25) afternoon?
> Yes I can attend but I am not invited to KS. Is that an issue to
> follow the PM session only?

No, it's not, if you're going to be around at the right time. :-)

Thanks,
Rafael

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 20:15             ` Greg KH
@ 2011-10-13 21:33               ` Rafael J. Wysocki
  2011-10-13 22:35                 ` Grant Likely
  0 siblings, 1 reply; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-13 21:33 UTC (permalink / raw)
  To: Greg KH
  Cc: Grant Likely, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thursday, October 13, 2011, Greg KH wrote:
> On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> > On Thu, Oct 13, 2011 at 09:17:36PM +0200, Rafael J. Wysocki wrote:
> > > On Thursday, October 13, 2011, Grant Likely wrote:
> > > > On Thu, Oct 13, 2011 at 09:05:17PM +0200, Rafael J. Wysocki wrote:
> > > > > On Thursday, October 13, 2011, Grant Likely wrote:
> > > > > > On Thu, Oct 13, 2011 at 03:55:05PM +0100, Daniel Drake wrote:
> > > > > > > On Wed, Oct 12, 2011 at 9:11 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > > > > > > > There was a plan to organize a PM mini-summit during the KS 2011 in Prague,
> > > > > > > > but then I didn't follow up (which obviously is my fault) and lost track of
> > > > > > > > things when kernel.org and the KS servers went offline.  So, apparently,
> > > > > > > > the KS organizers concluded that the PM mini-summit wasn't going to happen
> > > > > > > > after all and didn't add it to the schedule.
> > > > > > > >
> > > > > > > > Still, it appears to be possible to arrange a room for a PM meeting on
> > > > > > > > Sunday, Oct 23, if there are people wanting to attend.  So, if you'd like
> > > > > > > > to take part in such a meeting, please let me know ASAP.
> > > > > > > 
> > > > > > > Sorry - I won't be at the event, otherwise I'd definitely attend.
> > > > > > > However, I think my colleague Chris Ball will be there, so I have CC'd
> > > > > > > him. He has a long history of power management work at OLPC.
> > > > > > 
> > > > > > ... who is also committed to the ARM workshop on that day.  :-)
> > > > > > 
> > > > > > Considering the number of people who have responded this way, we
> > > > > > should talk about either merging the meetings, or coordinating the
> > > > > > agenda so that the relevant folks can slip out.
> > > > > 
> > > > > There are a few more people who would like to attend, but aren't
> > > > > invited to the KS or have different plans for Sunday already.
> > > > > 
> > > > > So, I wonder if it's a good idea to plan the PM meeting on a different day,
> > > > > say on Tuesday (Oct 25) or even in the LCE/ELCE time frame (although the
> > > > > schedule of those conferences is packed very tightly, so I'm afraid there
> > > > > won't be a time slot suitable to everyone in that time frame).
> > > > 
> > > > I've also already scheduled a boot architecture summit for Thursday afternoon.
> > > 
> > > OK
> > > 
> > > So can everyone please tell me whether or not you can attend if the meeting
> > > is scheduled on Tuesday (Oct 25) afternoon?
> > 
> > Is there a schedule available yet for the presentations on Tuesday for kernel summit?
> 
> We just finalized it yesterday, but I don't think anyone has made it
> public.  I'll go ask...

It looks like a key-signing party is scheduled at 16:30 and then there's
the evening event with buses leaving at 18:15 (most likely).  So there
seems to be some free time between 5 PM and 6 PM.  I wonder if that's
going to be sufficient?

Rafael

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 21:26           ` Kevin Hilman
@ 2011-10-13 21:50             ` Magnus Damm
  2011-10-13 22:38               ` Grant Likely
  0 siblings, 1 reply; 30+ messages in thread
From: Magnus Damm @ 2011-10-13 21:50 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Rafael J. Wysocki, Linux PM list, Grant Likely, Daniel Drake,
	mark gross, Greg Kroah-Hartman, ACPI Devel Mailing List,
	Len Brown (Intel), Matthew Garrett, Arjan van de Ven, Tejun Heo,
	jean.pihet, ming.lei, Mark Brown, John Stultz, Chris Ball

On Fri, Oct 14, 2011 at 6:26 AM, Kevin Hilman <khilman@ti.com> wrote:
> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
>
>> So can everyone please tell me whether or not you can attend if the
>> meeting is scheduled on Tuesday (Oct 25) afternoon?
>
> Works for me, since I'm not invited to the rest of KS.

Same here, but I do believe that KS on Tuesday is open for everyone -
or at least people attending the Sunday events.

Cheers,

/ magnus

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 21:33               ` Rafael J. Wysocki
@ 2011-10-13 22:35                 ` Grant Likely
  2011-10-15 22:35                   ` Rafael J. Wysocki
  0 siblings, 1 reply; 30+ messages in thread
From: Grant Likely @ 2011-10-13 22:35 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Thu, Oct 13, 2011 at 11:33:11PM +0200, Rafael J. Wysocki wrote:
> On Thursday, October 13, 2011, Greg KH wrote:
> > On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> > > Is there a schedule available yet for the presentations on Tuesday for kernel summit?
> > 
> > We just finalized it yesterday, but I don't think anyone has made it
> > public.  I'll go ask...
> 
> It looks like a key-signing party is scheduled at 16:30 and then there's
> the evening event with buses leaving at 18:15 (most likely).  So there
> seems to be some free time between 5 PM and 6 PM.  I wonder if that's
> going to be sufficient?

Ugh; please don't do that.  There is no way it will be sufficient
time, it will make everything rushed, and we'll all be mostly burnt
out by then anyway.

g.

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 21:50             ` Magnus Damm
@ 2011-10-13 22:38               ` Grant Likely
  0 siblings, 0 replies; 30+ messages in thread
From: Grant Likely @ 2011-10-13 22:38 UTC (permalink / raw)
  To: Magnus Damm
  Cc: Kevin Hilman, Rafael J. Wysocki, Linux PM list, Daniel Drake,
	mark gross, Greg Kroah-Hartman, ACPI Devel Mailing List,
	Len Brown (Intel), Matthew Garrett, Arjan van de Ven, Tejun Heo,
	jean.pihet, ming.lei, Mark Brown, John Stultz, Chris Ball

On Fri, Oct 14, 2011 at 06:50:54AM +0900, Magnus Damm wrote:
> On Fri, Oct 14, 2011 at 6:26 AM, Kevin Hilman <khilman@ti.com> wrote:
> > "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> >
> >> So can everyone please tell me whether or not you can attend if the
> >> meeting is scheduled on Tuesday (Oct 25) afternoon?
> >
> > Works for me, since I'm not invited to the rest of KS.
> 
> Same here, but I do believe that KS on Tuesday is open for everyone -
> or at least people attending the Sunday events.

Yes, the tuesday is open to all WS attendees.  I'll be sending out a
schedule and logistics for the ARM WS in the next couple of days.

g.

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-13 22:35                 ` Grant Likely
@ 2011-10-15 22:35                   ` Rafael J. Wysocki
  2011-10-16  4:20                     ` Grant Likely
  0 siblings, 1 reply; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-15 22:35 UTC (permalink / raw)
  To: Grant Likely
  Cc: Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Friday, October 14, 2011, Grant Likely wrote:
> On Thu, Oct 13, 2011 at 11:33:11PM +0200, Rafael J. Wysocki wrote:
> > On Thursday, October 13, 2011, Greg KH wrote:
> > > On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> > > > Is there a schedule available yet for the presentations on Tuesday for kernel summit?
> > > 
> > > We just finalized it yesterday, but I don't think anyone has made it
> > > public.  I'll go ask...
> > 
> > It looks like a key-signing party is scheduled at 16:30 and then there's
> > the evening event with buses leaving at 18:15 (most likely).  So there
> > seems to be some free time between 5 PM and 6 PM.  I wonder if that's
> > going to be sufficient?
> 
> Ugh; please don't do that.  There is no way it will be sufficient
> time, it will make everything rushed, and we'll all be mostly burnt
> out by then anyway.

In that case I don't think we can find any suitable time frame at all,
at least not right now.

Thanks,
Rafael

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-15 22:35                   ` Rafael J. Wysocki
@ 2011-10-16  4:20                     ` Grant Likely
  2011-10-16 14:42                       ` Rafael J. Wysocki
  0 siblings, 1 reply; 30+ messages in thread
From: Grant Likely @ 2011-10-16  4:20 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Sun, Oct 16, 2011 at 12:35:34AM +0200, Rafael J. Wysocki wrote:
> On Friday, October 14, 2011, Grant Likely wrote:
> > On Thu, Oct 13, 2011 at 11:33:11PM +0200, Rafael J. Wysocki wrote:
> > > On Thursday, October 13, 2011, Greg KH wrote:
> > > > On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> > > > > Is there a schedule available yet for the presentations on Tuesday for kernel summit?
> > > > 
> > > > We just finalized it yesterday, but I don't think anyone has made it
> > > > public.  I'll go ask...
> > > 
> > > It looks like a key-signing party is scheduled at 16:30 and then there's
> > > the evening event with buses leaving at 18:15 (most likely).  So there
> > > seems to be some free time between 5 PM and 6 PM.  I wonder if that's
> > > going to be sufficient?
> > 
> > Ugh; please don't do that.  There is no way it will be sufficient
> > time, it will make everything rushed, and we'll all be mostly burnt
> > out by then anyway.
> 
> In that case I don't think we can find any suitable time frame at all,
> at least not right now.

Send me this list of topics that you have.  Some of them are relevant
to the ARM community, and we can fit them into the ARM workshop which
your are more than welcome to attend.

g.


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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-16  4:20                     ` Grant Likely
@ 2011-10-16 14:42                       ` Rafael J. Wysocki
  2011-10-17  0:38                         ` joeyli
  2011-10-17  3:46                         ` Grant Likely
  0 siblings, 2 replies; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-16 14:42 UTC (permalink / raw)
  To: Grant Likely
  Cc: Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Sunday, October 16, 2011, Grant Likely wrote:
> On Sun, Oct 16, 2011 at 12:35:34AM +0200, Rafael J. Wysocki wrote:
> > On Friday, October 14, 2011, Grant Likely wrote:
> > > On Thu, Oct 13, 2011 at 11:33:11PM +0200, Rafael J. Wysocki wrote:
> > > > On Thursday, October 13, 2011, Greg KH wrote:
> > > > > On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> > > > > > Is there a schedule available yet for the presentations on Tuesday for kernel summit?
> > > > > 
> > > > > We just finalized it yesterday, but I don't think anyone has made it
> > > > > public.  I'll go ask...
> > > > 
> > > > It looks like a key-signing party is scheduled at 16:30 and then there's
> > > > the evening event with buses leaving at 18:15 (most likely).  So there
> > > > seems to be some free time between 5 PM and 6 PM.  I wonder if that's
> > > > going to be sufficient?
> > > 
> > > Ugh; please don't do that.  There is no way it will be sufficient
> > > time, it will make everything rushed, and we'll all be mostly burnt
> > > out by then anyway.
> > 
> > In that case I don't think we can find any suitable time frame at all,
> > at least not right now.
> 
> Send me this list of topics that you have.  Some of them are relevant
> to the ARM community, and we can fit them into the ARM workshop which
> your are more than welcome to attend.

My topics are, more or less:

- Handling off-the-tree dependencies of devices.
- Per-device PM QoS (most importantly, how it is supposed to interact with user
  space).
- Universal platform drivers idea (common bus type for ACPI, PNP and "platform"
  devices).
- Suspend vs wakeup events.

Thanks,
Rafael

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-16 14:42                       ` Rafael J. Wysocki
@ 2011-10-17  0:38                         ` joeyli
  2011-10-17 22:05                           ` Rafael J. Wysocki
  2011-10-17  3:46                         ` Grant Likely
  1 sibling, 1 reply; 30+ messages in thread
From: joeyli @ 2011-10-17  0:38 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Grant Likely, Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

Hi Rafael, 

於 日,2011-10-16 於 16:42 +0200,Rafael J. Wysocki 提到:
> On Sunday, October 16, 2011, Grant Likely wrote:
> > On Sun, Oct 16, 2011 at 12:35:34AM +0200, Rafael J. Wysocki wrote:
> > > On Friday, October 14, 2011, Grant Likely wrote:
> > > > On Thu, Oct 13, 2011 at 11:33:11PM +0200, Rafael J. Wysocki wrote:
> > > > > On Thursday, October 13, 2011, Greg KH wrote:
> > > > > > On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> > > > > > > Is there a schedule available yet for the presentations on Tuesday for kernel summit?
> > > > > > 
> > > > > > We just finalized it yesterday, but I don't think anyone has made it
> > > > > > public.  I'll go ask...
> > > > > 
> > > > > It looks like a key-signing party is scheduled at 16:30 and then there's
> > > > > the evening event with buses leaving at 18:15 (most likely).  So there
> > > > > seems to be some free time between 5 PM and 6 PM.  I wonder if that's
> > > > > going to be sufficient?
> > > > 
> > > > Ugh; please don't do that.  There is no way it will be sufficient
> > > > time, it will make everything rushed, and we'll all be mostly burnt
> > > > out by then anyway.
> > > 
> > > In that case I don't think we can find any suitable time frame at all,
> > > at least not right now.
> > 
> > Send me this list of topics that you have.  Some of them are relevant
> > to the ARM community, and we can fit them into the ARM workshop which
> > your are more than welcome to attend.
> 
> My topics are, more or less:
> 
> - Handling off-the-tree dependencies of devices.
> - Per-device PM QoS (most importantly, how it is supposed to interact with user
>   space).
> - Universal platform drivers idea (common bus type for ACPI, PNP and "platform"
>   devices).
> - Suspend vs wakeup events.
> 
> Thanks,
> Rafael
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

The above topics are interesting!

Did you have plan to public the meeting minutes of PM mini-summit or
have any web page to simply write down conclusion? That will be good to
anybody cann't join but want to know more detail.


Thank's a lot!
Joey Lee

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-16 14:42                       ` Rafael J. Wysocki
  2011-10-17  0:38                         ` joeyli
@ 2011-10-17  3:46                         ` Grant Likely
  2011-10-17 22:06                           ` Rafael J. Wysocki
  1 sibling, 1 reply; 30+ messages in thread
From: Grant Likely @ 2011-10-17  3:46 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Sun, Oct 16, 2011 at 8:42 AM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> On Sunday, October 16, 2011, Grant Likely wrote:
>> Send me this list of topics that you have.  Some of them are relevant
>> to the ARM community, and we can fit them into the ARM workshop which
>> your are more than welcome to attend.
>
> My topics are, more or less:
>
> - Handling off-the-tree dependencies of devices.
> - Per-device PM QoS (most importantly, how it is supposed to interact with user
>  space).
> - Universal platform drivers idea (common bus type for ACPI, PNP and "platform"
>  devices).
> - Suspend vs wakeup events.

Okay, I think these are interesting and I've added them to the list.
I'm hoping to meet with Nicolas and Arnd tomorrow to hammer out the
schedule for Sunday.  You'll be able to find it here[1] when it is
complete.

[1] http://elinux.org/Events/Kernel_Summit_2011_ARM_Subarch_Maintainership_Workshop

Also, since the topic was mentioned, I'd like to take this oportunity
to jot down my thoughts about the universal platform drivers topic.  I
was talking to Matthew Garret about this exact thing in Vancouver when
we were comparing the ACPI and FDT implementations in the kernel, and
I was noticing that they use a very similar data model.  However,
about a year ago the FDT-specific bus type was eliminated and we moved
to the model where an FDT node pointer can be attached to any struct
device; regardless of bus_type.  It turned out to make a great deal of
sense because nodes in the device tree could be any kind of device;
i2c, spi, platform, usb, pci, etc.  With this model, there doesn't
need to be a different driver for each data source (static
registration, or FDT, or whatever).  A single platform_driver (or
i2c_driver, or spi_driver) could handle all data sources. I think it
is a very useful model to treat data provided by firmware as
supplemental data that can either create or be attached to any device
in the system, but does not have a 1:1 mapping from the firmware
structure to the Linux internal device hierarchy.

Also, since there are strong similarities between the ACPI and FDT
models, I'd like to investigate sharing core infrastructure code
between the subsystems.  From the quick look that Matthew and I had, I
think it is certainly possible.

g.
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-17  0:38                         ` joeyli
@ 2011-10-17 22:05                           ` Rafael J. Wysocki
  0 siblings, 0 replies; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-17 22:05 UTC (permalink / raw)
  To: joeyli
  Cc: Grant Likely, Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Monday, October 17, 2011, joeyli wrote:
> Hi Rafael, 
> 
> 於 日,2011-10-16 於 16:42 +0200,Rafael J. Wysocki 提到:
> > On Sunday, October 16, 2011, Grant Likely wrote:
> > > On Sun, Oct 16, 2011 at 12:35:34AM +0200, Rafael J. Wysocki wrote:
> > > > On Friday, October 14, 2011, Grant Likely wrote:
> > > > > On Thu, Oct 13, 2011 at 11:33:11PM +0200, Rafael J. Wysocki wrote:
> > > > > > On Thursday, October 13, 2011, Greg KH wrote:
> > > > > > > On Thu, Oct 13, 2011 at 01:55:39PM -0600, Grant Likely wrote:
> > > > > > > > Is there a schedule available yet for the presentations on Tuesday for kernel summit?
> > > > > > > 
> > > > > > > We just finalized it yesterday, but I don't think anyone has made it
> > > > > > > public.  I'll go ask...
> > > > > > 
> > > > > > It looks like a key-signing party is scheduled at 16:30 and then there's
> > > > > > the evening event with buses leaving at 18:15 (most likely).  So there
> > > > > > seems to be some free time between 5 PM and 6 PM.  I wonder if that's
> > > > > > going to be sufficient?
> > > > > 
> > > > > Ugh; please don't do that.  There is no way it will be sufficient
> > > > > time, it will make everything rushed, and we'll all be mostly burnt
> > > > > out by then anyway.
> > > > 
> > > > In that case I don't think we can find any suitable time frame at all,
> > > > at least not right now.
> > > 
> > > Send me this list of topics that you have.  Some of them are relevant
> > > to the ARM community, and we can fit them into the ARM workshop which
> > > your are more than welcome to attend.
> > 
> > My topics are, more or less:
> > 
> > - Handling off-the-tree dependencies of devices.
> > - Per-device PM QoS (most importantly, how it is supposed to interact with user
> >   space).
> > - Universal platform drivers idea (common bus type for ACPI, PNP and "platform"
> >   devices).
> > - Suspend vs wakeup events.
> > 
> > Thanks,
> > Rafael
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> The above topics are interesting!
> 
> Did you have plan to public the meeting minutes of PM mini-summit or
> have any web page to simply write down conclusion? That will be good to
> anybody cann't join but want to know more detail.

Yes, I think we should publish the meeting minutes this way or another,
if we have the meeting eventually, that is.

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [RFH] Power Management mini-summit during the Kernel Summit 2011
  2011-10-17  3:46                         ` Grant Likely
@ 2011-10-17 22:06                           ` Rafael J. Wysocki
  0 siblings, 0 replies; 30+ messages in thread
From: Rafael J. Wysocki @ 2011-10-17 22:06 UTC (permalink / raw)
  To: Grant Likely
  Cc: Greg KH, Linux PM list, Daniel Drake, mark gross,
	ACPI Devel Mailing List, Len Brown (Intel), Magnus Damm,
	Matthew Garrett, Arjan van de Ven, Tejun Heo, jean.pihet,
	Kevin Hilman, ming.lei, Mark Brown, John Stultz, Chris Ball

On Monday, October 17, 2011, Grant Likely wrote:
> On Sun, Oct 16, 2011 at 8:42 AM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > On Sunday, October 16, 2011, Grant Likely wrote:
> >> Send me this list of topics that you have.  Some of them are relevant
> >> to the ARM community, and we can fit them into the ARM workshop which
> >> your are more than welcome to attend.
> >
> > My topics are, more or less:
> >
> > - Handling off-the-tree dependencies of devices.
> > - Per-device PM QoS (most importantly, how it is supposed to interact with user
> >  space).
> > - Universal platform drivers idea (common bus type for ACPI, PNP and "platform"
> >  devices).
> > - Suspend vs wakeup events.
> 
> Okay, I think these are interesting and I've added them to the list.
> I'm hoping to meet with Nicolas and Arnd tomorrow to hammer out the
> schedule for Sunday.  You'll be able to find it here[1] when it is
> complete.
> 
> [1] http://elinux.org/Events/Kernel_Summit_2011_ARM_Subarch_Maintainership_Workshop
> 
> Also, since the topic was mentioned, I'd like to take this oportunity
> to jot down my thoughts about the universal platform drivers topic.  I
> was talking to Matthew Garret about this exact thing in Vancouver when
> we were comparing the ACPI and FDT implementations in the kernel, and
> I was noticing that they use a very similar data model.  However,
> about a year ago the FDT-specific bus type was eliminated and we moved
> to the model where an FDT node pointer can be attached to any struct
> device; regardless of bus_type.  It turned out to make a great deal of
> sense because nodes in the device tree could be any kind of device;
> i2c, spi, platform, usb, pci, etc.  With this model, there doesn't
> need to be a different driver for each data source (static
> registration, or FDT, or whatever).  A single platform_driver (or
> i2c_driver, or spi_driver) could handle all data sources. I think it
> is a very useful model to treat data provided by firmware as
> supplemental data that can either create or be attached to any device
> in the system, but does not have a 1:1 mapping from the firmware
> structure to the Linux internal device hierarchy.
> 
> Also, since there are strong similarities between the ACPI and FDT
> models, I'd like to investigate sharing core infrastructure code
> between the subsystems.  From the quick look that Matthew and I had, I
> think it is certainly possible.

I agree and that's why I'd like to discuss those things.

Thanks,
Rafael

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

end of thread, other threads:[~2011-10-17 22:04 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 20:11 [RFH] Power Management mini-summit during the Kernel Summit 2011 Rafael J. Wysocki
2011-10-12 20:30 ` Grant Likely
2011-10-13 10:34   ` Mark Brown
2011-10-12 20:33 ` Jean Pihet
2011-10-12 20:40 ` Greg KH
2011-10-12 22:22 ` Magnus Damm
2011-10-12 23:40 ` Kevin Hilman
2011-10-13  3:59 ` mark gross
2011-10-13 14:55 ` Daniel Drake
2011-10-13 16:04   ` Grant Likely
2011-10-13 19:05     ` Rafael J. Wysocki
2011-10-13 19:05       ` Grant Likely
2011-10-13 19:17         ` Rafael J. Wysocki
2011-10-13 19:52           ` Greg KH
2011-10-13 19:55           ` Grant Likely
2011-10-13 20:15             ` Greg KH
2011-10-13 21:33               ` Rafael J. Wysocki
2011-10-13 22:35                 ` Grant Likely
2011-10-15 22:35                   ` Rafael J. Wysocki
2011-10-16  4:20                     ` Grant Likely
2011-10-16 14:42                       ` Rafael J. Wysocki
2011-10-17  0:38                         ` joeyli
2011-10-17 22:05                           ` Rafael J. Wysocki
2011-10-17  3:46                         ` Grant Likely
2011-10-17 22:06                           ` Rafael J. Wysocki
2011-10-13 21:20           ` Jean Pihet
2011-10-13 21:27             ` Rafael J. Wysocki
2011-10-13 21:26           ` Kevin Hilman
2011-10-13 21:50             ` Magnus Damm
2011-10-13 22:38               ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox