commit | 61d0372028d98046176a8a36e40b78b5bbac5512 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Oct 08 04:01:28 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 08 04:01:28 2015 -0700 |
tree | 1ebd9c640207328e5282a6b3d61c8fc39771e742 | |
parent | acb4a6bfc80ddeea4c44074dd630f916259e909e [diff] | |
parent | 77792b11409c9270d98e604b4314b85ce886ac7d [diff] |
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.