Re: [PATCH] use cond_resched() to replace udelay() when dump eeprom
From: David Miller <davem@davemloft.net> Date: 2014-05-14 04:53:31
From: Michael Chan <mchan@broadcom.com>
Date: Mon, 12 May 2014 10:48:30 -0700
We still need to time these commands. Using cond_resched(), the timing
becomes unpredictable. Perhaps we can reduce the NVRAM_CMD_TIMEOUT
counter by a factor of 100 and use msleep(1) instead of udelay(10).