dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Drop of_gpio header
@ 2022-08-12 20:57 Maíra Canal
  2022-08-12 20:57 ` [PATCH 1/5] drm/bridge: anx7625: " Maíra Canal
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Maíra Canal @ 2022-08-12 20:57 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Maxime Ripard
  Cc: Chun-Kuang Hu, Jernej Skrabec, Emma Anholt, Neil Armstrong,
	Jonas Karlman, linux-kernel, Robert Foss, Abhinav Kumar,
	Maíra Canal, linux-mediatek, dri-devel, Andrzej Hajda,
	Alain Volmat, Matthias Brugger, Dmitry Baryshkov, Sean Paul,
	Laurent Pinchart

The legacy GPIO header <linux/gpio.h> and the deprecated OF GPIO header
<linux/of_gpio.h> should not be used anymore due to the existance of the
new GPIO header <linux/gpio/consumer.h>. Currently, the DRM still holds
seven OF GPIO header includes. That said, this series drops all the
OF GPIO header includes from the DRM, replacing it, when proper, with
the OF header.

Best Regards,
- Maíra Canal

Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Robert Foss <robert.foss@linaro.org>
Cc: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
Cc: Jonas Karlman <jonas@kwiboo.se>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>
Cc: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Rob Clark <robdclark@gmail.com>
Cc: Abhinav Kumar <quic_abhinavk@quicinc.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Sean Paul <sean@poorly.run>
Cc: Alain Volmat <alain.volmat@foss.st.com>
Cc: Emma Anholt <emma@anholt.net>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: linux-mediatek@lists.infradead.org

Maíra Canal (5):
  drm/bridge: anx7625: Drop of_gpio header
  drm/mediatek: Drop of_gpio header
  drm/msm: Drop of_gpio header
  drm/sti: Drop of_gpio header
  drm/vc4: Drop of_gpio header

 drivers/gpu/drm/bridge/analogix/anx7625.c | 1 -
 drivers/gpu/drm/mediatek/mtk_dpi.c        | 1 -
 drivers/gpu/drm/mediatek/mtk_hdmi.c       | 1 -
 drivers/gpu/drm/msm/dp/dp_parser.c        | 2 +-
 drivers/gpu/drm/msm/hdmi/hdmi.c           | 1 -
 drivers/gpu/drm/sti/sti_dvo.c             | 2 +-
 drivers/gpu/drm/vc4/vc4_hdmi.c            | 1 -
 7 files changed, 2 insertions(+), 7 deletions(-)

-- 
2.37.1


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

end of thread, other threads:[~2023-04-24 11:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-12 20:57 [PATCH 0/5] Drop of_gpio header Maíra Canal
2022-08-12 20:57 ` [PATCH 1/5] drm/bridge: anx7625: " Maíra Canal
2022-08-29 13:51   ` Robert Foss
2023-04-24 11:16   ` Maíra Canal
2022-08-12 20:57 ` [PATCH 2/5] drm/mediatek: " Maíra Canal
2022-08-25 23:25   ` Chun-Kuang Hu
2022-08-12 20:57 ` [PATCH 3/5] drm/msm: " Maíra Canal
2022-08-12 20:57 ` [PATCH 4/5] drm/sti: " Maíra Canal
2023-04-22 16:55   ` Alain Volmat
2023-04-24 11:14   ` Maíra Canal
2022-08-12 20:57 ` [PATCH 5/5] drm/vc4: " Maíra Canal
2022-08-15  8:06   ` Maxime Ripard

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).