1. 24 2月, 2012 1 次提交
  2. 01 12月, 2011 1 次提交
  3. 20 9月, 2011 1 次提交
  4. 09 8月, 2011 1 次提交
  5. 08 8月, 2011 1 次提交
    • M
      regmap: Add basic tracepoints · fb2736bb
      Mark Brown 提交于
      Trace single register reads and writes, plus start/stop tracepoints for
      the actual I/O to see where we're spending time. This makes it easy to
      have always on logging without overwhelming the logs and also lets us take
      advantage of all the context and time information that the trace subsystem
      collects for us.
      
      We don't currently trace register values for bulk operations as this would
      add complexity and overhead parsing the cooked data that's being worked
      with.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      fb2736bb