Re: [PATCH] i2c: Use generic subsystem-level power management callbacks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 15 March 2010, Alan Stern wrote:
> On Sun, 14 Mar 2010, Rafael J. Wysocki wrote:
> 
> > On Sunday 14 March 2010, Alan Stern wrote:
> > > On Sun, 14 Mar 2010, Rafael J. Wysocki wrote:
> > > 
> > > > > You know, maybe we should allow bus types to use both the old and new
> > > > > interfaces.  It would make life easier for other subsystems in addition
> > > > > to i2c.
> > > > > 
> > > > > This doesn't mean that the core would end up calling two sets of
> > > > > suspend routines.  If the bus type uses legacy routines then all the
> > > > > non-runtime entries in the pm_ops structure would be empty.
> > > > > 
> > > > > The changes to the PM core necessary to do this are quite small.
> > > > 
> > > > Not really.  The detection that the particular callback is not present happens
> > > > in pm_op(), while the decision which framework to use is made at the
> > > > device_[suspend|resume]() level.
> > > 
> > > All you have to do is change the "else if" lines in
> > > device_[suspend|resume]() to "if".
> > 
> > Then, if a bus type implements both "new" and "old" callbacks, we'll end up
> > calling both.  Not nice.
> 
> Why would a bus type implement both?  Or looked at another way, if it 
> did implement both then wouldn't it want both sets of callbacks to be 
> invoked?
> 
> If a bus type does define both types of callback by mistake and only 
> wants one of them to be used, that's a bug -- pure and simple.  It's 
> not the PM core's fault if something goes wrong under those 
> circumstances.

In fact, I'd like the "legacy" callbacks to go, at least at the subsystem
level, so I'd prefer not to make it easier to keep them around.

How many bus types are there and how many of them actually implement power
management callbacks?  I don't really think the issue is so big.

Rafael
_______________________________________________
linux-pm mailing list
linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/linux-pm

[Index of Archives]     [Linux ACPI]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [CPU Freq]     [Kernel Newbies]     [Fedora Kernel]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux