Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-12 Thread Rafał Miłecki
On 11 August 2016 at 16:25, Jon Mason wrote: > On Thu, Aug 11, 2016 at 4:49 AM, Rafał Miłecki wrote: >> On 10 August 2016 at 20:21, Jon Mason wrote: >>> On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote:

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-12 Thread Rafał Miłecki
On 11 August 2016 at 16:25, Jon Mason wrote: > On Thu, Aug 11, 2016 at 4:49 AM, Rafał Miłecki wrote: >> On 10 August 2016 at 20:21, Jon Mason wrote: >>> On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote: On 8/10/2016 10:28 AM, Rafał Miłecki wrote: > > On 10 August 2016 at 19:22, Jon

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-11 Thread Jon Mason
On Thu, Aug 11, 2016 at 4:49 AM, Rafał Miłecki wrote: > On 10 August 2016 at 20:21, Jon Mason wrote: >> On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote: >>> On 8/10/2016 10:28 AM, Rafał Miłecki wrote: On 10 August 2016 at

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-11 Thread Jon Mason
On Thu, Aug 11, 2016 at 4:49 AM, Rafał Miłecki wrote: > On 10 August 2016 at 20:21, Jon Mason wrote: >> On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote: >>> On 8/10/2016 10:28 AM, Rafał Miłecki wrote: On 10 August 2016 at 19:22, Jon Mason wrote: > > On Wed, Aug 10, 2016 at

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-11 Thread Rafał Miłecki
On 10 August 2016 at 20:21, Jon Mason wrote: > On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote: >> On 8/10/2016 10:28 AM, Rafał Miłecki wrote: >>> >>> On 10 August 2016 at 19:22, Jon Mason wrote: On Wed, Aug 10, 2016

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-11 Thread Rafał Miłecki
On 10 August 2016 at 20:21, Jon Mason wrote: > On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote: >> On 8/10/2016 10:28 AM, Rafał Miłecki wrote: >>> >>> On 10 August 2016 at 19:22, Jon Mason wrote: On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: > > diff --git

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Ray Jui
On 8/10/2016 10:28 AM, Rafał Miłecki wrote: On 10 August 2016 at 19:22, Jon Mason wrote: On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: diff --git a/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Ray Jui
On 8/10/2016 10:28 AM, Rafał Miłecki wrote: On 10 August 2016 at 19:22, Jon Mason wrote: On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: diff --git a/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt b/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt new file mode

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Rafał Miłecki
On 10 August 2016 at 19:22, Jon Mason wrote: > On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: >> diff --git a/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt >> b/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt >> new file mode

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Rafał Miłecki
On 10 August 2016 at 19:22, Jon Mason wrote: > On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: >> diff --git a/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt >> b/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt >> new file mode 100644 >> index 000..a18c73f >> ---

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Jon Mason
On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote: > > > On 8/10/2016 10:28 AM, Rafał Miłecki wrote: >> >> On 10 August 2016 at 19:22, Jon Mason wrote: >>> >>> On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: diff --git

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Jon Mason
On Wed, Aug 10, 2016 at 1:44 PM, Ray Jui wrote: > > > On 8/10/2016 10:28 AM, Rafał Miłecki wrote: >> >> On 10 August 2016 at 19:22, Jon Mason wrote: >>> >>> On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: diff --git a/Documentation/devicetree/bindings/clock/brcm,ns-ilp.txt

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Jon Mason
On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This clock is present on cheaper Northstar devices like BCM53573 or > BCM47189 using Corex-A7. ILP is a part of PMU (Power Management Unit) > and so it should be defined as one of

Re: [PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Jon Mason
On Wed, Aug 10, 2016 at 8:05 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This clock is present on cheaper Northstar devices like BCM53573 or > BCM47189 using Corex-A7. ILP is a part of PMU (Power Management Unit) > and so it should be defined as one of its subnodes (subdevices). For >

[PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Rafał Miłecki
From: Rafał Miłecki This clock is present on cheaper Northstar devices like BCM53573 or BCM47189 using Corex-A7. ILP is a part of PMU (Power Management Unit) and so it should be defined as one of its subnodes (subdevices). For more details see Documentation entry.

[PATCH V3] clk: bcm: Add driver for Northstar ILP clock

2016-08-10 Thread Rafał Miłecki
From: Rafał Miłecki This clock is present on cheaper Northstar devices like BCM53573 or BCM47189 using Corex-A7. ILP is a part of PMU (Power Management Unit) and so it should be defined as one of its subnodes (subdevices). For more details see Documentation entry. Unfortunately there isn't a