Re: [PATCH v2] dts: arm64: add CoreSight trace support for hi3660

2019-03-04 Thread Leo Yan
On Mon, Mar 04, 2019 at 05:29:22PM +, Suzuki K Poulose wrote: [...] > > > To support for a funnel without any register address range (we have > > > support replicator like this mode), we also need to extend the driver > > > drivers/hwtracing/coresight/coresight-funnel.c. > > > > > > Mathieu,

Re: [PATCH v2] dts: arm64: add CoreSight trace support for hi3660

2019-03-04 Thread Suzuki K Poulose
Hi, On 04/03/2019 17:18, Mathieu Poirier wrote: On Sat, 2 Mar 2019 at 06:00, Leo Yan wrote: On Sat, Mar 02, 2019 at 09:45:22AM +, Shiwanglai wrote: [...] + /* Top internals */ + funnel@ec031000 { + compatible = "arm,coresight-funnel", "arm,primecel

Re: [PATCH v2] dts: arm64: add CoreSight trace support for hi3660

2019-03-04 Thread Mathieu Poirier
On Sat, 2 Mar 2019 at 06:00, Leo Yan wrote: > > On Sat, Mar 02, 2019 at 09:45:22AM +, Shiwanglai wrote: > > [...] > > > > + /* Top internals */ > > > + funnel@ec031000 { > > > + compatible = "arm,coresight-funnel", "arm,primecell"; > > > +

Re: [PATCH v2] dts: arm64: add CoreSight trace support for hi3660

2019-03-02 Thread Leo Yan
On Sat, Mar 02, 2019 at 09:45:22AM +, Shiwanglai wrote: [...] > > + /* Top internals */ > > + funnel@ec031000 { > > + compatible = "arm,coresight-funnel", "arm,primecell"; > > + reg = <0 0xec031000 0 0x1000>; > > + cloc

Re: [PATCH v2] dts: arm64: add CoreSight trace support for hi3660

2019-03-02 Thread Shiwanglai
...@lists.linaro.org; Suzhuangluan 主题: Re: [PATCH v2] dts: arm64: add CoreSight trace support for hi3660 Hi Wanglai, On Thu, Feb 28, 2019 at 02:33:23PM +0800, Wanglai Shi wrote: > This patch adds devicetree entries for the CoreSight trace components > on hi3660. > > Signed-off-by:

Re: [PATCH v2] dts: arm64: add CoreSight trace support for hi3660

2019-02-28 Thread Leo Yan
Hi Wanglai, On Thu, Feb 28, 2019 at 02:33:23PM +0800, Wanglai Shi wrote: > This patch adds devicetree entries for the CoreSight trace > components on hi3660. > > Signed-off-by: Wanglai Shi > --- > .../arm64/boot/dts/hisilicon/hi3660-coresight.dtsi | 429 > + > arch/arm64/b

[PATCH v2] dts: arm64: add CoreSight trace support for hi3660

2019-02-27 Thread Wanglai Shi
This patch adds devicetree entries for the CoreSight trace components on hi3660. Signed-off-by: Wanglai Shi --- .../arm64/boot/dts/hisilicon/hi3660-coresight.dtsi | 429 + arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 + 2 files changed, 431 insertions(+) create