1. 15 4月, 2014 2 次提交
  2. 11 3月, 2014 1 次提交
  3. 10 3月, 2014 1 次提交
  4. 21 10月, 2013 1 次提交
  5. 27 9月, 2013 1 次提交
    • M
      ASoC: si476x: Remove custom register I/O implementation · d6173df3
      Mark Brown 提交于
      The current si476x I/O implementation wraps the regmap for the core with
      functions that make the register map cache only when the device is powered
      down. This implementation appears to be incomplete since there is no code
      to synchronise the cache so writes done while the core is powered down
      will be ignored, the device will only be configured if it is powered.
      
      A better and more idiomatic approach would be to have the MFD manage the
      cache, making the device cache only when it powers things down. This also
      allows ASoC to use the standard regmap helpers for the device which helps
      remove the ASoC custom ones so do convert to do that.
      Signed-off-by: NMark Brown <broonie@linaro.org>
      d6173df3
  6. 18 8月, 2013 1 次提交
  7. 04 7月, 2013 1 次提交
  8. 04 3月, 2013 2 次提交
  9. 21 2月, 2013 1 次提交
  10. 09 12月, 2012 1 次提交
  11. 15 10月, 2012 1 次提交