From patchwork Mon Aug 8 19:37:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 109084 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 473A2B6F71 for ; Tue, 9 Aug 2011 05:39:11 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QqVew-0003Hm-Os; Mon, 08 Aug 2011 19:38:48 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QqVew-00017m-5c; Mon, 08 Aug 2011 19:38:46 +0000 Received: from mms3.broadcom.com ([216.31.210.19]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QqVeS-00012B-Bc for linux-mtd@lists.infradead.org; Mon, 08 Aug 2011 19:38:18 +0000 Received: from [10.9.200.133] by MMS3.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.3.2)); Mon, 08 Aug 2011 12:43:15 -0700 X-Server-Uuid: B55A25B1-5D7D-41F8-BC53-C57E7AD3C201 Received: from mail-irva-13.broadcom.com (10.11.16.103) by IRVEXCHHUB02.corp.ad.broadcom.com (10.9.200.133) with Microsoft SMTP Server id 8.2.247.2; Mon, 8 Aug 2011 12:37:52 -0700 Received: from localhost.localdomain (ld-irv-0074 [10.12.160.50]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id B27B474D03; Mon, 8 Aug 2011 12:38:08 -0700 (PDT) From: "Brian Norris" To: "Artem Bityutskiy" Subject: [PATCH 5/9] doc: nand: update YAFFS URL Date: Mon, 8 Aug 2011 12:37:15 -0700 Message-ID: <1312832239-21759-6-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1312832239-21759-1-git-send-email-computersforpeace@gmail.com> References: <1312832239-21759-1-git-send-email-computersforpeace@gmail.com> MIME-Version: 1.0 X-WSS-ID: 625EE3D93KO3884014-01-01 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110808_153816_739188_24277C04 X-CRM114-Status: GOOD ( 14.19 ) X-Spam-Score: 1.2 (+) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (computersforpeace[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 1.2 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list Cc: brian.foster@maxim-ic.com, Brian Norris , linux-mtd@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org The YAFFS website has moved. They're sitll redirecting, but we should switch. Signed-off-by: Brian Norris --- doc/nand.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nand.xml b/doc/nand.xml index 1d55685..281e0e0 100644 --- a/doc/nand.xml +++ b/doc/nand.xml @@ -139,7 +139,7 @@ designed for the usage of DiskOnChip devices. JFFS2 supports raw NAND chips and SmartMediaCards at the moment. A JFFS2 support for DiskOnChip devices, based on the NAND code, is planned. There are some other Open Source projects for NAND filesystem support, but there's no other working solution than JFFS, YAFFS, and UBIFS at the moment of this writing. -YAFFS is available from YAFFS-Homepage. +YAFFS is available from YAFFS-Homepage. YAFFS is faster than JFFS2 and consumes less RAM, JFFS2 provides on the fly file compression and decompression, which is very helpful for small FLASHs. UBIFS provides compression similar to JFFS2, but is usually a better choice for large NAND flash chips (see here for more @@ -334,7 +334,7 @@ CONFIG_JFFS2_FS_NAND=y

References:

Open Source

JFFS2, NTFL, and UBIFS are located on this website.
-YAFFS is located at YAFFS-Homepage.

+YAFFS is located at YAFFS-Homepage.

Hardware

Toshiba

Samsung