Skip to content
  • David Frey's avatar
    regmap: split up regmap_config.use_single_rw · 1c96a2f6
    David Frey authored
    
    
    Split regmap_config.use_single_rw into use_single_read and
    use_single_write. This change enables drivers of devices which only
    support bulk operations in one direction to use the regmap_bulk_*()
    functions for both directions and have their bulk operation split into
    single operations only when necessary.
    
    Update all struct regmap_config instances where use_single_rw==true to
    instead set both use_single_read and use_single_write. No attempt was
    made to evaluate whether it is possible to set only one of
    use_single_read or use_single_write.
    
    Signed-off-by: default avatarDavid Frey <dpfrey@gmail.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    1c96a2f6