On Thu, Jun 19, 2014 at 09:34:19AM +0800, Sean Cross wrote:
On 06/18/14 18:31, Mark Brown wrote:
quoted
Look at the clock API, this stuff was introduced in the last merge
window if it's there yet at all.
support is going to be merged, I'd like to try using that code. Is this
the "assigned-clock-parents" patch you're referring to, or is there a
patchset that will automatically reparent as necessary?
assigned-clock-parents sounds like it's what I was thinking of.
machine drivers and codec drivers. A random sampling of codec drivers
doesn't yield any drivers grabbing their own power switches. Is that an
$ grep regulator_get sound/soc/codecs/*.c | wc -l
19
$ grep regulator_bulk_get sound/soc/codecs/*.c | wc -l
32
Please put a bit more effort into trying to understand what you're
doing, the common patterns, the terminology and so on - people will
be much more willing to help if it appears that there is active
engagement on your part.