From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XW8DG-0003jA-6h for linux-mtd@lists.infradead.org; Mon, 22 Sep 2014 18:19:50 +0000 Received: by mail-pa0-f44.google.com with SMTP id eu11so4086658pac.3 for ; Mon, 22 Sep 2014 11:19:29 -0700 (PDT) Date: Mon, 22 Sep 2014 11:19:26 -0700 From: Brian Norris To: Aaron Sierra Subject: Re: [PATCH 1/2] mtd: physmap_of: Fix ROM support via OF Message-ID: <20140922181926.GO1193@ld-irv-0074> References: <1388169775.233775.1410977001530.JavaMail.zimbra@xes-inc.com> <1456841230.234377.1410977298299.JavaMail.zimbra@xes-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456841230.234377.1410977298299.JavaMail.zimbra@xes-inc.com> Cc: David Woodhouse , linux-mtd@lists.infradead.org, Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Sep 17, 2014 at 01:08:18PM -0500, Aaron Sierra wrote: > The "ROM" and unknown probe types within the obsolete "direct-mapped" > probe function used the nonexistent "mtd_rom" probe instead of the > intended "map_rom". > > Signed-off-by: Aaron Sierra Pushed both to l2-mtd.git. Thanks! Brian