Re: [PATCH] mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion

2015-04-05 Thread Brian Norris
On Fri, Mar 13, 2015 at 07:23:47AM -0400, Nicholas Mc Guire wrote: > This is only an API consolidation and should make things more readable > it replaces var * HZ / 1000 by msecs_to_jiffies(var) which helps readability > and also handles all corner-cases properly. > > Signed-off-by: Nicholas Mc Gu

Re: [PATCH] mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion

2015-04-01 Thread Nicholas Mc Guire
On Wed, 01 Apr 2015, Joe Perches wrote: > On Wed, 2015-04-01 at 10:08 -0500, Aaron Sierra wrote: > > - Original Message - > > > From: "Nicholas Mc Guire" > > > Sent: Wednesday, April 1, 2015 9:24:44 AM > > > > > > On Wed, 01 Apr 2015, Aaron Sierra wrote: > > > > > > > - Original Mes

Re: [PATCH] mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion

2015-04-01 Thread Joe Perches
On Wed, 2015-04-01 at 10:08 -0500, Aaron Sierra wrote: > - Original Message - > > From: "Nicholas Mc Guire" > > Sent: Wednesday, April 1, 2015 9:24:44 AM > > > > On Wed, 01 Apr 2015, Aaron Sierra wrote: > > > > > - Original Message - > > > > From: "Nicholas Mc Guire" > > > > Sen

Re: [PATCH] mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion

2015-04-01 Thread Aaron Sierra
- Original Message - > From: "Nicholas Mc Guire" > Sent: Wednesday, April 1, 2015 9:24:44 AM > > On Wed, 01 Apr 2015, Aaron Sierra wrote: > > > - Original Message - > > > From: "Nicholas Mc Guire" > > > Sent: Friday, March 13, 2015 6:23:47 AM > > > > > > This is only an API con

Re: [PATCH] mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion

2015-04-01 Thread Aaron Sierra
- Original Message - > From: "Nicholas Mc Guire" > Sent: Friday, March 13, 2015 6:23:47 AM > > This is only an API consolidation and should make things more readable > it replaces var * HZ / 1000 by msecs_to_jiffies(var) which helps readability > and also handles all corner-cases properly

Re: [PATCH] mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion

2015-04-01 Thread Nicholas Mc Guire
On Wed, 01 Apr 2015, Aaron Sierra wrote: > - Original Message - > > From: "Nicholas Mc Guire" > > Sent: Friday, March 13, 2015 6:23:47 AM > > > > This is only an API consolidation and should make things more readable > > it replaces var * HZ / 1000 by msecs_to_jiffies(var) which helps re

[PATCH] mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion

2015-03-13 Thread Nicholas Mc Guire
This is only an API consolidation and should make things more readable it replaces var * HZ / 1000 by msecs_to_jiffies(var) which helps readability and also handles all corner-cases properly. Signed-off-by: Nicholas Mc Guire --- Patch was compile tested with corenet64_smp_defconfig (implies CON