]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit594d1c9efc8d4e008d80596f55c6c341352182ca
tree1ebd9c640207328e5282a6b3d61c8fc39771e742
parent55db82c300cc6e6922dc009386d80d0b56f35633
parentabfc1b21a1191a68542c622c29f026585ce57b59
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.