All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] gpu: drm: remaining missing of_node_put issue fixes
@ 2016-07-05  2:04 ` Peter Chen
  0 siblings, 0 replies; 31+ messages in thread
From: Peter Chen @ 2016-07-05  2:04 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, linux-kernel, Peter Chen

Hi David,

This is remaining missing of_node_put issue fix for gpu/drm drivers, the
other fixes I sent yesterday. I think it may be easier for reviewing
using patch set for similar issue, thanks.

Peter Chen (7):
  gpu: drm: rockchip_drm_drv: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_compositor: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_vdo: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_hqvdp: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_vtg: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sun4i_drv: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: vc4_hdmi: add missing of_node_put after calling
    of_parse_phandle

 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |  1 +
 drivers/gpu/drm/sti/sti_compositor.c        |  2 ++
 drivers/gpu/drm/sti/sti_dvo.c               |  1 +
 drivers/gpu/drm/sti/sti_hqvdp.c             |  1 +
 drivers/gpu/drm/sti/sti_vtg.c               |  1 +
 drivers/gpu/drm/sun4i/sun4i_drv.c           |  1 +
 drivers/gpu/drm/vc4/vc4_hdmi.c              | 13 +++++++------
 7 files changed, 14 insertions(+), 6 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-07-12 13:47 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-05  2:04 [PATCH 0/7] gpu: drm: remaining missing of_node_put issue fixes Peter Chen
2016-07-05  2:04 ` Peter Chen
2016-07-05  2:04 ` [PATCH 1/7] gpu: drm: rockchip_drm_drv: add missing of_node_put after calling of_parse_phandle Peter Chen
2016-07-05  2:04   ` Peter Chen
2016-07-05  2:04 ` [PATCH 2/7] gpu: drm: sti_compositor: " Peter Chen
2016-07-05  2:04   ` Peter Chen
2016-07-12 12:59   ` Benjamin Gaignard
2016-07-12 12:59     ` Benjamin Gaignard
2016-07-05  2:04 ` [PATCH 3/7] gpu: drm: sti_vdo: " Peter Chen
2016-07-05  2:04   ` Peter Chen
2016-07-12 12:59   ` Benjamin Gaignard
2016-07-12 12:59     ` Benjamin Gaignard
2016-07-05  2:04 ` [PATCH 4/7] gpu: drm: sti_hqvdp: " Peter Chen
2016-07-05  2:04   ` Peter Chen
2016-07-12 12:59   ` Benjamin Gaignard
2016-07-12 12:59     ` Benjamin Gaignard
2016-07-05  2:04 ` [PATCH 5/7] gpu: drm: sti_vtg: " Peter Chen
2016-07-05  2:04   ` Peter Chen
2016-07-12 12:59   ` Benjamin Gaignard
2016-07-12 12:59     ` Benjamin Gaignard
2016-07-05  2:04 ` [PATCH 6/7] gpu: drm: sun4i_drv: " Peter Chen
2016-07-05  2:04   ` Peter Chen
2016-07-05  7:20   ` Maxime Ripard
2016-07-05  7:20     ` Maxime Ripard
2016-07-05  2:04 ` [PATCH 7/7] gpu: drm: vc4_hdmi: " Peter Chen
2016-07-05  2:04   ` Peter Chen
2016-07-05 16:23   ` Eric Anholt
2016-07-05 16:23     ` Eric Anholt
2016-07-12 13:47     ` Daniel Vetter
2016-07-08  1:46   ` Eric Anholt
2016-07-08  1:46     ` Eric Anholt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.