From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751868Ab0JaEYx (ORCPT ); Sun, 31 Oct 2010 00:24:53 -0400 Received: from [69.28.251.93] ([69.28.251.93]:38319 "EHLO b32.net" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751354Ab0JaEYt (ORCPT ); Sun, 31 Oct 2010 00:24:49 -0400 From: Kevin Cernekee Subject: [PATCH 3/3] mtd: m25p80: Add support for Macronix MX25L25655E To: David Woodhouse Cc: , Date: Sat, 30 Oct 2010 21:11:04 -0700 Message-Id: <9a14705b0b0416694a40a2eef55aac5b@localhost> In-Reply-To: References: User-Agent: vim 7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Untested, but expected to be compatible with MX25L25635E which I did test. Signed-off-by: Kevin Cernekee --- drivers/mtd/devices/m25p80.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 96ae54e..eabe5fb 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -668,6 +668,7 @@ static const struct spi_device_id m25p_ids[] = { { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) }, { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) }, + { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) }, /* Spansion -- single (large) sector size only, at least * for the chips listed here (without boot sectors). -- 1.7.0.4