Re: [PATCH v3 1/7] mfd: cros_ec: spi: calculate delay between transfers correctly

2014-05-20 Thread Lee Jones
> From: David Hendricks > > To avoid spamming the EC we calculate the time between the previous > transfer and the current transfer and force a delay if the time delta > is too small. > > However, a small miscalculation causes the delay period to be > far too short. Most noticably this impacts

Re: [PATCH v3 1/7] mfd: cros_ec: spi: calculate delay between transfers correctly

2014-05-20 Thread Lee Jones
From: David Hendricks dhend...@chromium.org To avoid spamming the EC we calculate the time between the previous transfer and the current transfer and force a delay if the time delta is too small. However, a small miscalculation causes the delay period to be far too short. Most noticably

[PATCH v3 1/7] mfd: cros_ec: spi: calculate delay between transfers correctly

2014-04-30 Thread Doug Anderson
From: David Hendricks To avoid spamming the EC we calculate the time between the previous transfer and the current transfer and force a delay if the time delta is too small. However, a small miscalculation causes the delay period to be far too short. Most noticably this impacts commands with a

[PATCH v3 1/7] mfd: cros_ec: spi: calculate delay between transfers correctly

2014-04-30 Thread Doug Anderson
From: David Hendricks dhend...@chromium.org To avoid spamming the EC we calculate the time between the previous transfer and the current transfer and force a delay if the time delta is too small. However, a small miscalculation causes the delay period to be far too short. Most noticably this