[PATCH V9 04/18] coresight: etm3x: moving etm_readl/writel to header file

2016-02-03 Thread Mathieu Poirier
Moving functions etm_readl/writel to file "coresight-etm.h" so that the main ETM3x driver can be split in more than one file. Signed-off-by: Mathieu Poirier --- drivers/hwtracing/coresight/coresight-etm.h | 29 +++ drivers/hwtracing/coresight/coresight-etm3x.c | 29

[PATCH V9 04/18] coresight: etm3x: moving etm_readl/writel to header file

2016-02-03 Thread Mathieu Poirier
Moving functions etm_readl/writel to file "coresight-etm.h" so that the main ETM3x driver can be split in more than one file. Signed-off-by: Mathieu Poirier --- drivers/hwtracing/coresight/coresight-etm.h | 29 +++