From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brown Subject: Re: [PATCH V2 1/2] mtd: nand: Allow NAND chip ids to be included standalone. Date: Thu, 14 Apr 2011 16:33:02 -0700 Message-ID: <8ya39lk5ryp.fsf@huya.qualcomm.com> References: <1299542935-20291-1-git-send-email-mnalajal@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:23960 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752167Ab1DNXaz (ORCPT ); Thu, 14 Apr 2011 19:30:55 -0400 In-Reply-To: <1299542935-20291-1-git-send-email-mnalajal@codeaurora.org> (Murali Nalajala's message of "Tue, 8 Mar 2011 05:38:55 +0530") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Murali Nalajala Cc: dwmw2@infradead.org, linux-arm-msm@vger.kernel.org, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Dima Zavin On Mon, Mar 07 2011, Murali Nalajala wrote: > Lets non-standard NAND drivers take advantage of known NAND > chip information. > > The initial development of msm nand driver, driver uses the supported > NAND devices information as a hardcoded table. Remove the existing > hardcoded supported flash device table and read the flash device > information from the flash id table which are part of the mtd subsystem. > > Signed-off-by: Dima Zavin > Signed-off-by: Murali Nalajala Acked-by: David Brown -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brown To: Murali Nalajala Subject: Re: [PATCH V2 1/2] mtd: nand: Allow NAND chip ids to be included standalone. References: <1299542935-20291-1-git-send-email-mnalajal@codeaurora.org> Date: Thu, 14 Apr 2011 16:33:02 -0700 In-Reply-To: <1299542935-20291-1-git-send-email-mnalajal@codeaurora.org> (Murali Nalajala's message of "Tue, 8 Mar 2011 05:38:55 +0530") Message-ID: <8ya39lk5ryp.fsf@huya.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-arm-msm@vger.kernel.org, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org, Dima Zavin List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Mar 07 2011, Murali Nalajala wrote: > Lets non-standard NAND drivers take advantage of known NAND > chip information. > > The initial development of msm nand driver, driver uses the supported > NAND devices information as a hardcoded table. Remove the existing > hardcoded supported flash device table and read the flash device > information from the flash id table which are part of the mtd subsystem. > > Signed-off-by: Dima Zavin > Signed-off-by: Murali Nalajala Acked-by: David Brown -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. From mboxrd@z Thu Jan 1 00:00:00 1970 From: davidb@codeaurora.org (David Brown) Date: Thu, 14 Apr 2011 16:33:02 -0700 Subject: [PATCH V2 1/2] mtd: nand: Allow NAND chip ids to be included standalone. In-Reply-To: <1299542935-20291-1-git-send-email-mnalajal@codeaurora.org> (Murali Nalajala's message of "Tue, 8 Mar 2011 05:38:55 +0530") References: <1299542935-20291-1-git-send-email-mnalajal@codeaurora.org> Message-ID: <8ya39lk5ryp.fsf@huya.qualcomm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Mar 07 2011, Murali Nalajala wrote: > Lets non-standard NAND drivers take advantage of known NAND > chip information. > > The initial development of msm nand driver, driver uses the supported > NAND devices information as a hardcoded table. Remove the existing > hardcoded supported flash device table and read the flash device > information from the flash id table which are part of the mtd subsystem. > > Signed-off-by: Dima Zavin > Signed-off-by: Murali Nalajala Acked-by: David Brown -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.