LWN: Comments on "3.1 merge window part 1" https://lwn.net/Articles/452748/ This is a special feed containing comments posted to the individual LWN article titled "3.1 merge window part 1". en-us Wed, 15 Oct 2025 07:38:32 +0000 Wed, 15 Oct 2025 07:38:32 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net 3.1 merge window part 1 https://lwn.net/Articles/453503/ https://lwn.net/Articles/453503/ rjw@sisk.pl <div class="FormattedComment"> <font class="QuotedText">&gt; The power management callbacks found in struct dev_pm_ops have been</font><br> <font class="QuotedText">&gt; augmented with a whole set of "noirq" versions. The power domains</font><br> <font class="QuotedText">&gt; subsystem uses these callbacks for system-wide power transitions.</font><br> <p> To be precise, what happened was that generic implementations of the<br> "noirq" callbacks were introduced and added to generic_subsys_pm_ops.<br> The "noirq" callback pointers have always been there in struct dev_pm_ops.<br> <p> More importantly, however, a new framework for representing and handling<br> generic power management domains have been added (the headers are located<br> in include/linux/pm_domain.h and the code is in driver/base/power/domain.c).<br> It does use the new generic "noirq" routines, but that's not the most<br> important part of it. :-)<br> </div> Sat, 30 Jul 2011 11:24:03 +0000