From: dinguyen@opensource.altera.com (Dinh Nguyen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 2/4] edac, altera: Refactor EDAC for Altera CycloneV SoC.
Date: Fri, 5 Jun 2015 08:57:07 -0500 [thread overview]
Message-ID: <5571AAB3.2000005@opensource.altera.com> (raw)
In-Reply-To: <20150605091731.GA3679@pd.tnic>
Hi Boris,
On 6/5/15 4:17 AM, Borislav Petkov wrote:
> On Thu, Jun 04, 2015 at 05:27:28PM -0500, Dinh Nguyen wrote:
>> This is my mistake. I applied Alan Tull's patch for suspend-to-ram which
>> also touches drivers/edac/altera_edac.c.
>>
>> https://git.kernel.org/cgit/linux/kernel/git/dinguyen/linux.git/commit/?h=socfpga_for_next_arria10&id=d44a92eb044f4cc1abf34a790d647e9fa356d7b0
>>
>> I think I will have to ask Alan to split up his patch and send the part
>> that touches altera_edac.c to linux-edac.
>
> Nah, that's fine. If it is that hunk adding altr_sdram_prepare(), he can
> simply add my ACK for the EDAC bits:
>
> Acked-by: Borislav Petkov <bp@suse.de>
>
Thanks alot for doing that! But I have sent you a separate patch for
this. It would have caused a merge conflict for v4.2 if I left the
suspend-to-ram patch as is.
Thanks,
Dinh
WARNING: multiple messages have this Message-ID (diff)
From: Dinh Nguyen <dinguyen@opensource.altera.com>
To: Borislav Petkov <bp@alien8.de>
Cc: Thor Thayer <tthayer@opensource.altera.com>,
dougthompson@xmission.com, m.chehab@samsung.com,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
linux@arm.linux.org.uk, grant.likely@linaro.org,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, tthayer.linux@gmail.com
Subject: Re: [PATCHv2 2/4] edac, altera: Refactor EDAC for Altera CycloneV SoC.
Date: Fri, 5 Jun 2015 08:57:07 -0500 [thread overview]
Message-ID: <5571AAB3.2000005@opensource.altera.com> (raw)
In-Reply-To: <20150605091731.GA3679@pd.tnic>
Hi Boris,
On 6/5/15 4:17 AM, Borislav Petkov wrote:
> On Thu, Jun 04, 2015 at 05:27:28PM -0500, Dinh Nguyen wrote:
>> This is my mistake. I applied Alan Tull's patch for suspend-to-ram which
>> also touches drivers/edac/altera_edac.c.
>>
>> https://git.kernel.org/cgit/linux/kernel/git/dinguyen/linux.git/commit/?h=socfpga_for_next_arria10&id=d44a92eb044f4cc1abf34a790d647e9fa356d7b0
>>
>> I think I will have to ask Alan to split up his patch and send the part
>> that touches altera_edac.c to linux-edac.
>
> Nah, that's fine. If it is that hunk adding altr_sdram_prepare(), he can
> simply add my ACK for the EDAC bits:
>
> Acked-by: Borislav Petkov <bp@suse.de>
>
Thanks alot for doing that! But I have sent you a separate patch for
this. It would have caused a merge conflict for v4.2 if I left the
suspend-to-ram patch as is.
Thanks,
Dinh
WARNING: multiple messages have this Message-ID (diff)
From: Dinh Nguyen <dinguyen@opensource.altera.com>
To: Borislav Petkov <bp@alien8.de>
Cc: Thor Thayer <tthayer@opensource.altera.com>,
<dougthompson@xmission.com>, <m.chehab@samsung.com>,
<robh+dt@kernel.org>, <pawel.moll@arm.com>,
<mark.rutland@arm.com>, <ijc+devicetree@hellion.org.uk>,
<galak@codeaurora.org>, <linux@arm.linux.org.uk>,
<grant.likely@linaro.org>, <devicetree@vger.kernel.org>,
<linux-doc@vger.kernel.org>, <linux-edac@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>, <tthayer.linux@gmail.com>
Subject: Re: [PATCHv2 2/4] edac, altera: Refactor EDAC for Altera CycloneV SoC.
Date: Fri, 5 Jun 2015 08:57:07 -0500 [thread overview]
Message-ID: <5571AAB3.2000005@opensource.altera.com> (raw)
In-Reply-To: <20150605091731.GA3679@pd.tnic>
Hi Boris,
On 6/5/15 4:17 AM, Borislav Petkov wrote:
> On Thu, Jun 04, 2015 at 05:27:28PM -0500, Dinh Nguyen wrote:
>> This is my mistake. I applied Alan Tull's patch for suspend-to-ram which
>> also touches drivers/edac/altera_edac.c.
>>
>> https://git.kernel.org/cgit/linux/kernel/git/dinguyen/linux.git/commit/?h=socfpga_for_next_arria10&id=d44a92eb044f4cc1abf34a790d647e9fa356d7b0
>>
>> I think I will have to ask Alan to split up his patch and send the part
>> that touches altera_edac.c to linux-edac.
>
> Nah, that's fine. If it is that hunk adding altr_sdram_prepare(), he can
> simply add my ACK for the EDAC bits:
>
> Acked-by: Borislav Petkov <bp@suse.de>
>
Thanks alot for doing that! But I have sent you a separate patch for
this. It would have caused a merge conflict for v4.2 if I left the
suspend-to-ram patch as is.
Thanks,
Dinh
next prev parent reply other threads:[~2015-06-05 13:57 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 14:28 [PATCHv2 0/4] Add Altera Arria10 EDAC Support tthayer at opensource.altera.com
2015-06-04 14:28 ` tthayer
2015-06-04 14:28 ` tthayer
2015-06-04 14:28 ` [PATCHv2 1/4] edac, altera: Generalize driver to use DT Memory size tthayer at opensource.altera.com
2015-06-04 14:28 ` tthayer
2015-06-04 14:28 ` tthayer
2015-06-04 14:28 ` [PATCHv2 2/4] edac, altera: Refactor EDAC for Altera CycloneV SoC tthayer at opensource.altera.com
2015-06-04 14:28 ` tthayer
2015-06-04 14:28 ` tthayer
2015-06-04 15:26 ` Dinh Nguyen
2015-06-04 15:26 ` Dinh Nguyen
2015-06-04 15:26 ` Dinh Nguyen
2015-06-04 21:34 ` Thor Thayer
2015-06-04 21:34 ` Thor Thayer
2015-06-04 21:34 ` Thor Thayer
2015-06-04 22:06 ` Borislav Petkov
2015-06-04 22:06 ` Borislav Petkov
2015-06-04 22:27 ` Dinh Nguyen
2015-06-04 22:27 ` Dinh Nguyen
2015-06-04 22:27 ` Dinh Nguyen
2015-06-05 9:17 ` Borislav Petkov
2015-06-05 9:17 ` Borislav Petkov
2015-06-05 13:57 ` Dinh Nguyen [this message]
2015-06-05 13:57 ` Dinh Nguyen
2015-06-05 13:57 ` Dinh Nguyen
2015-06-04 14:28 ` [PATCHv2 3/4] edac, altera: Addition of Arria10 EDAC tthayer at opensource.altera.com
2015-06-04 14:28 ` tthayer
2015-06-04 14:28 ` tthayer-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx
2015-06-04 14:28 ` [PATCHv2 4/4] arm: socfpga: dts: Arria10 SDRAM EDAC DTS additions tthayer at opensource.altera.com
2015-06-04 14:28 ` tthayer
2015-06-04 14:28 ` tthayer
2015-06-05 11:02 ` [PATCHv2 0/4] Add Altera Arria10 EDAC Support Borislav Petkov
2015-06-05 11:02 ` Borislav Petkov
2015-06-05 14:17 ` Dinh Nguyen
2015-06-05 14:17 ` Dinh Nguyen
2015-06-05 14:17 ` Dinh Nguyen
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=5571AAB3.2000005@opensource.altera.com \
--to=dinguyen@opensource.altera.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.