* Micron NAND Rev D: initial reset
@ 2008-10-23 22:10 Peter Ma
2008-10-24 8:16 ` Karl Beldan
0 siblings, 1 reply; 2+ messages in thread
From: Peter Ma @ 2008-10-23 22:10 UTC (permalink / raw)
To: linux-mtd
Hi, there...
I am trying to add mtd/nand driver support for the Micron MT29F2G08AADWP
(Revision D) on 2.6.26.
According to Micron, the difference (aside from ID code) between Rev D and
the popular Rev C, is that the Rev D requires a RESET command to be issued
after power-up and before any other command is issued.
I am just diving into the nand driver, but I thought I would ask if there is
a good place to issue that RESET after power-up.
I do not see a specific "nand_reset()" function in nand_base.c I assume I
need to create this function, then have it called within the platform driver
probe, just before the first command (nand_scan_ident).
Or is there a more generic way to go about this? And if so, I assume
inserting a RESET command like this would be transparent to other NAND
chips?
Thanks & Regards,
Pete
________________________________________________________________
Peter W.W. Ma | email: pma@mediamatech.com
Principal | tel: +1 778 839-7865
Mediama Technologies | fax: +1 604 433-2465
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Micron NAND Rev D: initial reset
2008-10-23 22:10 Micron NAND Rev D: initial reset Peter Ma
@ 2008-10-24 8:16 ` Karl Beldan
0 siblings, 0 replies; 2+ messages in thread
From: Karl Beldan @ 2008-10-24 8:16 UTC (permalink / raw)
To: pma; +Cc: linux-mtd
Peter Ma wrote:
> Hi, there...
>
> I am trying to add mtd/nand driver support for the Micron MT29F2G08AADWP
> (Revision D) on 2.6.26.
>
> According to Micron, the difference (aside from ID code) between Rev D and
> the popular Rev C, is that the Rev D requires a RESET command to be issued
> after power-up and before any other command is issued.
>
> I am just diving into the nand driver, but I thought I would ask if there is
> a good place to issue that RESET after power-up.
>
> I do not see a specific "nand_reset()" function in nand_base.c I assume I
> need to create this function, then have it called within the platform driver
> probe, just before the first command (nand_scan_ident).
>
> Or is there a more generic way to go about this? And if so, I assume
> inserting a RESET command like this would be transparent to other NAND
> chips?
>
added in ef89a8801321e0d0665c327c9d77d602ef764c87.
--
Karl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-24 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 22:10 Micron NAND Rev D: initial reset Peter Ma
2008-10-24 8:16 ` Karl Beldan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox