Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1286620

Re: [PATCH 09/19] mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() instead

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 09/19] mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() instead
Date 2015-12-08 16:50 +0100
Message-ID <qDsGB-4bA-11@gated-at.bofh.it> (permalink)
References <qD2Ct-3Yl-3@gated-at.bofh.it> <qD2Cu-3Yl-9@gated-at.bofh.it> <qDrAS-3yq-41@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 08 Dec 2015, Charles Keepax wrote:

> On Mon, Dec 07, 2015 at 11:50:22AM +0000, Lee Jones wrote:
> > WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
> > +               msleep(1);
> > 
> > WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
> > +                       msleep(5);
> > 
> > WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
> > +               msleep(1);
> > 
> > WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
> > +               msleep(1);
> > 
> > total: 0 errors, 4 warnings, 1407 lines checked
> > 
> > Cc: patches@opensource.wolfsonmicro.com
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> 
> This doesn't actually appear to cc patches. But all looks good:

That's odd.  I have no overrides in place and --[no-]signed-off-by-cc
should default to --signed-off-by-cc.
> 
> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>

Ta

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 09/19] mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() instead Lee Jones <lee.jones@linaro.org> - 2015-12-07 13:00 +0100
  Re: [PATCH 09/19] mfd: arizona-core: msleep() is unreliable for  anything <20ms use usleep_range() instead Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-12-08 15:40 +0100
    Re: [PATCH 09/19] mfd: arizona-core: msleep() is unreliable for  anything <20ms use usleep_range() instead Lee Jones <lee.jones@linaro.org> - 2015-12-08 16:50 +0100

csiph-web