From: Nariman Poushin Date: Thu, 16 Jul 2015 15:36:22 +0000 (+0100) Subject: regmap: Apply optional delay in multi_reg_write/register_patch X-Git-Tag: omap-for-v4.3/fixes-rc1~58^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de9d6006c190bb0f706e8404de94cd94293801f;p=pandora-kernel.git regmap: Apply optional delay in multi_reg_write/register_patch Add an optional delay_us field in reg_sequence to allow the client to specify a delay (in microseconds) to be applied after any given write in a sequence of writes. We treat a delay in a sequence the same way we treat a page change as they are logically similar in that you can coalesce all write before a delay (in the same way you can coalesce all writes before a page change is needed) Signed-off-by: Nariman Poushin Signed-off-by: Mark Brown --- Reading git-diff-tree failed