commit | 9c95f11b9e743aa6134134a6dcf866a9d5661972 | [log] [tgz] |
---|---|---|
author | Huang Shijie <b32955@freescale.com> | Thu Sep 13 14:58:00 2012 +0800 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sat Sep 29 15:56:45 2012 +0100 |
tree | 2dcaf4c49693f03d6855136c77b8234072cb024c | |
parent | 995fbbf563fcec058a1135bdd112ac969c817e65 [diff] |
mtd: gpmi: initialize the timing registers only one time The current code initializes the timing registers at very time we call the gpmi_begin(). This really wastes the cpu cycles. Add a new flag to let the gpmi driver initializes the timing registers only one time. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>