Skip to content
Snippets Groups Projects
  1. Jan 05, 2023
  2. Jan 03, 2023
  3. Dec 20, 2022
  4. Dec 09, 2022
  5. Dec 08, 2022
  6. Dec 05, 2022
  7. Nov 29, 2022
  8. Nov 21, 2022
  9. Nov 18, 2022
    • Felix Gerking's avatar
      dts:dual-espresso: Add custom poweroff routine · 65760c59
      Felix Gerking authored
      The power off routine monitors the PW_FAIL24V# signal. If the 24V
      are active or become active again while the system is in the custom
      power off routine, a restart is triggered.
      
      BCS 746-001083
      65760c59
    • Felix Gerking's avatar
      drivers:psci: Add possibility to skip the assignment of pm_power_off · 858faf2e
      Felix Gerking authored
      Since we need a custom poweroff routine for the dual-espresso project,
      pm_power_off must be assigned to a special function. pm_power_off is
      assigned to psci_sys_poweroff by default. Added a devicetree property
      that allows to skip the assignment of pm_power_off to avoid a potential
      race condition.
      
      BCS 746-001083
      858faf2e
    • Felix Gerking's avatar
      drivers:power: Add a custom poweroff module for dual-espresso · f005841e
      Felix Gerking authored
      The module monitors a gpio state and calls the kernel restart
      handler when the gpio has a specific state. This done by assigning a
      the monitor routine to the pm_power_off function pointer. In this way,
      the monitoring starts as the last step of a shutdown -P call.
      Devicetree properties:
      * init-delay-ms: Set an initial delay until the monitoring is started
      * monitor-delay-ms: Poll delay of the gpio
      
      BCS 746-001083
      f005841e
  10. Nov 10, 2022
  11. Nov 07, 2022
  12. Nov 04, 2022
  13. Nov 03, 2022
  14. Nov 01, 2022
  15. Oct 28, 2022
Loading