Skip to content
Snippets Groups Projects
  1. Apr 22, 2020
  2. Apr 06, 2020
  3. Apr 05, 2020
  4. Apr 03, 2020
    • Martin Kepplinger's avatar
      power_key.py: make compatible with 5.6 and later and the devkit · 71f71c1c
      Martin Kepplinger authored
      devfreq is being handled differently on our kernels. With 5.6+ frequency
      is switched automatically by the kernel for devfreq, when the powersave
      governor is set. So in that case we only to that (done by udev in the future).
      
      This also makes devfreq settings compatible with the devkit again because
      it reads the minimum frequency which is different than on the phone,
      from sysfs.
      
      Also, we particularly handle 5.6-rc based kernel versions that
      include a broken devfreq implementation / setup. starting with version
      5.6.0 we need to increment the ABI version to 2.
      71f71c1c
  5. Apr 01, 2020
  6. Mar 30, 2020
  7. Mar 28, 2020
  8. Mar 23, 2020
  9. Mar 06, 2020
  10. Mar 03, 2020
  11. Mar 02, 2020
  12. Feb 26, 2020
    • Martin Kepplinger's avatar
      power_key: use 25Mhz devfreq when screen off when not on Linux 5.3 · 586e9d78
      Martin Kepplinger authored
      
      As on Linux 5.6 this is totally stable for me on Birch, I'd like to use 25Mhz
      instead of 100 when the screen is off.
      
      I ran "stress -c 2 -vm 2" while using the phone on the console and
      turning on the screen, browsing the web and the system kept usable
      the whole time.
      
      With this, the device cools down more quickly when the screen is
      off and improves battery time.
      
      For Linux 5.3 (only), we keep the current behaviour as 25Mhz doesn't seem
      to be stable there.
      
      Signed-off-by: default avatarMartin Kepplinger <martin.kepplinger@puri.sm>
      586e9d78
  13. Feb 24, 2020
  14. Feb 21, 2020
  15. Feb 20, 2020
  16. Feb 19, 2020
  17. Feb 17, 2020
  18. Feb 16, 2020
Loading