Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:01:28 +0000 (04:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:01:28 +0000 (04:01 -0700)
commit61d0372028d98046176a8a36e40b78b5bbac5512
tree1ebd9c640207328e5282a6b3d61c8fc39771e742
parentacb4a6bfc80ddeea4c44074dd630f916259e909e
parent77792b11409c9270d98e604b4314b85ce886ac7d
Merge tag 'regmap-offload-update-bits' of git://git./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.