Re: [PATCH 1/3] usb: misc: generic_onboard_hub: add generic onboard USB HUB driver

2015-12-08 Thread Mathieu Poirier
On 7 December 2015 at 18:37, Peter Chen wrote: > Current USB HUB driver lacks of platform interfaces to configure > external signal on HUB chip, eg, the PHY input clock and gpio reset > pin for HUB, these kinds of HUBs are usually soldered at the board, > and they are not hot-plug USB devices. > >

Re: [PATCH 1/2] regulator: Add coupled regulator

2015-11-30 Thread Mathieu Poirier
On 30 November 2015 at 08:29, Maxime Ripard wrote: > Some boards, in order to power devices that have a quite high power > consumption, wire multiple regulators in parallel. > > In such a case, the regulators need to be kept in sync, all of them being > enabled or disabled in parallel. > > This al

[PATCH] arm64: Juno: Add support for coresight

2015-07-06 Thread Mathieu Poirier
This patch adds support for coresight components. More specifically it has definitions for the A53/57 tracers, the A53/57 cluster funnels, the main funnel and the ETF configured in circular buffer mode. Support for other coresight IP blocks have not been addressed yet. Signed-off-by: Mathieu

Re: [PATCH v2 2/2] arm64: dts: qcom: Add msm8916 CoreSight components

2015-05-08 Thread Mathieu Poirier
On 8 May 2015 at 08:17, Ivan T. Ivanov wrote: > > On Fri, 2015-05-08 at 08:13 -0600, Mathieu Poirier wrote: >> On 8 May 2015 at 07:47, Ivan T. Ivanov iva...@linaro.org> wrote: >> > On Fri, 2015-05-08 at 07:38 -0600, Mathieu Poirier wrote: >> > > On 7 M

Re: [PATCH 1/2] coresight: replicator: Add Qualcomm CoreSight Replicator driver

2015-04-30 Thread Mathieu Poirier
On 30 April 2015 at 01:21, Ivan T. Ivanov wrote: > > On Wed, 2015-04-29 at 10:28 -0600, Mathieu Poirier wrote: >> On 29 April 2015 at 06:19, Ivan T. Ivanov iva...@linaro.org> wrote: > > > >> > - "arm,coresight-etm4x", "arm,pr

Re: [PATCH 2/2] arm64: dts: qcom: Add msm8916 CoreSight components

2015-04-30 Thread Mathieu Poirier
On 30 April 2015 at 03:24, Ivan T. Ivanov wrote: > > On Wed, 2015-04-29 at 10:49 -0600, Mathieu Poirier wrote: >> On 29 April 2015 at 06:20, Ivan T. Ivanov iva...@linaro.org> wrote: > > >> > + >> > + funnel@821000 { >> > + com

Re: [PATCH] coresight: Add support for Juno platform

2015-04-23 Thread Mathieu Poirier
On 23 April 2015 at 03:20, Mark Rutland wrote: > Hi Matthieu, > >> + main_funnel@2004 { >> + compatible = "arm,coresight-funnel", "arm,primecell"; >> + reg = <0 0x2004 0 0x1000>; >> + >> + clocks = <&soc_smc50mhz>; >> + clock-names = "apb

[PATCH] coresight: Add support for Juno platform

2015-04-22 Thread Mathieu Poirier
n the SPC sub-system have not been addressed. Signed-off-by: Mathieu Poirier --- arch/arm64/boot/dts/arm/juno.dts | 222 +++ 1 file changed, 222 insertions(+) diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts index 133ee59

[PATCH] coresight: binding for ETMv4 coresight drivers

2015-04-22 Thread Mathieu Poirier
Adding compatible string for new coresight ETMv4 tracer. Signed-off-by: Mathieu Poirier --- Documentation/devicetree/bindings/arm/coresight.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm

Re: [PATCH v2] coresight: adding basic support for Spreadtrum SC9836

2015-04-07 Thread Mathieu Poirier
On 3 April 2015 at 13:51, Olof Johansson wrote: > On Wed, Mar 25, 2015 at 08:52:11PM +0800, Chunyan Zhang wrote: >> Support only for ETF, FUNNEL, STM are included currently. >> Support for ETM, TPIU and the replicator linked to it are not included in >> this version patch. >> >> Signed-off-by: Chu

Re: [PATCH] coresight: adding basic support for Spreadtrum SC9836

2015-03-24 Thread Mathieu Poirier
On 23 March 2015 at 23:48, Chunyan Zhang wrote: > Support only for ETB, FUNNEL, STM are included currently. > Support for ETM, TPIU and the replicator linked to it are not included in > this version patch. > > Signed-off-by: Chunyan Zhang > --- > arch/arm64/boot/dts/sprd/sc9836.dtsi | 57 >

[PATCH RESEND] coresight-stm: Bindings for System Trace Macrocell

2015-02-26 Thread Mathieu Poirier
n for CoreSight components. The driver has been posted here[1]. [1]. https://lkml.org/lkml/2015/2/25/743 Signed-off-by: Mathieu Poirier --- .../devicetree/bindings/arm/coresight.txt | 25 ++ 1 file changed, 25 insertions(+) diff --git a/Documentation/devicetree/binding

[PATCH] coresight-stm: Bindings for System Trace Macrocell

2015-02-04 Thread mathieu . poirier
From: Mathieu Poirier The System Trace Macrocell (STM) is an IP block falling under the CoreSight umbrella. It's main purpose it so expose stimulus channels to any system component for the purpose of information logging. Bindings for this IP block adds a couple of items to the cu

Re: [PATCH] ARM: vexpress: bindings: Add generic PD awareness to the spc controller

2015-01-07 Thread Mathieu Poirier
On 7 January 2015 at 03:54, Lorenzo Pieralisi wrote: > On Tue, Jan 06, 2015 at 10:01:03PM +, Rob Herring wrote: >> On Tue, Jan 6, 2015 at 12:36 PM, Mathieu Poirier >> wrote: >> > On 6 January 2015 at 10:02, Rob Herring wrote: >> >> On Tue, Jan 6, 20

Re: [PATCH] ARM: vexpress: bindings: Add generic PD awareness to the spc controller

2015-01-06 Thread Mathieu Poirier
On 6 January 2015 at 10:02, Rob Herring wrote: > On Tue, Jan 6, 2015 at 10:45 AM, wrote: >> From: Mathieu Poirier >> >> Among other things, the serial power controller (SPC) controls power to >> the A7 and A15 clusters. Theses clusters also happen to contains the &g

[PATCH] ARM: vexpress: bindings: Add generic PD awareness to the spc controller

2015-01-06 Thread mathieu . poirier
From: Mathieu Poirier Among other things, the serial power controller (SPC) controls power to the A7 and A15 clusters. Theses clusters also happen to contains the coresight tracers used for HW assisted tracing. By modellling these to power domains in a way that is comprehensible to the generic

[PATCH v2] coresight: bindings for coresight drivers

2014-11-12 Thread mathieu . poirier
From: Mathieu Poirier Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Mathieu Poirier Acked-by: Rob Herring --- Change for v2: - Added ack by Rob

Re: [PATCH] coresight: bindings for coresight drivers

2014-11-11 Thread Mathieu Poirier
ack from Rob >> Herring. > > Ummm... > >> >> Thanks, >> Mathieu >> >> From 69cae46640b8cdc836bf7b86211d5f2adf3d0270 Mon Sep 17 00:00:00 2001 >> From: Mathieu Poirier >> Date: Thu, 7 Aug 2014 12:34:06 -0600 >> Subject: [PATCH] coresight: bindi

[PATCH] coresight: bindings for coresight drivers

2014-11-11 Thread mathieu . poirier
Greg, Please consider this as a supplement to the coresight patchset. It should have been sent with the rest of the patches but I missed the original ack from Rob Herring. Thanks, Mathieu >From 69cae46640b8cdc836bf7b86211d5f2adf3d0270 Mon Sep 17 00:00:00 2001 From: Mathieu Poirier Date:

Re: [PATCH v9 RESEND] coresight: bindings for coresight drivers

2014-11-10 Thread Mathieu Poirier
ck and see where the problem is is... > > Rob > > >> >> Thanks, >> Mathieu >> >> From 12ec0ef4753125e470a0899fabd94b46b3a93a9d Mon Sep 17 00:00:00 2001 >> From: Mathieu Poirier >> Date: Thu, 7 Aug 2014 12:34:06 -0600 >> Subject: [PATCH v9] core

[PATCH v9 RESEND] coresight: bindings for coresight drivers

2014-11-10 Thread mathieu . poirier
Can someone in the bindings' maintainer brigade pick this up? The code has been added to linux-next: a06ae86 coresight: add CoreSight core layer framework Thanks, Mathieu >From 12ec0ef4753125e470a0899fabd94b46b3a93a9d Mon Sep 17 00:00:00 2001 From: Mathieu Poirier Date: Th

Re: [PATCH v4 0/9] ARM: shmobile: R-Mobile: DT PM domain support

2014-11-04 Thread Mathieu Poirier
On 3 November 2014 18:28, Kevin Hilman wrote: > Mathieu Poirier writes: > >> On 3 November 2014 08:34, Geert Uytterhoeven wrote: >>> Hi Rafael, Simon, Magnus, >>> >>> This patch series enables DT support for PM domains on Renesas R-Mobile >&g

Re: [PATCH v4 8/9] ARM: shmobile: r8a7740 dtsi: Add PM domain support

2014-11-03 Thread Mathieu Poirier
On 3 November 2014 08:34, Geert Uytterhoeven wrote: > Add a device node for the System Controller, with subnodes that > represent the hardware power area hierarchy. > Hook up all devices to their respective PM domains. > > Add a minimal device node for the Coresight-ETM hardware block, and hook >

Re: [PATCH v4 0/9] ARM: shmobile: R-Mobile: DT PM domain support

2014-11-03 Thread Mathieu Poirier
On 3 November 2014 08:34, Geert Uytterhoeven wrote: > Hi Rafael, Simon, Magnus, > > This patch series enables DT support for PM domains on Renesas R-Mobile SoCs. > > Currently it's limited to R-Mobile A1 (r8a7740), but given the similarity of > the SYSC System-Controller on the various SH-

[PATCH v9] coresight: bindings for coresight drivers

2014-11-03 Thread mathieu . poirier
From: Mathieu Poirier Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Mathieu Poirier --- .../devicetree/bindings/arm/coresight.txt | 203

Re: [PATCH v4] ARM: perf: save/restore pmu registers in pm notifier

2014-10-21 Thread Mathieu Poirier
On 20 October 2014 11:20, Will Deacon wrote: > On Mon, Oct 20, 2014 at 10:16:16AM +0100, Sudeep Holla wrote: >> On 20/10/14 09:46, Neil Zhang wrote: >> > Will, I prefer to check always-on field under PMU node to check >> > whether we need Save/restore them. >> > >> But how do you handle it for dif

[PATCH v8] coresight: bindings for coresight drivers

2014-10-20 Thread mathieu . poirier
From: Mathieu Poirier Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Mathieu Poirier --- .../devicetree/bindings/arm/coresight.txt | 203

[PATCH RESEND v7] coresight: bindings for coresight drivers

2014-10-07 Thread mathieu . poirier
From: Mathieu Poirier Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Mathieu Poirier --- .../devicetree/bindings/arm/coresight.txt | 203

[PATCH v7] coresight: bindings for coresight drivers

2014-09-30 Thread mathieu . poirier
From: Mathieu Poirier Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Mathieu Poirier --- .../devicetree/bindings/arm/coresight.txt | 203

[PATCH] coresight: bindings for coresight drivers

2014-09-11 Thread mathieu . poirier
From: Mathieu Poirier Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Panchaxari Prasannamurthy Signed-off-by: Mathieu Poirier --- .../devicetree

[PATCH v5] coresight: bindings for coresight drivers

2014-08-27 Thread mathieu . poirier
From: Mathieu Poirier Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Panchaxari Prasannamurthy Signed-off-by: Mathieu Poirier --- Changes for V5

[PATCH v4] coresight: bindings for coresight drivers

2014-08-20 Thread mathieu . poirier
From: Pratik Patel Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Panchaxari Prasannamurthy Signed-off-by: Mathieu Poirier --- .../devicetree/bindings

[PATCH] coresight: bindings for coresight drivers

2014-08-07 Thread mathieu . poirier
From: Pratik Patel Coresight IP blocks allow for the support of HW assisted tracing on ARM SoCs. Bindings for the currently available blocks are presented herein. Signed-off-by: Pratik Patel Signed-off-by: Panchaxari Prasannamurthy Signed-off-by: Mathieu Poirier --- .../devicetree/bindings