Skip to content
Snippets Groups Projects
  1. Sep 30, 2022
  2. Sep 27, 2022
  3. Sep 26, 2022
  4. Sep 25, 2022
  5. Sep 24, 2022
  6. Sep 21, 2022
  7. Sep 20, 2022
  8. Sep 19, 2022
  9. Sep 18, 2022
  10. Sep 16, 2022
  11. Sep 15, 2022
  12. Sep 14, 2022
  13. Sep 12, 2022
  14. Sep 08, 2022
  15. Sep 07, 2022
  16. Sep 06, 2022
    • Josef Schlehofer's avatar
      patches/openwrt: linux: add patch for gpio mpc85xx · 4841ee93
      Josef Schlehofer authored
      Before this patch applied on Turris 1.1:
      
      [   16.392988] lm90 0-004c: cannot request IRQ 48
      [   16.398280] lm90: probe of 0-004c failed with error -22
      
      root@turris:~# sensors
      No sensors found!
      Make sure you loaded all the kernel drivers you need.
      Try sensors-detect to find out which these are.
      
      After this patch applied on the same router:
      
      root@turris:/# sensors
      sa56004-i2c-0-4c
      Adapter: MPC adapter (i2c@3000)
      temp1:        +44.0°C  (low  =  +0.0°C, high = +70.0°C)
                             (crit = +85.0°C, hyst = +75.0°C)
      temp2:        +73.8°C  (low  =  +0.0°C, high = +70.0°C)  ALARM (HIGH)
                             (crit = +85.0°C, hyst = +75.0°C)
      Verified
      4841ee93
  17. Sep 05, 2022