From patchwork Sun Jan 10 09:04:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artem Bityutskiy X-Patchwork-Id: 42570 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 46AD8B6F07 for ; Sun, 10 Jan 2010 20:08:24 +1100 (EST) Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NTtjE-0002G4-Cq; Sun, 10 Jan 2010 09:04:56 +0000 Received: from mail-fx0-f222.google.com ([209.85.220.222]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NTtj6-0001Y1-6h for linux-mtd@lists.infradead.org; Sun, 10 Jan 2010 09:04:53 +0000 Received: by fxm22 with SMTP id 22so23089107fxm.2 for ; Sun, 10 Jan 2010 01:04:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=bGJ711j5ZKxPapgIxghJSj6Du63IO/H9krrrDAus1Z8=; b=EB338Pb6jeOqq9ea/TvJ1o7NWDUJoOMhcea+S1HsVk19YhuClLk2ucwQDjvPImVkqY RiyFjMyK3CsqRlpxDzuCvjvS4f9Mf+wV9BS0dLAN/OUAbwTV81vRcVyaX7UEy/E8k3qY g8IpZRF8LEH7pFqBRHKV54asIskkj8PJOyRy8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=AXZGdKUwuC91snmZrDUHgUpYVqMz37ThkG1HEOx3kq0khRdFoV+MC9KAD+dDR3ecMP HqzL43JFtNF7Bmu0MDu/IwtGy0H0+SnKEvMn54jmtAVIB1fd1K0wCOKwH+u5fumzMgoX bEF+wyxFCrdYwrbNEj3r6+V4vS/CjnebA+yN8= Received: by 10.223.29.193 with SMTP id r1mr4342170fac.29.1263114287159; Sun, 10 Jan 2010 01:04:47 -0800 (PST) Received: from ?192.168.255.16? (a91-152-69-107.elisa-laajakaista.fi [91.152.69.107]) by mx.google.com with ESMTPS id 15sm9044387fxm.2.2010.01.10.01.04.45 (version=SSLv3 cipher=RC4-MD5); Sun, 10 Jan 2010 01:04:45 -0800 (PST) Subject: Re: [PATCH] add pismo support From: Artem Bityutskiy To: Russell King - ARM Linux In-Reply-To: <20091218111630.GA32469@n2100.arm.linux.org.uk> References: <20091129145623.GD11445@n2100.arm.linux.org.uk> <8bd0f97a0911290712y298a530fwc6c1ab1c2bcb020b@mail.gmail.com> <20091129152351.GE11445@n2100.arm.linux.org.uk> <20091218111630.GA32469@n2100.arm.linux.org.uk> Date: Sun, 10 Jan 2010 11:04:44 +0200 Message-Id: <1263114284.7315.134.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20100110_040448_743658_507A9C8F X-CRM114-Status: GOOD ( 16.14 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.2.5 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- _SUMMARY_ Cc: 'David Woodhouse' , linux-mtd@lists.infradead.org, Mike Frysinger X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: dedekind1@gmail.com 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 On Fri, 2009-12-18 at 11:16 +0000, Russell King - ARM Linux wrote: > Ping. I do not know how this happened, but your patch was picked up, but somehow screwed up. Only the Makefile part was taken for some reason, see commit 7cb777a3d71f9d1f7eb149c7a504d21f24219ae8: commit 7cb777a3d71f9d1f7eb149c7a504d21f24219ae8 Author: Russell King - ARM Linux Date: Sun Nov 29 15:23:51 2009 +0000 mtd: add ARM pismo support The following patch adds support for PISMO modules found on ARM Ltd development platforms. These are MTD modules, and can have a selection of SRAM, flash or DOC devices as described by an on-board I2C EEPROM. We support SRAM and NOR flash devices only by registering appropriate conventional MTD platform devices as children of the 'pismo' device. Signed-off-by: Russell King Signed-off-by: David Woodhouse David, I think we should fix this. diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index 34f3cdd..3078d6d 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -24,6 +24,7 @@ obj-$(CONFIG_MTD_CEIVA) += ceiva.o obj-$(CONFIG_MTD_OCTAGON) += octagon-5066.o obj-$(CONFIG_MTD_PHYSMAP) += physmap.o obj-$(CONFIG_MTD_PHYSMAP_OF) += physmap_of.o +obj-$(CONFIG_MTD_PISMO) += pismo.o obj-$(CONFIG_MTD_PMC_MSP_EVM) += pmcmsp-flash.o obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o obj-$(CONFIG_MTD_RPXLITE) += rpxlite.o