* Size of Samsung NAND id 0xD5 in nand_flash_ids[]
@ 2009-04-14 11:12 Vaibhav AGARWAL
2009-04-14 12:04 ` Ravi Vasarla
0 siblings, 1 reply; 2+ messages in thread
From: Vaibhav AGARWAL @ 2009-04-14 11:12 UTC (permalink / raw)
To: linux-mtd
Hi,
I m using Samsung K9WBG08U1M NAND. And after looking at Samsung's
product decoder sheet, I can decode it's size as 4GiB. However, on
matching it's signature id i.e. 0xD5 in 'nand_flash_ids[]' table, I can
see it's size defined to be 2GiB by mtd framework. Is there any specific
reason for doing so?
Regards,
Vaibhav.
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: Size of Samsung NAND id 0xD5 in nand_flash_ids[]
2009-04-14 11:12 Size of Samsung NAND id 0xD5 in nand_flash_ids[] Vaibhav AGARWAL
@ 2009-04-14 12:04 ` Ravi Vasarla
0 siblings, 0 replies; 2+ messages in thread
From: Ravi Vasarla @ 2009-04-14 12:04 UTC (permalink / raw)
To: Vaibhav AGARWAL, linux-mtd@lists.infradead.org
Hi Vaibhav,
In 32 bit operation, max data can be represented upto 4GiB - 1. In this given condition you can map the pages of size 4GiB - 1
(As highest msb in 32 bit operation is represented by 2^31 only);
Regards,
Ravi Kumar
________________________________________
From: linux-mtd-bounces@lists.infradead.org [linux-mtd-bounces@lists.infradead.org] On Behalf Of Vaibhav AGARWAL [vaibhav.agarwal@st.com]
Sent: Tuesday, April 14, 2009 16:42
To: linux-mtd@lists.infradead.org
Subject: Size of Samsung NAND id 0xD5 in nand_flash_ids[]
Hi,
I m using Samsung K9WBG08U1M NAND. And after looking at Samsung's
product decoder sheet, I can decode it's size as 4GiB. However, on
matching it's signature id i.e. 0xD5 in 'nand_flash_ids[]' table, I can
see it's size defined to be 2GiB by mtd framework. Is there any specific
reason for doing so?
Regards,
Vaibhav.
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
SASKEN BUSINESS DISCLAIMER
-------------------------
This message may contain confidential, proprietary or legally privileged information. In
case you are not the original intended Recipient of the message, you must not, directly or
indirectly, use, Disclose, distribute, print, or copy any part of this message and you are
requested to delete it and inform the sender. Any views expressed in this message are
those of the individual sender unless otherwise stated. Nothing contained in this message
shall be construed as an offer or acceptance of any offer by Sasken Communication
Technologies Limited ("Sasken") unless sent with that express intent and with due
authority of Sasken. Sasken has taken enough precautions to prevent the spread of
viruses. However the company accepts no liability for any damage caused by any virus
transmitted by this email
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-14 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 11:12 Size of Samsung NAND id 0xD5 in nand_flash_ids[] Vaibhav AGARWAL
2009-04-14 12:04 ` Ravi Vasarla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.