Prev: [PATCH 06/10] rwsem: smaller wrappers around rwsem_down_failed_common
Next: [tip:sched/core] stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback()
From: Randy Dunlap on 17 May 2010 18:40 On 05/17/10 15:23, Rafael J. Wysocki wrote: > --- > From: Rafael J. Wysocki <rjw(a)sisk.pl> > Subject: PM / PCI: Update PCI power management documentation > > The PCI power management document, Documentation/power/pci.txt, is > outdated and partially inaccurate. It also is missing some important > information about the power management of PCI device. Rewrite it to > make it more up to date and more complete. > > Signed-off-by: Rafael J. Wysocki <rjw(a)sisk.pl> Thanks for the updates. Reviewed-by: Randy Dunlap <randy.dunlap(a)oracle.com> > --- > Documentation/power/pci.txt | 1308 ++++++++++++++++++++++++++++++++++---------- > 1 file changed, 1017 insertions(+), 291 deletions(-) > > Index: linux-2.6/Documentation/power/pci.txt > =================================================================== > --- linux-2.6.orig/Documentation/power/pci.txt > +++ linux-2.6/Documentation/power/pci.txt -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jesse Barnes on 18 May 2010 18:10
On Tue, 18 May 2010 00:23:24 +0200 "Rafael J. Wysocki" <rjw(a)sisk.pl> wrote: > On Monday 17 May 2010, Randy Dunlap wrote: > > On 05/16/10 12:49, Rafael J. Wysocki wrote: > > > Hi, > > > > > > I've just finished rewriting the PCI PM documentation. I hope I didn't forget > > > of anything important, so please let me know if I did. > > > > > > Generally, please let me know what you think. > > > > Hi, > > > > It reads pretty well IMO. > > > > I have corrected several typos etc. > > I have also noted a need for explaining *why* something is being done, > > not just what is being done. > > Thanks a lot for the very useful comments. I did my best to address them all > and the modified (and hopefully improved patch) is appended. > > > There may be a few other places where some justification is needed > > (i.e., would be helpful). > > Well, in fact it is quite difficult to me to identify places where such a > justification would be useful, because I know how all of this works. :-) > Fortunately, the justification is usually given in the other two documents this > one refers to. > Applied, thanks guys. -- Jesse Barnes, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |