All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daisuke Nojiri <dnojiri@chromium.org>
To: unlisted-recipients:; (no To-header on input)
Cc: vpalatin@chromium.org, Daisuke Nojiri <dnojiri@chromium.org>,
	Lee Jones <lee.jones@linaro.org>,
	Benson Leung <bleung@chromium.org>,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	Guenter Roeck <groeck@chromium.org>,
	Sebastian Reichel <sre@kernel.org>,
	Prashant Malani <pmalani@chromium.org>,
	Mark Brown <broonie@kernel.org>, Alex Levin <levinale@google.com>,
	Gwendal Grignou <gwendal@chromium.org>,
	Pi-Hsun Shih <pihsun@chromium.org>,
	Vijay Hiremath <vijay.p.hiremath@intel.com>,
	Yu-Hsuan Hsu <yuhsuan@chromium.org>,
	Ching-Kang Yen <chingkang@chromium.org>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: [PATCH v4 2/2] mfd: cros_ec: Add peripheral device charger
Date: Sat, 23 Jan 2021 07:49:22 -0800	[thread overview]
Message-ID: <20210123154922.1309290-2-dnojiri@chromium.org> (raw)
In-Reply-To: <20210123154922.1309290-1-dnojiri@chromium.org>

This patch adds a cell entry for PCHG (Peripheral CHarGer). PCHG is a
framework managing power supplies for peripheral devices.

Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>
---
v1->v2
* None
v2->v3
* None
v3->v4
* None
---
 drivers/mfd/cros_ec_dev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c
index 6135321592b76c..f3bc1cb6891ba5 100644
--- a/drivers/mfd/cros_ec_dev.c
+++ b/drivers/mfd/cros_ec_dev.c
@@ -116,6 +116,7 @@ static const struct mfd_cell cros_ec_platform_cells[] = {
 	{ .name = "cros-ec-pd-sysfs" },
 	{ .name = "cros-ec-sysfs", },
 	{ .name = "cros-ec-pd-update", },
+	{ .name = "cros-ec-pchg", },
 };
 
 static const struct mfd_cell cros_ec_vbc_cells[] = {
-- 
2.30.0.280.ga3ce27912f-goog


  reply	other threads:[~2021-01-23 15:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-23 15:49 [PATCH v4 1/2] power: supply: PCHG: Peripheral device charger Daisuke Nojiri
2021-01-23 15:49 ` Daisuke Nojiri [this message]
2021-01-23 18:50   ` [PATCH v4 2/2] mfd: cros_ec: Add peripheral " Gwendal Grignou
2021-01-23 18:43 ` [PATCH v4 1/2] power: supply: PCHG: Peripheral " Gwendal Grignou
2021-04-05  9:34   ` Sebastian Reichel

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=20210123154922.1309290-2-dnojiri@chromium.org \
    --to=dnojiri@chromium.org \
    --cc=bleung@chromium.org \
    --cc=broonie@kernel.org \
    --cc=chingkang@chromium.org \
    --cc=enric.balletbo@collabora.com \
    --cc=groeck@chromium.org \
    --cc=gustavoars@kernel.org \
    --cc=gwendal@chromium.org \
    --cc=lee.jones@linaro.org \
    --cc=levinale@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=pihsun@chromium.org \
    --cc=pmalani@chromium.org \
    --cc=sre@kernel.org \
    --cc=vijay.p.hiremath@intel.com \
    --cc=vpalatin@chromium.org \
    --cc=yuhsuan@chromium.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.