diff options
author | Ansuel Smith <[email protected]> | 2021-11-04 16:00:40 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-11-15 13:27:13 +0000 |
commit | 02d6fdecb9c38de19065f6bed8d5214556fd061d (patch) | |
tree | 493feadbdd971b83ae417e8428d2ea8d5821bc65 /net/lapb/lapb_in.c | |
parent | fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf (diff) |
regmap: allow to define reg_update_bits for no bus configuration
Some device requires a special handling for reg_update_bits and can't use
the normal regmap read write logic. An example is when locking is
handled by the device and rmw operations requires to do atomic operations.
Allow to declare a dedicated function in regmap_config for
reg_update_bits in no bus configuration.
Signed-off-by: Ansuel Smith <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions