lkml.org 
[lkml]   [2011]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] i2c/tegra: I2C driver uses the suspend_noirq/resume_noirq
From
On Thu, Aug 11, 2011 at 2:09 PM, Stephen Warren <swarren@nvidia.com> wrote:
> Colin Cross wrote at Thursday, August 11, 2011 2:51 PM:
>> Cc: Mark Brown; Ben Dooks; Dilan Lee; linux-i2c@vger.kernel.org; linux-tegra@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: [PATCH] i2c/tegra: I2C driver uses the suspend_noirq/resume_noirq
>>
>> On Thu, Aug 11, 2011 at 12:35 PM, Stephen Warren <swarren@nvidia.com> wrote:
>> > Mark Brown wrote at Saturday, August 06, 2011 2:48 AM:
>> >> On Fri, Aug 05, 2011 at 09:33:31PM -0700, Colin Cross wrote:
>> > ...
>> >> > NAK - moving the suspend order around is not the correct way to solve
>> >> > this.  If wm8903 needs to talk to the i2c bus in its suspend handler,
>> >> > it needs to be child device on the i2c bus.  suspend_noirq is for
>> >>
>> >> WM8903 is an I2C device.  The problem is that it's suspended as part of
>> >> the ASoC suspend since the audio subsystem is composed of multiple
>> >> devices that all need to work together coherently.  I did start doing
>> >> some stuff to bodge around this like we do on probe but there are enough
>> >> system wide problems with this that it didn't seem worth the complexity
>> >> when the existing workarounds are so straightforward.
>> >
>> > Colin, given Mark's explanation, are you OK with the patch now?
>>
>> It's still not the right way to handle this, are you going to mark
>> every I2C controller as suspend_noirq?  What happens when you find an
>> I2C controller that needs its irq on to suspend?  These are the kinds
>> of hacks we've been asked not to do in ARM, so I'd like to see a
>> response from the I2C maintainers.
>
> Well, while that's true, the thing is the right way to handle it doesn't
> appear to exist at present.

Yes, but the maintainers have been asked to stop using one-off hacks
to fix everything that isn't supported in common code, and work
towards getting the common code fixed instead. If the common code
maintainers say this is the best way to fix it for now, fine, but I'd
like to hear an opinion first.

> I did briefly try to move the entire ASoC suspend to early suspend (or
> something like that), but ran into a whole slew of issues, that I
> unfortunately don't recall right now. That would also impact every user
> of ASoC, not just Tegra...
>
> So, in other words, how do you suggest I proceed with this?

device_pm_move_after(deva, devb) makes should make deva suspend before
devb. Maybe subsystems that link multiple devices together should
call device_pm_move_after() to make sure that all of their devices
suspend before the parents of any of their devices?

> Mark Brown wrote:
>> Unfortunately it's the only tool Linux has for dealing with this sort of
>> issue right now.  We were supposed to be getting support for telling the
>> PM core about dependencies but Linus didn't like that,
>
> Mark, can you fill in a little more detail; did Linus not like the concept
> of drivers registering dependencies on each-other, or was there a problem
> with the specific implementation that was proposed? I assume we're still a
> long way away from anything like that working. You also mentioned Grant's
> device registration retry stuff, but doesn't that only solve the initial
> probing, not shutdown/suspend dependencies, or do devices take locks on
> each-other to handle that too?
>
> Thanks.
>
> --
> nvpubilc
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-08-11 23:47    [W:0.070 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site