• L
    reset: Reorder inline reset_control_get*() wrappers · 3c35f6ed
    Lee Jones 提交于
    We're about to split the current API into two, where consumers will
    be forced to be explicit when requesting reset lines.  The choice
    will be to either the call the *_exclusive or *_shared variant
    depending on whether they can actually tolorate not being asserted
    when that request is made.
    
    The new API will look like this once reorded and complete:
    
      reset_control_get_exclusive()
      reset_control_get_shared()
      reset_control_get_optional_exclusive()
      reset_control_get_optional_shared()
      of_reset_control_get_exclusive()
      of_reset_control_get_shared()
      of_reset_control_get_exclusive_by_index()
      of_reset_control_get_shared_by_index()
      devm_reset_control_get_exclusive()
      devm_reset_control_get_shared()
      devm_reset_control_get_optional_exclusive()
      devm_reset_control_get_optional_shared()
      devm_reset_control_get_exclusive_by_index()
      devm_reset_control_get_shared_by_index()
    Signed-off-by: NLee Jones <lee.jones@linaro.org>
    Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
    3c35f6ed
reset.h 7.1 KB