1. 08 11月, 2014 2 次提交
    • P
      coresight-tmc: add CoreSight TMC driver · bc4bf7fe
      Pratik Patel 提交于
      This driver manages CoreSight TMC (Trace Memory Controller) which
      can act as a link or a sink depending upon its configuration. It
      can present itself as an ETF (Embedded Trace FIFO) or ETR
      (Embedded Trace Router).
      
      ETF when configured in circular buffer mode acts as a trace
      collection sink. When configured in HW fifo mode it acts as link.
      ETR always acts as a sink and can be used to route data to memory
      allocated in RAM.
      Signed-off-by: NPratik Patel <pratikp@codeaurora.org>
      Signed-off-by: NMathieu Poirier <mathieu.poirier@linaro.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      bc4bf7fe
    • P
      coresight: add CoreSight core layer framework · a06ae860
      Pratik Patel 提交于
      CoreSight components are compliant with the ARM CoreSight
      architecture specification and can be connected in various
      topologies to suit a particular SoC tracing needs. These trace
      components can generally be classified as sources, links and
      sinks. Trace data produced by one or more sources flows through
      the intermediate links connecting the source to the currently
      selected sink.
      
      The CoreSight framework provides an interface for the CoreSight trace
      drivers to register themselves with. It's intended to build up a
      topological view of the CoreSight components and configure the
      correct serie of components on user input via sysfs.
      
      For eg., when enabling a source, the framework builds up a path
      consisting of all the components connecting the source to the
      currently selected sink(s) and enables all of them.
      
      The framework also supports switching between available sinks
      and provides status information to user space applications
      through the debugfs interface.
      Signed-off-by: NPratik Patel <pratikp@codeaurora.org>
      Signed-off-by: NMathieu Poirier <mathieu.poirier@linaro.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      a06ae860
  2. 02 10月, 2014 1 次提交
  3. 26 9月, 2014 1 次提交
  4. 25 9月, 2014 2 次提交
  5. 24 9月, 2014 1 次提交
  6. 22 9月, 2014 1 次提交
  7. 18 9月, 2014 1 次提交
  8. 03 9月, 2014 1 次提交
  9. 31 7月, 2014 1 次提交
  10. 26 7月, 2014 2 次提交
  11. 19 7月, 2014 1 次提交
  12. 15 7月, 2014 1 次提交
  13. 14 7月, 2014 1 次提交
  14. 07 7月, 2014 1 次提交
  15. 24 6月, 2014 1 次提交
  16. 30 5月, 2014 1 次提交
  17. 26 5月, 2014 3 次提交
  18. 23 5月, 2014 1 次提交
  19. 16 5月, 2014 1 次提交
  20. 30 4月, 2014 1 次提交
  21. 15 4月, 2014 1 次提交
  22. 22 3月, 2014 1 次提交
  23. 17 3月, 2014 1 次提交
  24. 14 3月, 2014 1 次提交
  25. 11 3月, 2014 1 次提交
  26. 06 3月, 2014 1 次提交
  27. 24 2月, 2014 1 次提交
  28. 07 2月, 2014 1 次提交
  29. 29 12月, 2013 1 次提交
  30. 13 12月, 2013 1 次提交
  31. 11 12月, 2013 2 次提交
  32. 09 12月, 2013 1 次提交
  33. 29 10月, 2013 2 次提交