commit | 7741c373cf3ea1f5383fa97fb7a640a429d3dd7c | [log] [tgz] |
---|---|---|
author | Jon Ringle <jringle@gridpoint.com> | Thu Oct 01 07:43:20 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 05 04:02:40 2015 -0700 |
tree | 83052fc982be30c96213875967fedd35e03a89ca | |
parent | 937317c7c1097aa878a5000e3aab616eb5c590c0 [diff] |
regmap: Allow installing custom reg_update_bits function This commit allows installing a custom reg_update_bits function for cases where the hardware provides a mechanism to set or clear register bits without a read/modify/write cycle. Such is the case with the Microchip ENCX24J600. Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: David S. Miller <davem@davemloft.net>