Re: [PATCHv3 1/7] EDAC, altera: Check parent status for Arria10 EDAC block

2016-06-17 Thread Borislav Petkov
On Fri, Jun 17, 2016 at 11:54:04AM -0500, Thor Thayer wrote: > Yes. Thanks! I will make the change. No need, already did and applied. You can drop this patch from your queue. Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- To unsubscribe from this list: se

Re: [PATCHv3 1/7] EDAC, altera: Check parent status for Arria10 EDAC block

2016-06-17 Thread Thor Thayer
On 06/17/2016 11:46 AM, Borislav Petkov wrote: On Mon, Jun 13, 2016 at 04:19:06PM -0500, ttha...@opensource.altera.com wrote: From: Thor Thayer In preparation for the Arria10 ECC modules, check the status of the parent in the device tree to ensure the block is enabled. Skip if no parent phan

Re: [PATCHv3 1/7] EDAC, altera: Check parent status for Arria10 EDAC block

2016-06-17 Thread Borislav Petkov
On Mon, Jun 13, 2016 at 04:19:06PM -0500, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > In preparation for the Arria10 ECC modules, check the status > of the parent in the device tree to ensure the block is enabled. > Skip if no parent phandle is set in the device tree. > > Signed

[PATCHv3 1/7] EDAC, altera: Check parent status for Arria10 EDAC block

2016-06-13 Thread tthayer
From: Thor Thayer In preparation for the Arria10 ECC modules, check the status of the parent in the device tree to ensure the block is enabled. Skip if no parent phandle is set in the device tree. Signed-off-by: Thor Thayer --- v2 No change v3 Move check into validate_parent_available(). ---