Re: [PATCH v3 4/4] staging: greybus: loopback: convert to use msecs internally

2017-01-23 Thread Johan Hovold
On Wed, Jan 04, 2017 at 12:11:21AM +, Bryan O'Donoghue wrote: > The API presented by operation.h expects milliseconds to be passed in. > This patch drops the conversion from user-input microseconds-to-jiffies and > from jiffies-to-milliseconds and instead converts directly from >

[PATCH v3 4/4] staging: greybus: loopback: convert to use msecs internally

2017-01-03 Thread Bryan O'Donoghue
The API presented by operation.h expects milliseconds to be passed in. This patch drops the conversion from user-input microseconds-to-jiffies and from jiffies-to-milliseconds and instead converts directly from microseconds-to-milliseconds. The new minimum timeout will be one millisecond as