linux/drivers/pmdomain/ti
Felix Gu 44c28e1c52 pmdomain: ti: omap_prm: Fix a reference leak on device node
When calling of_parse_phandle_with_args(), the caller is responsible
to call of_node_put() to release the reference of device node.
In omap_prm_domain_attach_dev, it does not release the reference.

Fixes: 58cbff023b ("soc: ti: omap-prm: Add basic power domain support")
Signed-off-by: Felix Gu <gu_0233@qq.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2026-04-01 13:07:31 +02:00
..
Kconfig pmdomain: ti: Select PM_GENERIC_DOMAINS 2025-07-15 16:08:19 +02:00
Makefile
omap_prm.c pmdomain: ti: omap_prm: Fix a reference leak on device node 2026-04-01 13:07:31 +02:00
ti_sci_pm_domains.c pmdomain: ti_sci: handle wakeup constraint for out-of-band wakeup 2026-04-01 13:07:31 +02:00