From: David S. Miller Date: Thu, 8 Oct 2015 11:01:28 +0000 (-0700) Subject: Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61d0372028d98046176a8a36e40b78b5bbac5512;p=linux-beck.git Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap regmap: Allow buses to provide a custom update_bits() operation Some buses provide a native _update_bits() operation which for uncached registers is faster than doing a read/modify/write cycle as it is a single bus transaction. Add support for implementing this to regmap. --- 61d0372028d98046176a8a36e40b78b5bbac5512