Re: [PATCH] powerpc: Replaced msleep(x) with msleep(OPAL_BUSY_DELAY_MS)

2018-07-12 Thread Nicholas Piggin
On Thu, 12 Jul 2018 15:46:06 +1000 Michael Ellerman wrote: > Daniel Klamt writes: > > > Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS) > > to diocument these sleep is to wait for opal. > > > > Signed-off-by: Daniel Klamt > > Signed-off-by: Bjoern Noetel > > Thanks. > > Your chang

Re: [PATCH] powerpc: Replaced msleep(x) with msleep(OPAL_BUSY_DELAY_MS)

2018-07-11 Thread Michael Ellerman
Daniel Klamt writes: > Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS) > to diocument these sleep is to wait for opal. > > Signed-off-by: Daniel Klamt > Signed-off-by: Bjoern Noetel Thanks. Your change log should be in the imperative mood, see: https://git.kernel.org/pub/scm/git/g

[PATCH] powerpc: Replaced msleep(x) with msleep(OPAL_BUSY_DELAY_MS)

2018-07-11 Thread Daniel Klamt
Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS) to diocument these sleep is to wait for opal. Signed-off-by: Daniel Klamt Signed-off-by: Bjoern Noetel --- arch/powerpc/sysdev/xive/native.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/arc