Re: [PATCH v6 5/8] coresight: use const for device_node structures

2017-04-18 Thread Leo Yan
Hi Mathieu, On Tue, Apr 18, 2017 at 09:24:47AM -0600, Mathieu Poirier wrote: > On Thu, Apr 06, 2017 at 09:30:58PM +0800, Leo Yan wrote: > > Almost low level functions from open firmware have used const to > > qualify device_node structures, so add const for device_node > > parameters in

Re: [PATCH v6 5/8] coresight: use const for device_node structures

2017-04-18 Thread Leo Yan
Hi Mathieu, On Tue, Apr 18, 2017 at 09:24:47AM -0600, Mathieu Poirier wrote: > On Thu, Apr 06, 2017 at 09:30:58PM +0800, Leo Yan wrote: > > Almost low level functions from open firmware have used const to > > qualify device_node structures, so add const for device_node > > parameters in

Re: [PATCH v6 5/8] coresight: use const for device_node structures

2017-04-18 Thread Mathieu Poirier
On Thu, Apr 06, 2017 at 09:30:58PM +0800, Leo Yan wrote: > Almost low level functions from open firmware have used const to > qualify device_node structures, so add const for device_node > parameters in of_coresight related functions. > > Reviewed-by: Stephen Boyd >

Re: [PATCH v6 5/8] coresight: use const for device_node structures

2017-04-18 Thread Mathieu Poirier
On Thu, Apr 06, 2017 at 09:30:58PM +0800, Leo Yan wrote: > Almost low level functions from open firmware have used const to > qualify device_node structures, so add const for device_node > parameters in of_coresight related functions. > > Reviewed-by: Stephen Boyd > Signed-off-by: Leo Yan I

[PATCH v6 5/8] coresight: use const for device_node structures

2017-04-06 Thread Leo Yan
Almost low level functions from open firmware have used const to qualify device_node structures, so add const for device_node parameters in of_coresight related functions. Reviewed-by: Stephen Boyd Signed-off-by: Leo Yan ---

[PATCH v6 5/8] coresight: use const for device_node structures

2017-04-06 Thread Leo Yan
Almost low level functions from open firmware have used const to qualify device_node structures, so add const for device_node parameters in of_coresight related functions. Reviewed-by: Stephen Boyd Signed-off-by: Leo Yan --- drivers/hwtracing/coresight/of_coresight.c | 6 +++---