mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
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.