Re: [U-Boot-Users] [PATCH 1/3] [NAND] Use the common declaration in NAND/OneNAND state

25 Jul
2008
25 Jul
'08
11:27 p.m.
On Fri, Jul 25, 2008 at 04:23:34PM +0900, Kyungmin Park wrote:
+/*
- Enumeration for NAND/OneNAND flash chip state
- */
+enum {
- FL_READY,
- FL_READING,
- FL_WRITING,
- FL_ERASING,
- FL_SYNCING,
- FL_CACHEDPRG,
- FL_UNLOCKING,
- FL_LOCKING,
- FL_RESETING,
+};
You add FL_CACHEDPRG, FL_UNLOCKING, and FL_RESETING, besides just combining the two definitions. Please describe what they're for in the changelog.
-Scott

29 Jul
29 Jul
2:25 a.m.
New subject: [U-Boot-Users] [PATCH 1/3] [NAND] Use the common declaration in NAND/OneNAND state
On Sat, Jul 26, 2008 at 6:27 AM, Scott Wood scottwood@freescale.com wrote:
On Fri, Jul 25, 2008 at 04:23:34PM +0900, Kyungmin Park wrote:
+/*
- Enumeration for NAND/OneNAND flash chip state
- */
+enum {
FL_READY,
FL_READING,
FL_WRITING,
FL_ERASING,
FL_SYNCING,
FL_CACHEDPRG,
FL_UNLOCKING,
FL_LOCKING,
FL_RESETING,
+};
You add FL_CACHEDPRG, FL_UNLOCKING, and FL_RESETING, besides just combining the two definitions. Please describe what they're for in the changelog.
I just simple merged and only add FL_RESETING for next OneNAND patches. see "Use correct wait function instead of dummy loop" patch. It uses the FL_RESETING.
Thank you, Kyungmin Park
6129
Age (days ago)
6133
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kyungmin Park
-
Scott Wood