From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:24:39 +0100 Subject: [U-Boot] [PATCH 09/15] sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off In-Reply-To: <1439668968-3882-10-git-send-email-hdegoede@redhat.com> References: <1439668968-3882-1-git-send-email-hdegoede@redhat.com> <1439668968-3882-10-git-send-email-hdegoede@redhat.com> Message-ID: <1439799879.3480.61.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2015-08-15 at 22:02 +0200, Hans de Goede wrote: > Sync the code for figuring out the ecc_mode and ecc_offset with the kernel > code. Keeping this in sync seems like a good idea in general, I agree. When doing this IME it is useful to include the last version sync'd in, either as a code comment or in the commit message, so next time the person doing the sync has a clue where in the upstream history to start looking. > and it > fixes / adds support for ecc strengths of 56, 60 and 64 bits. > > Signed-off-by: Hans de Goede With a reference to the specific Linux version: Acked-by: Ian Campbell < ijc@hellion.org.uk >