[PATCH V3 11/18] coresight: tmc: adding mode of operation for link/sinks

2016-04-22 Thread Mathieu Poirier
Moving tmc_drvdata::enable to a local_t mode. That way the sink interface is aware of it's orgin and the foundation for mutual exclusion between the sysFS and Perf interface can be laid out. Signed-off-by: Mathieu Poirier ---

[PATCH V3 11/18] coresight: tmc: adding mode of operation for link/sinks

2016-04-22 Thread Mathieu Poirier
Moving tmc_drvdata::enable to a local_t mode. That way the sink interface is aware of it's orgin and the foundation for mutual exclusion between the sysFS and Perf interface can be laid out. Signed-off-by: Mathieu Poirier --- drivers/hwtracing/coresight/coresight-tmc-etf.c | 28