From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5144C334.6060003@newsguy.com> Date: Sat, 16 Mar 2013 12:08:36 -0700 From: Mike Dunn MIME-Version: 1.0 To: Artem Bityutskiy Subject: Re: [PATCH 2/2] mtd: remove nftl support References: <1362560099-19638-1-git-send-email-dedekind1@gmail.com> <1362560099-19638-2-git-send-email-dedekind1@gmail.com> In-Reply-To: <1362560099-19638-2-git-send-email-dedekind1@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: MTD Maling List , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 03/06/2013 12:54 AM, Artem Bityutskiy wrote: > From: Artem Bityutskiy > > This is very old cruft with all the users probably dead. Newer DoC devices use > inftl. Actually the "newest" devices (circa 2005) use yet another incarnation called saftl. I didn't bother trying to support it in the docg4 driver. IIRC, it stands for "serial-access flash translation layer", which I think refers to the fact that pages within a block must be written in sequence. Thanks, Mike