All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Guido Günther" <agx@sigxcpu.org>
To: "Catalin Marinas" <catalin.marinas@arm.com>,
	"Will Deacon" <will@kernel.org>,
	"Bjorn Andersson" <bjorn.andersson@linaro.org>,
	"Shawn Guo" <shawnguo@kernel.org>, "Li Yang" <leoyang.li@nxp.com>,
	"Vinod Koul" <vkoul@kernel.org>,
	"Guido Günther" <agx@sigxcpu.org>,
	"Anson Huang" <Anson.Huang@nxp.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Michael Walle" <michael@walle.cc>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Olof Johansson" <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v1 1/8] arm64: defconfig: Enable CONFIG_REGULATOR_TPS65132
Date: Fri, 27 Nov 2020 15:22:52 +0100	[thread overview]
Message-ID: <2ceb6e90b2efb980771a3531ddb514ff6ab5d2b9.1606486893.git.agx@sigxcpu.org> (raw)
In-Reply-To: <cover.1606486893.git.agx@sigxcpu.org>

This is used by the Librem 5 to supply power to the panel.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 270d326d5f28..22c9e65d1ba5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -595,6 +595,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
 CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y
+CONFIG_REGULATOR_TPS65132=m
 CONFIG_REGULATOR_VCTRL=m
 CONFIG_RC_CORE=m
 CONFIG_RC_DECODERS=y
-- 
2.29.2


WARNING: multiple messages have this Message-ID (diff)
From: "Guido Günther" <agx@sigxcpu.org>
To: "Catalin Marinas" <catalin.marinas@arm.com>,
	"Will Deacon" <will@kernel.org>,
	"Bjorn Andersson" <bjorn.andersson@linaro.org>,
	"Shawn Guo" <shawnguo@kernel.org>, "Li Yang" <leoyang.li@nxp.com>,
	"Vinod Koul" <vkoul@kernel.org>,
	"Guido Günther" <agx@sigxcpu.org>,
	"Anson Huang" <Anson.Huang@nxp.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Michael Walle" <michael@walle.cc>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Olof Johansson" <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v1 1/8] arm64: defconfig: Enable CONFIG_REGULATOR_TPS65132
Date: Fri, 27 Nov 2020 15:22:52 +0100	[thread overview]
Message-ID: <2ceb6e90b2efb980771a3531ddb514ff6ab5d2b9.1606486893.git.agx@sigxcpu.org> (raw)
In-Reply-To: <cover.1606486893.git.agx@sigxcpu.org>

This is used by the Librem 5 to supply power to the panel.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 270d326d5f28..22c9e65d1ba5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -595,6 +595,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
 CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y
+CONFIG_REGULATOR_TPS65132=m
 CONFIG_REGULATOR_VCTRL=m
 CONFIG_RC_CORE=m
 CONFIG_RC_DECODERS=y
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-11-27 14:23 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 14:22 [PATCH v1 0/8] arm64: defconfig: Enable Librem 5 hardware Guido Günther
2020-11-27 14:22 ` Guido Günther
2020-11-27 14:22 ` Guido Günther [this message]
2020-11-27 14:22   ` [PATCH v1 1/8] arm64: defconfig: Enable CONFIG_REGULATOR_TPS65132 Guido Günther
2020-11-27 14:22 ` [PATCH v1 2/8] arm64: defconfig: Enable CONFIG_DRM_PANEL_MANTIX_MLAF057WE5 Guido Günther
2020-11-27 14:22   ` Guido Günther
2020-11-27 14:22 ` [PATCH v1 3/8] arm64: defconfig: Enable CONFIG_IMX_DCSS Guido Günther
2020-11-27 14:22   ` Guido Günther
2020-11-27 14:22 ` [PATCH v1 4/8] arm64: defconfig: Enable CONFIG_TYPEC_TPS6598X Guido Günther
2020-11-27 14:22   ` Guido Günther
2020-11-27 14:22 ` [PATCH v1 5/8] arm64: defconfig: Enable CONFIG_LEDS_LM3692X Guido Günther
2020-11-27 14:22   ` Guido Günther
2020-11-27 14:22 ` [PATCH v1 6/8] arm64: defconfig: Enable CONFIG_VCNL4000 Guido Günther
2020-11-27 14:22   ` Guido Günther
2020-11-27 16:13   ` Krzysztof Kozlowski
2020-11-27 16:13     ` Krzysztof Kozlowski
2020-11-27 16:42     ` Guido Günther
2020-11-27 16:42       ` Guido Günther
2020-11-27 14:22 ` [PATCH v1 7/8] arm64: defconfig: Enable CONFIG_BATTERY_MAX17042 Guido Günther
2020-11-27 14:22   ` Guido Günther
2020-11-27 14:22 ` [PATCH v1 8/8] arm64: defconfig: Enable CONFIG_CHARGER_BQ25980 Guido Günther
2020-11-27 14:22   ` Guido Günther

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=2ceb6e90b2efb980771a3531ddb514ff6ab5d2b9.1606486893.git.agx@sigxcpu.org \
    --to=agx@sigxcpu.org \
    --cc=Anson.Huang@nxp.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=geert+renesas@glider.be \
    --cc=krzk@kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael@walle.cc \
    --cc=olof@lixom.net \
    --cc=shawnguo@kernel.org \
    --cc=vkoul@kernel.org \
    --cc=will@kernel.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.