All of lore.kernel.org
 help / color / mirror / Atom feed
From: g.portay@overkiz.com (Gaël PORTAY)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc
Date: Mon, 04 May 2015 18:08:28 +0200	[thread overview]
Message-ID: <5547997C.3090501@overkiz.com> (raw)
In-Reply-To: <20150416144553.1eed24dc@bbrezillon>

On 16/04/2015 14:45, Boris Brezillon wrote:
> On Thu, 16 Apr 2015 14:25:44 +0200
> Ga?l PORTAY <g.portay@overkiz.com> wrote:
>
>> The clock-frequency property became obsolete since the rework of the main
>> clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90).
>>
>> It now get and uses the clock-frequency from the main_xtal node.
>>
>> Signed-off-by: Ga?l PORTAY <g.portay@overkiz.com>
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>
>> ---
>>   arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ------
>>   arch/arm/boot/dts/at91sam9rlek.dts          | 6 ------
>>   arch/arm/boot/dts/sama5d3xcm.dtsi           | 6 ------
>>   3 files changed, 18 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> index fec1fca..1721e9b 100644
>> --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> @@ -204,12 +204,6 @@
>>   					};
>>   				};
>>   			};
>> -
>> -			pmc: pmc at fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>>   		};
>>   
>>   		nand0: nand at 60000000 {
>> diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
>> index 9be5b54..d9299be3 100644
>> --- a/arch/arm/boot/dts/at91sam9rlek.dts
>> +++ b/arch/arm/boot/dts/at91sam9rlek.dts
>> @@ -181,12 +181,6 @@
>>   				};
>>   			};
>>   
>> -			pmc: pmc at fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>> -
>>   			watchdog at fffffd40 {
>>   				status = "okay";
>>   			};
>> diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi
>> index 7d6babd..ef404e9 100644
>> --- a/arch/arm/boot/dts/sama5d3xcm.dtsi
>> +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi
>> @@ -67,12 +67,6 @@
>>   					rxd3-skew-ps = <400>;
>>   				};
>>   			};
>> -
>> -			pmc: pmc at fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>>   		};
>>   
>>   		nand0: nand at 60000000 {
>>

Hi everyone,

Any news about this patch ?

Best regards,
Ga?l PORTAY

PS: I hope this mail does not sound insistent :)

WARNING: multiple messages have this Message-ID (diff)
From: "Gaël PORTAY" <g.portay@overkiz.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc
Date: Mon, 04 May 2015 18:08:28 +0200	[thread overview]
Message-ID: <5547997C.3090501@overkiz.com> (raw)
In-Reply-To: <20150416144553.1eed24dc@bbrezillon>

On 16/04/2015 14:45, Boris Brezillon wrote:
> On Thu, 16 Apr 2015 14:25:44 +0200
> Gaël PORTAY <g.portay@overkiz.com> wrote:
>
>> The clock-frequency property became obsolete since the rework of the main
>> clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90).
>>
>> It now get and uses the clock-frequency from the main_xtal node.
>>
>> Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>
>> ---
>>   arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ------
>>   arch/arm/boot/dts/at91sam9rlek.dts          | 6 ------
>>   arch/arm/boot/dts/sama5d3xcm.dtsi           | 6 ------
>>   3 files changed, 18 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> index fec1fca..1721e9b 100644
>> --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
>> @@ -204,12 +204,6 @@
>>   					};
>>   				};
>>   			};
>> -
>> -			pmc: pmc@fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>>   		};
>>   
>>   		nand0: nand@60000000 {
>> diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
>> index 9be5b54..d9299be3 100644
>> --- a/arch/arm/boot/dts/at91sam9rlek.dts
>> +++ b/arch/arm/boot/dts/at91sam9rlek.dts
>> @@ -181,12 +181,6 @@
>>   				};
>>   			};
>>   
>> -			pmc: pmc@fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>> -
>>   			watchdog@fffffd40 {
>>   				status = "okay";
>>   			};
>> diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi
>> index 7d6babd..ef404e9 100644
>> --- a/arch/arm/boot/dts/sama5d3xcm.dtsi
>> +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi
>> @@ -67,12 +67,6 @@
>>   					rxd3-skew-ps = <400>;
>>   				};
>>   			};
>> -
>> -			pmc: pmc@fffffc00 {
>> -				main: mainck {
>> -					clock-frequency = <12000000>;
>> -				};
>> -			};
>>   		};
>>   
>>   		nand0: nand@60000000 {
>>

Hi everyone,

Any news about this patch ?

Best regards,
Gaël PORTAY

PS: I hope this mail does not sound insistent :)

  reply	other threads:[~2015-05-04 16:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-16 12:25 [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc Gaël PORTAY
2015-04-16 12:25 ` Gaël PORTAY
2015-04-16 12:45 ` Boris Brezillon
2015-04-16 12:45   ` Boris Brezillon
2015-05-04 16:08   ` Gaël PORTAY [this message]
2015-05-04 16:08     ` Gaël PORTAY
2015-05-04 17:10     ` Alexandre Belloni
2015-05-04 17:10       ` Alexandre Belloni
2015-05-11  9:21 ` Nicolas Ferre
2015-05-11  9:21   ` Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5547997C.3090501@overkiz.com \
    --to=g.portay@overkiz.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.