1. 02 Apr, 2021 1 commit
  2. 31 Mar, 2021 4 commits
  3. 25 Mar, 2021 1 commit
  4. 23 Mar, 2021 3 commits
  5. 22 Mar, 2021 1 commit
  6. 19 Mar, 2021 2 commits
  7. 18 Mar, 2021 4 commits
  8. 16 Mar, 2021 1 commit
  9. 15 Mar, 2021 1 commit
  10. 11 Mar, 2021 1 commit
  11. 09 Mar, 2021 1 commit
  12. 08 Mar, 2021 1 commit
  13. 05 Mar, 2021 1 commit
  14. 04 Mar, 2021 2 commits
    • Asbjørn Sæbø's avatar
      Bluetooth: Audio: Add maintainers/codeowners · 66f699b8
      Asbjørn Sæbø authored
      
      Add Thalley (emil.gydesen@nordicsemi.no) and asbjornsabo
      (asbjorn.sabo@nordicsemi.no) as additional maintainers/codeowners for
      bluetooth audio.
      
      (Also adds empty audio.h file, that will later be expanded, so that
      the include/bluetooth/audio directory now listed in CODEOWNERS
      actually exists.)
      Signed-off-by: default avatarAsbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
      66f699b8
    • Carlo Caione's avatar
      aarch64: pm_cpu_ops: Introduce pm_cpu_ops subsystem · 0f940627
      Carlo Caione authored
      
      AArch64 has support for PSCI. This is especially useful for SMP because
      PSCI is used to power on the secordary cores.
      
      When the PSCI driver was introduced in Zephyr it was designed to rely on
      a very PSCI-centric subsystem / interface.
      
      There are two kinds of problems with this choice:
      
      1. PSCI is only defined for the non-secure world and it is designed to
         boot CPU cores into non-secure state (that means that PSCI is only
         supposed to work if Zephyr is running in non-secure state)
      
      2. There can be other ways or standards used to start / stop a core
         different from PSCI
      
      This patch is trying to fix the original wrong assumption by making the
      interface / subsystem a generic one, called 'pm_cpu_ops', and using PSCI
      only as an actual driver that is a user of this new interface /
      subsystem.
      
      For now the new subsystem is only exposing two methods: cpu_on and
      cpu_off, others will probably follow according to the needs.
      Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
      0f940627
  15. 01 Mar, 2021 1 commit
  16. 24 Feb, 2021 1 commit
  17. 23 Feb, 2021 3 commits
  18. 22 Feb, 2021 1 commit
  19. 19 Feb, 2021 1 commit
  20. 16 Feb, 2021 1 commit
  21. 02 Feb, 2021 1 commit
  22. 28 Jan, 2021 1 commit
  23. 26 Jan, 2021 1 commit
  24. 24 Jan, 2021 1 commit
  25. 23 Jan, 2021 1 commit
  26. 22 Jan, 2021 1 commit
  27. 21 Jan, 2021 2 commits