LWN.net Logo

Add usleep_range

From:  Patrick Pannuto <ppannuto@codeaurora.org>
To:  linux-kernel@vger.kernel.org
Subject:  [PATCH v3 0/4] Add usleep_range
Date:  Mon, 2 Aug 2010 15:01:03 -0700
Message-ID:  <1280786467-26999-1-git-send-email-ppannuto@codeaurora.org>
Cc:  ppannuto@codeaurora.org, apw@canonical.com, corbet@lwn.net, arjan@linux.intel.com, linux-arm-msm@vger.kernel.org
Archive-link:  Article, Thread

Changes from v2:

	* Remove usleep API
		It seemed the weak consensus that the best way to
		force callers to consider the cost / implications
		of the underlying hrtimers was to leave only the
		range API as an option. Given the dangers of an
		implicit slack coupled with the potential
		proliferation of interrupts with no slack, forcing
		callers to supply a range seems the best choice.

	* Documentation updated to reflect changes

	* Fix checkpatch warnings to point to the correct file

[PATCH v3 1/4] timer: Added usleep_range timer
[PATCH v3 2/4] Documentation: Add timers/timers-howto.txt
[PATCH v3 3/4] Checkpatch: prefer usleep_range over udelay
[PATCH v3 4/4] Checkpatch: warn about unexpectedly long msleep's


Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds