Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932630Ab2EaPjE (ORCPT ); Thu, 31 May 2012 11:39:04 -0400 Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:58571 "HELO oproxy5-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932470Ab2EaPjC (ORCPT ); Thu, 31 May 2012 11:39:02 -0400 From: "ing. Federico Fuga" Cc: fuga@studiofuga.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] MTD: add JEDEC ID for w25q32wd to chip table Date: Thu, 31 May 2012 17:38:52 +0200 Message-Id: <1338478732-31992-1-git-send-email-fuga@studiofuga.com> X-Mailer: git-send-email 1.7.9.5 X-Identified-User: {2354:box484.bluehost.com:happycac:studiofuga.com} {sentby:smtp auth 95.241.194.105 authed with fuga+studiofuga.com} To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1095 Lines: 29 From: "ing. Federico Fuga" Adds JEDEC ID for the 1.8V version of WinBond w25q32 Signed-off-by: Federico Fuga --- drivers/mtd/devices/m25p80.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 7c60ddd..93ea3c1 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -757,6 +757,7 @@ static const struct spi_device_id m25p_ids[] = { { "w25x16", INFO(0xef3015, 0, 64 * 1024, 32, SECT_4K) }, { "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) }, { "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) }, + { "w25q32wd", INFO(0xef6016, 0, 64 * 1024, 64, SECT_4K) }, { "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) }, { "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) }, -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/