public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robherring2@gmail.com>
To: Robert Richter <rric@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	Rob Herring <rob.herring@calxeda.com>,
	Doug Thompson <dougthompson@xmission.com>,
	linux-edac@vger.kernel.org
Subject: Re: [PATCH] edac, highbank: remove dependency on ARCH_HIGHBANK
Date: Mon, 11 Nov 2013 09:06:41 -0600	[thread overview]
Message-ID: <5280F281.1050801@gmail.com> (raw)
In-Reply-To: <20131111110904.GQ7429@rric.localhost>

On 11/11/2013 05:09 AM, Robert Richter wrote:
> On 05.11.13 21:25:52, Rob Herring wrote:
>> From: Rob Herring <rob.herring@calxeda.com>
>>
>> In order to enable on arm64 and improve the build coverage, remove the
>> dependency on ARCH_HIGHBANK.
>>
>> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
>> Cc: Doug Thompson <dougthompson@xmission.com>
>> Cc: Robert Richter <rric@kernel.org>
>> Cc: linux-edac@vger.kernel.org
> 
> Rob, I will apply your patch with the changes we discussed if this is
> ok for you.

Thanks. It should be (ARM || ARM64 || COMPILE_TEST) rather than
ARM_MULTI_V7. The L2 ECC driver can be ARM only.

Rob

> 
> -Robert
> 
>> ---
>>  drivers/edac/Kconfig | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
>> index 878f090..fc8aaaf 100644
>> --- a/drivers/edac/Kconfig
>> +++ b/drivers/edac/Kconfig
>> @@ -328,14 +328,14 @@ config EDAC_TILE
>>  
>>  config EDAC_HIGHBANK_MC
>>  	tristate "Highbank Memory Controller"
>> -	depends on EDAC_MM_EDAC && ARCH_HIGHBANK
>> +	depends on EDAC_MM_EDAC
>>  	help
>>  	  Support for error detection and correction on the
>>  	  Calxeda Highbank memory controller.
>>  
>>  config EDAC_HIGHBANK_L2
>>  	tristate "Highbank L2 Cache"
>> -	depends on EDAC_MM_EDAC && ARCH_HIGHBANK
>> +	depends on EDAC_MM_EDAC
>>  	help
>>  	  Support for error detection and correction on the
>>  	  Calxeda Highbank memory controller.
>> -- 
>> 1.8.1.2
>>


      reply	other threads:[~2013-11-11 15:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-06  3:25 [PATCH] edac, highbank: remove dependency on ARCH_HIGHBANK Rob Herring
2013-11-06 14:20 ` Borislav Petkov
2013-11-06 16:15   ` Rob Herring
2013-11-06 16:54     ` Borislav Petkov
2013-11-06 17:17       ` Rob Herring
2013-11-07 12:27         ` Borislav Petkov
2013-11-07 13:23           ` Rob Herring
2013-11-07 13:33             ` Borislav Petkov
2013-11-08 13:59               ` Robert Richter
2013-11-08 14:47                 ` Borislav Petkov
2013-11-11 10:29                   ` Robert Richter
2013-11-11 10:47                     ` Borislav Petkov
2013-11-11 11:09 ` Robert Richter
2013-11-11 15:06   ` Rob Herring [this message]

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=5280F281.1050801@gmail.com \
    --to=robherring2@gmail.com \
    --cc=dougthompson@xmission.com \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rob.herring@calxeda.com \
    --cc=rric@kernel.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