]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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.


Trivial merge