- Add the DT binding for the rk3576 compatible (Detlev Casanova)

- Use for_each_available_child_of_node_scoped() to remove the
  of_node_put() calls in the loop (Zhang Zekun)

- Add the ability to register external callbacks for suspend/resume on
  ACPI PM driver and enable to turn it off when suspended (Marek
  Maslanka)

- Use the devm_clk_get_enabled() variant on the ingenic timer (Huan
  Yang)

- Add missing iounmap() on errors in msm_dt_timer_init() (Ankit
  Agrawal)

- Add missing clk_disable_unprepare() in init routine error code path
  on the asm9260 and the cadence_ttc timers (Gaosheng Cui)

- Use request_percpu_irq() instead of request_irq() in order to fix a
  wrong address space access reported by sparse (Uros Bizjak)

- Fix comment format for the pmc_core_acpi_pm_timer_suspend_resume()
  function (Marek Maslanka)
platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_resume function

Change incorrect kernel-doc comment to regular comment for the
pmc_core_acpi_pm_timer_suspend_resume function.

Signed-off-by: Marek Maslanka <mmaslanka@google.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409031410.a9beukFc-lkp@intel.com/
Link: https://lore.kernel.org/r/20240904094753.1615549-1-mmaslanka@google.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 file changed