1. 20 4月, 2021 2 次提交
  2. 30 1月, 2021 1 次提交
  3. 11 12月, 2020 1 次提交
  4. 07 12月, 2020 1 次提交
  5. 04 10月, 2020 1 次提交
  6. 24 9月, 2020 3 次提交
  7. 24 7月, 2020 1 次提交
  8. 03 7月, 2020 1 次提交
  9. 22 5月, 2020 1 次提交
  10. 23 3月, 2020 1 次提交
  11. 09 3月, 2020 3 次提交
  12. 24 1月, 2020 5 次提交
  13. 07 11月, 2019 1 次提交
  14. 04 9月, 2019 1 次提交
  15. 24 6月, 2019 2 次提交
  16. 21 5月, 2019 1 次提交
  17. 16 4月, 2019 2 次提交
  18. 12 10月, 2018 1 次提交
    • B
      hwmon: (pmbus) remove redundant 'default n' from Kconfig · 04e79eb7
      Bartlomiej Zolnierkiewicz 提交于
      'default n' is the default value for any bool or tristate Kconfig
      setting so there is no need to write it explicitly.
      
      Also since commit f467c564 ("kconfig: only write '# CONFIG_FOO
      is not set' for visible symbols") the Kconfig behavior is the same
      regardless of 'default n' being present or not:
      
          ...
          One side effect of (and the main motivation for) this change is making
          the following two definitions behave exactly the same:
      
              config FOO
                      bool
      
              config FOO
                      bool
                      default n
      
          With this change, neither of these will generate a
          '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied).
          That might make it clearer to people that a bare 'default n' is
          redundant.
          ...
      Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      04e79eb7
  19. 11 10月, 2018 1 次提交
  20. 09 7月, 2018 1 次提交
  21. 23 3月, 2018 1 次提交
  22. 13 1月, 2018 1 次提交
  23. 05 11月, 2017 1 次提交
  24. 31 8月, 2017 1 次提交
  25. 30 8月, 2017 1 次提交
  26. 12 6月, 2017 1 次提交
  27. 09 9月, 2016 1 次提交
  28. 05 3月, 2016 1 次提交
  29. 19 12月, 2015 1 次提交