linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kapilh@broadcom.com (Kapil Hali)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 2/5] ARM: BCM: Clean up SMP support for Broadcom Kona
Date: Sat, 5 Dec 2015 17:26:08 +0530	[thread overview]
Message-ID: <5662D0D8.1020004@broadcom.com> (raw)
In-Reply-To: <56621CA3.3090903@gmail.com>

Hi Florian,

On 12/5/2015 4:37 AM, Florian Fainelli wrote:
> On 04/12/15 12:23, Kapil Hali wrote:
>> These changes cleans up SMP implementaion for Broadcom's
>> Kona SoC which are required for handling SMP for iProc
>> family of SoCs at a single place for BCM NSP and BCM Kona.
>>
>> Signed-off-by: Kapil Hali <kapilh@broadcom.com>
>> ---
>>  arch/arm/boot/dts/bcm11351.dtsi |  2 +-
>>  arch/arm/boot/dts/bcm21664.dtsi |  2 +-
>>  arch/arm/mach-bcm/kona_smp.c    | 82 +++++++++++++++++++++++++++--------------
>>  3 files changed, 56 insertions(+), 30 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
>> index 2ddaa51..3dc7a8c 100644
>> --- a/arch/arm/boot/dts/bcm11351.dtsi
>> +++ b/arch/arm/boot/dts/bcm11351.dtsi
>> @@ -31,7 +31,6 @@
>>  		#address-cells = <1>;
>>  		#size-cells = <0>;
>>  		enable-method = "brcm,bcm11351-cpu-method";
>> -		secondary-boot-reg = <0x3500417c>;
> 
> I would expect the 'enable-method' to be moved as well to be consistent
> with what you are adding for NSP later on.
> 
Right, it is updated in the new patch set.
>>  
>>  		cpu0: cpu at 0 {
>>  			device_type = "cpu";
>> @@ -42,6 +41,7 @@
>>  		cpu1: cpu at 1 {
>>  			device_type = "cpu";
>>  			compatible = "arm,cortex-a9";
>> +			secondary-boot-reg = <0x3500417c>;
>>  			reg = <1>;
>>  		};
Thanks,
Kapil

  reply	other threads:[~2015-12-05 11:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04 20:23 [PATCH v5 0/5] SMP support for Broadcom NSP Kapil Hali
2015-12-04 20:23 ` [PATCH v5 1/5] dt-bindings: add SMP enable-method " Kapil Hali
2015-12-04 23:06   ` Florian Fainelli
2015-12-05 11:55     ` Kapil Hali
2015-12-04 20:23 ` [PATCH v5 2/5] ARM: BCM: Clean up SMP support for Broadcom Kona Kapil Hali
2015-12-04 23:07   ` Florian Fainelli
2015-12-05 11:56     ` Kapil Hali [this message]
2015-12-04 20:23 ` [PATCH v5 3/5] ARM: dts: Add SMP support for Broadcom NSP Kapil Hali
2015-12-04 20:23 ` [PATCH v5 4/5] ARM: BCM: " Kapil Hali
2015-12-04 20:23 ` [PATCH v5 5/5] ARM: BCM: Add SMP support for Broadcom 4708 Kapil Hali

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=5662D0D8.1020004@broadcom.com \
    --to=kapilh@broadcom.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).