1. 05 Sep, 2011 3 commits
  2. 22 Aug, 2011 6 commits
  3. 21 Aug, 2011 2 commits
    • Mark Brown's avatar
      ae130d22
    • Mark Brown's avatar
      regmap: Allow drivers to specify register defaults · bd20eb54
      Mark Brown authored
      It is useful for the register cache code to be able to specify the
      default values for the device registers. The major use is when restoring
      the register cache after suspend, knowing the register defaults allows
      us to skip registers that are at their default values when we resume which
      can be a substantial win on larger modern devices. For some devices
      (mostly older ones) the hardware does not support readback so the only way we
      can know the values is from code and so initializing the cache with default
      values makes it much easier for drivers work with read/modify/write
      updates.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      bd20eb54
  4. 14 Aug, 2011 3 commits
  5. 12 Aug, 2011 2 commits
  6. 09 Aug, 2011 5 commits
  7. 08 Aug, 2011 11 commits
  8. 07 Aug, 2011 8 commits