From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] add power-supply support to dw_hdmi
Date: Tue, 10 Mar 2015 00:21:21 +0100 [thread overview]
Message-ID: <1429128.MSqYm0qZ9p@phil> (raw)
At least the Rockchip variant of the dw_hdmi should control its supplying
regulators. A cursory glance at the imx manual didn't any equivalent there,
so I'm not sure if there are similar controllable regulators present.
Patch1 is only a small fix to keep {devm_}regulator_bulk_get quiet in
the deferring case and could go directly to the regulator tree, if ok.
Patch3 is the addition of the supplies to the rk3288 boards and I would
take it into my dts branch if patch2 gets deemed acceptable.
Heiko Stuebner (3):
regulator: don't emit errors in {devm_}regulator_bulk_get when defering
drm/bridge: dw-hdmi: support optional supply regulators
ARM: dts: rockchip: add hdmi analog power supplies to rk3288 boards
.../devicetree/bindings/drm/bridge/dw_hdmi.txt | 5 ++++
arch/arm/boot/dts/rk3288-evb.dtsi | 2 ++
arch/arm/boot/dts/rk3288-firefly.dtsi | 2 ++
drivers/gpu/drm/bridge/dw_hdmi.c | 27 +++++++++++++++++++++-
drivers/gpu/drm/imx/dw_hdmi-imx.c | 3 ++-
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 15 +++++++++++-
drivers/regulator/core.c | 5 ++--
drivers/regulator/devres.c | 5 ++--
include/drm/bridge/dw_hdmi.h | 3 ++-
9 files changed, 59 insertions(+), 8 deletions(-)
--
2.1.4
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Pawel Moll <pawel.moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
dianders@chromium.org, linux-kernel@vger.kernel.org,
linux-rockchip@lists.infradead.org, broonie@kernel.org,
dri-devel@lists.freedesktop.org, Yakir Yang <ykk@rock-chips.com>,
Andy Yan <andy.yan@rock-chips.com>,
Mark Rutland <mark.rutland@arm.com>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] add power-supply support to dw_hdmi
Date: Tue, 10 Mar 2015 00:21:21 +0100 [thread overview]
Message-ID: <1429128.MSqYm0qZ9p@phil> (raw)
At least the Rockchip variant of the dw_hdmi should control its supplying
regulators. A cursory glance at the imx manual didn't any equivalent there,
so I'm not sure if there are similar controllable regulators present.
Patch1 is only a small fix to keep {devm_}regulator_bulk_get quiet in
the deferring case and could go directly to the regulator tree, if ok.
Patch3 is the addition of the supplies to the rk3288 boards and I would
take it into my dts branch if patch2 gets deemed acceptable.
Heiko Stuebner (3):
regulator: don't emit errors in {devm_}regulator_bulk_get when defering
drm/bridge: dw-hdmi: support optional supply regulators
ARM: dts: rockchip: add hdmi analog power supplies to rk3288 boards
.../devicetree/bindings/drm/bridge/dw_hdmi.txt | 5 ++++
arch/arm/boot/dts/rk3288-evb.dtsi | 2 ++
arch/arm/boot/dts/rk3288-firefly.dtsi | 2 ++
drivers/gpu/drm/bridge/dw_hdmi.c | 27 +++++++++++++++++++++-
drivers/gpu/drm/imx/dw_hdmi-imx.c | 3 ++-
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 15 +++++++++++-
drivers/regulator/core.c | 5 ++--
drivers/regulator/devres.c | 5 ++--
include/drm/bridge/dw_hdmi.h | 3 ++-
9 files changed, 59 insertions(+), 8 deletions(-)
--
2.1.4
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: David Airlie <airlied@linux.ie>,
djkurtz@chromium.org, Yakir Yang <ykk@rock-chips.com>,
Fabio Estevam <fabio.estevam@freescale.com>,
dianders@chromium.org, Andy Yan <andy.yan@rock-chips.com>,
Mark Yao <mark.yao@rock-chips.com>,
linux-rockchip@lists.infradead.org,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
broonie@kernel.org, devicetree@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] add power-supply support to dw_hdmi
Date: Tue, 10 Mar 2015 00:21:21 +0100 [thread overview]
Message-ID: <1429128.MSqYm0qZ9p@phil> (raw)
At least the Rockchip variant of the dw_hdmi should control its supplying
regulators. A cursory glance at the imx manual didn't any equivalent there,
so I'm not sure if there are similar controllable regulators present.
Patch1 is only a small fix to keep {devm_}regulator_bulk_get quiet in
the deferring case and could go directly to the regulator tree, if ok.
Patch3 is the addition of the supplies to the rk3288 boards and I would
take it into my dts branch if patch2 gets deemed acceptable.
Heiko Stuebner (3):
regulator: don't emit errors in {devm_}regulator_bulk_get when defering
drm/bridge: dw-hdmi: support optional supply regulators
ARM: dts: rockchip: add hdmi analog power supplies to rk3288 boards
.../devicetree/bindings/drm/bridge/dw_hdmi.txt | 5 ++++
arch/arm/boot/dts/rk3288-evb.dtsi | 2 ++
arch/arm/boot/dts/rk3288-firefly.dtsi | 2 ++
drivers/gpu/drm/bridge/dw_hdmi.c | 27 +++++++++++++++++++++-
drivers/gpu/drm/imx/dw_hdmi-imx.c | 3 ++-
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 15 +++++++++++-
drivers/regulator/core.c | 5 ++--
drivers/regulator/devres.c | 5 ++--
include/drm/bridge/dw_hdmi.h | 3 ++-
9 files changed, 59 insertions(+), 8 deletions(-)
--
2.1.4
next reply other threads:[~2015-03-09 23:21 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 23:21 Heiko Stuebner [this message]
2015-03-09 23:21 ` [PATCH 0/3] add power-supply support to dw_hdmi Heiko Stuebner
2015-03-09 23:21 ` Heiko Stuebner
2015-03-09 23:22 ` [PATCH 1/3] regulator: don't emit errors in {devm_}regulator_bulk_get when defering Heiko Stuebner
2015-03-09 23:22 ` Heiko Stuebner
2015-03-09 23:22 ` Heiko Stuebner
2015-03-10 12:07 ` Mark Brown
2015-03-10 12:07 ` Mark Brown
2015-03-10 12:33 ` Heiko Stuebner
2015-03-10 12:33 ` Heiko Stuebner
2015-03-10 12:33 ` Heiko Stuebner
2015-03-09 23:22 ` [PATCH 2/3] drm/bridge: dw-hdmi: support optional supply regulators Heiko Stuebner
2015-03-09 23:22 ` Heiko Stuebner
2015-03-09 23:22 ` Heiko Stuebner
2015-03-10 9:16 ` Philipp Zabel
2015-03-10 9:16 ` Philipp Zabel
2015-03-10 9:16 ` Philipp Zabel
2015-03-10 9:43 ` Heiko Stuebner
2015-03-10 9:43 ` Heiko Stuebner
2015-03-10 9:43 ` Heiko Stuebner
2015-03-09 23:23 ` [PATCH 3/3] ARM: dts: rockchip: add hdmi analog power supplies to rk3288 boards Heiko Stuebner
2015-03-09 23:23 ` Heiko Stuebner
2015-03-09 23:23 ` Heiko Stuebner
2015-03-10 9:08 ` [PATCH 0/3] add power-supply support to dw_hdmi Philipp Zabel
2015-03-10 9:08 ` Philipp Zabel
2015-03-10 9:08 ` Philipp Zabel
2015-03-10 9:58 ` Russell King - ARM Linux
2015-03-10 9:58 ` Russell King - ARM Linux
2015-03-10 9:58 ` Russell King - ARM Linux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1429128.MSqYm0qZ9p@phil \
--to=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.