1. 17 Oct, 2023 2 commits
  2. 03 Oct, 2023 2 commits
  3. 02 Oct, 2023 2 commits
  4. 01 Aug, 2023 1 commit
  5. 20 Jul, 2023 1 commit
  6. 13 Feb, 2023 2 commits
  7. 10 Feb, 2023 2 commits
  8. 03 Feb, 2023 2 commits
  9. 02 Feb, 2023 2 commits
  10. 01 Feb, 2023 1 commit
    • Vaibhav Gupta's avatar
      software: kernel: Use HWMON API to expose Temperature · 4fa3e4f7
      Vaibhav Gupta authored
      Information from sensors like temperature, which are useful for
      user-space, can be exposed via sysfs.
      
      Earlier, the driver developers had to take care of defining the attributes,
      initiating them, and perform other related jobs.
      
      But since a long time, the HWMON framework in Linux has developed
      significantly. And, utilizing it will reduce lot of maintainence work
      for the developers.
      
      All the sysfs related part is handled by the framework which also allows
      user-space tools, like lm-sensors, to provide the data to the user in a
      simplified manner.
      Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
      4fa3e4f7
  11. 14 Dec, 2022 4 commits
  12. 13 Dec, 2022 7 commits
  13. 12 Dec, 2022 11 commits
  14. 09 Dec, 2022 1 commit