Re: [PATCH] coresight: etm4x: modify q_support type

2016-04-13 Thread Mathieu Poirier
On 13 April 2016 at 01:40, lipengcheng wrote: > 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

Re: [PATCH] coresight: etm4x: modify q_support type

2016-04-13 Thread Mathieu Poirier
On 13 April 2016 at 01:40, lipengcheng wrote: > 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] coresight: etm4x: modify q_support type

2016-04-13 Thread 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 --- drivers/hwtracing/coresight/coresight-etm4x.h |

[PATCH] coresight: etm4x: modify q_support type

2016-04-13 Thread 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 --- drivers/hwtracing/coresight/coresight-etm4x.h | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] coresight: etm4x: modify q_support type

2016-04-12 Thread Mathieu Poirier
On 12 April 2016 at 02:58, lipengcheng wrote: > Because this operation exceed the range of boolean, so we should > modify q_support to unit32 bit. > drvdata->q_support = BMVAL(etmidr0, 15, 16) > > Signed-off-by: Li Pengcheng > Signed-off-by: Li

Re: [PATCH] coresight: etm4x: modify q_support type

2016-04-12 Thread Mathieu Poirier
On 12 April 2016 at 02:58, lipengcheng wrote: > Because this operation exceed the range of boolean, so we should > modify q_support to unit32 bit. > drvdata->q_support = BMVAL(etmidr0, 15, 16) > > Signed-off-by: Li Pengcheng > Signed-off-by: Li Zhong > --- >

[PATCH] coresight: etm4x: modify q_support type

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

[PATCH] coresight: etm4x: modify q_support type

2016-04-12 Thread lipengcheng
Because this operation exceed the range of boolean, so we should modify q_support to unit32 bit. drvdata->q_support = BMVAL(etmidr0, 15, 16) Signed-off-by: Li Pengcheng Signed-off-by: Li Zhong --- drivers/hwtracing/coresight/coresight-etm4x.h | 2 +- 1 file changed, 1 insertion(+), 1