[PATCH 02/27] coresight: etm4x: modify q_support type

2016-05-03 Thread Mathieu Poirier
From: lipengcheng Because this operation exceed the range of boolean, so we should modify q_support to unit8 bit. drvdata->q_support = BMVAL(etmidr0, 15, 16) Signed-off-by: Li Pengcheng Signed-off-by: Li Zhong

[PATCH 02/27] coresight: etm4x: modify q_support type

2016-05-03 Thread Mathieu Poirier
From: lipengcheng Because this operation exceed the range of boolean, so we should modify q_support to unit8 bit. drvdata->q_support = BMVAL(etmidr0, 15, 16) Signed-off-by: Li Pengcheng Signed-off-by: Li Zhong Signed-off-by: Mathieu Poirier --- drivers/hwtracing/coresight/coresight-etm4x.h