1. 17 1月, 2020 1 次提交
  2. 03 1月, 2020 1 次提交
  3. 26 12月, 2019 1 次提交
  4. 19 12月, 2019 1 次提交
  5. 16 12月, 2019 1 次提交
  6. 12 12月, 2019 1 次提交
  7. 10 12月, 2019 1 次提交
    • C
      regulator: core: avoid unneeded .list_voltage calls · 6d30fc51
      Cristian Marussi 提交于
      Inside machine_constraints_voltage() a loop is in charge of verifying that
      each of the defined voltages are within the configured constraints and
      that those constraints are in fact compatible with the available voltages'
      list.
      
      When the registered regulator happens to be defined with a wide range of
      possible voltages the above O(n) loop can be costly.
      Moreover since this behaviour is triggered during the registration process,
      it means also that it can be easily triggered at probe time, slowing down
      considerably some module loading.
      
      On the other side if such wide range of voltage values happens to be also
      continuous and without discontinuity of any kind, the above potentially
      cumbersome operation is also useless.
      
      For these reasons, avoid such .list_voltage poll loop when regulator is
      described as 'continuous_voltage_range' as is, indeed, similarly already
      done inside regulator_is_supported_voltage().
      Signed-off-by: NCristian Marussi <cristian.marussi@arm.com>
      Link: https://lore.kernel.org/r/20191209125239.46054-1-cristian.marussi@arm.comSigned-off-by: NMark Brown <broonie@kernel.org>
      6d30fc51
  8. 04 12月, 2019 1 次提交
  9. 03 12月, 2019 1 次提交
  10. 27 11月, 2019 1 次提交
  11. 23 11月, 2019 1 次提交
  12. 21 11月, 2019 3 次提交
  13. 18 11月, 2019 1 次提交
  14. 15 11月, 2019 5 次提交
  15. 07 11月, 2019 3 次提交
  16. 29 10月, 2019 2 次提交
  17. 28 10月, 2019 1 次提交
  18. 10 10月, 2019 2 次提交
  19. 09 10月, 2019 2 次提交
  20. 08 10月, 2019 3 次提交
  21. 07 10月, 2019 7 次提交