From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934997AbcHJUiW (ORCPT ); Wed, 10 Aug 2016 16:38:22 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:57208 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753128AbcHJSPo (ORCPT ); Wed, 10 Aug 2016 14:15:44 -0400 Subject: Re: [PATCH 3/4] ARM: dts: da850-lcdk: Add NAND to DT To: Karl Beldan References: <20160809171518.22690-1-kbeldan@baylibre.com> <20160809171518.22690-4-kbeldan@baylibre.com> <57AAE67D.4000404@ti.com> <20160810090417.GE16481@gobelin> CC: , , , Rob Herring , Mark Rutland , Russell King , Santosh Shilimkar , Kevin Hilman , Karl Beldan From: Sekhar Nori Message-ID: <57AAF472.7000804@ti.com> Date: Wed, 10 Aug 2016 15:01:30 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160810090417.GE16481@gobelin> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 10 August 2016 02:34 PM, Karl Beldan wrote: > On Wed, Aug 10, 2016 at 02:01:57PM +0530, Sekhar Nori wrote: >> On Tuesday 09 August 2016 10:45 PM, Karl Beldan wrote: >>> This adds DT support for the NAND connected to the SoC AEMIF. >>> The parameters (timings, ecc) are the same as what the board ships with >>> (default AEMIF timings, 1bit ECC) and improvements will be handled in >>> due course. >> >> I disagree that we need to be compatible to the software that ships with >> the board. Thats software was last updated 3 years ago. Instead I would >> concern with what the hardware supports. So, if the hardware can support >> 4-bit ECC, I would use that. >> > I am not saying we _need_ to be compatible. Alright then, please drop references to what software the board ships with in the commit message and in the patch itself. > >> If driver is broken for 4-bit ECC, please fix that up first. >> > Since this issue is completely separate from my DT improvements > I'll stick to resubmitting the series, applying my LCDK changes to the > EVM too, besides you'll be able to compare the behavior without ECC > discrepancies. > I took note that you are likely to not apply without the ECC fix. Yeah, I would not like to apply with 1-bit ECC now and then change to 4-bit ECC soon after. Regards, Sekhar