From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 25 Sep 2014 13:59:50 -0700 Subject: [U-Boot] [PATCH][v2] driver/mtd: Use generic timer API for FSL IFC, eLBC In-Reply-To: <1411446467-26730-1-git-send-email-prabhakar@freescale.com> References: <1411446467-26730-1-git-send-email-prabhakar@freescale.com> Message-ID: <54248246.9040203@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/22/2014 09:27 PM, Prabhakar Kushwaha wrote: > Freescale's flash control driver is using architecture specific timer API > i.e. usec2ticks > > Replace usec2ticks with get_timer() (generic timer API) > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: updated timeout time to 10ms Applied to u-boot-fsl-qoriq, awaiting upstream. York