linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] add missing of_node_put after calling of_parse_phandle (1st)
@ 2016-07-01  9:41 Peter Chen
  2016-07-01  9:41 ` [PATCH 1/7] extcon: add missing of_node_put after calling of_parse_phandle Peter Chen
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Peter Chen @ 2016-07-01  9:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using, but there are many codes
do not follow that, this patch set fixes some of them.

Peter Chen (7):
  extcon: add missing of_node_put after calling of_parse_phandle
  arm: mach-shmobile: pm-rmobile: add missing of_node_put after calling
    of_parse_phandle
  arm: mach-u300: regulator: add missing of_node_put after calling
    of_parse_phandle
  bus: arm-cci: add missing of_node_put after calling of_parse_phandle
  bus: vexpress-config: add missing of_node_put after calling
    of_parse_phandle
  devfreq: add missing of_node_put after calling of_parse_phandle
  devfreq: exynos-bus: add missing of_node_put after calling
    of_parse_phandle

 arch/arm/mach-shmobile/pm-rmobile.c |  1 +
 arch/arm/mach-u300/regulator.c      | 12 +++++++++---
 drivers/bus/arm-cci.c               |  5 ++++-
 drivers/bus/vexpress-config.c       |  1 +
 drivers/devfreq/devfreq.c           |  2 ++
 drivers/devfreq/exynos-bus.c        |  9 ++++++---
 drivers/extcon/extcon.c             |  2 ++
 7 files changed, 25 insertions(+), 7 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-07-11  9:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01  9:41 [PATCH 0/7] add missing of_node_put after calling of_parse_phandle (1st) Peter Chen
2016-07-01  9:41 ` [PATCH 1/7] extcon: add missing of_node_put after calling of_parse_phandle Peter Chen
2016-07-02  4:46   ` Chanwoo Choi
2016-07-01  9:41 ` [PATCH 2/7] arm: mach-shmobile: pm-rmobile: " Peter Chen
2016-07-01 12:31   ` Geert Uytterhoeven
2016-07-04  2:10     ` Peter Chen
2016-07-01  9:41 ` [PATCH 3/7] arm: mach-u300: regulator: " Peter Chen
2016-07-05 21:24   ` Linus Walleij
2016-07-01  9:41 ` [PATCH 4/7] bus: arm-cci: " Peter Chen
2016-07-01 10:29   ` Suzuki K Poulose
2016-07-01 10:33     ` Will Deacon
2016-07-04  2:48       ` Peter Chen
2016-07-04  9:19         ` Will Deacon
2016-07-01  9:41 ` [PATCH 5/7] bus: vexpress-config: " Peter Chen
2016-07-11  9:02   ` Liviu Dudau
2016-07-01  9:42 ` [PATCH 6/7] devfreq: " Peter Chen
2016-07-01  9:42 ` [PATCH 7/7] devfreq: exynos-bus: " Peter Chen
2016-07-02  4:53   ` Chanwoo Choi
     [not found] ` <CGME20160701094923epcas1p164cc8773ec44a00dfc506a6192df3409@epcas1p1.samsung.com>
2016-07-06  2:38   ` [PATCH 6/7] devfreq: " MyungJoo Ham
     [not found] ` <CGME20160701094927epcas1p43f956ee3465f96e2f9c99b44c0f5b49d@epcas1p4.samsung.com>
2016-07-06  2:47   ` [PATCH 7/7] devfreq: exynos-bus: " MyungJoo Ham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).