1. 10 10月, 2011 5 次提交
  2. 09 10月, 2011 4 次提交
  3. 08 10月, 2011 2 次提交
  4. 07 10月, 2011 7 次提交
  5. 06 10月, 2011 16 次提交
  6. 05 10月, 2011 5 次提交
  7. 04 10月, 2011 1 次提交
    • M
      ASoC: Reduce the number of neigbours we mark dirty when updating power · fe4fda5d
      Mark Brown 提交于
      If two widgets are not currently connected then there is no need to
      propagate a power state change between them as we mark the affected
      widgets when we change a connection. Similarly if a neighbour widget is
      already in the state being set for the current widget then there is no
      need to recheck.
      
      On one system I tested this gave:
      
                 Power    Path   Neighbour
      Before:    114      1066   1327
      After:     106      970    1186
      
      which is an improvement, although relatively small.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      fe4fda5d