From: Enric Balletbo i Serra <enric.balletbo@collabora.com>
To: Lee Jones <lee.jones@linaro.org>, Sebastian Reichel <sre@kernel.org>
Cc: Gwendal Grignou <gwendal@chromium.org>,
Benson Leung <bleung@chromium.org>,
Guenter Roeck <groeck@chromium.org>,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: [PATCH 0/3] mfd: cros_ec: add support for USBPD charger driver.
Date: Wed, 17 Jan 2018 18:59:29 +0100 [thread overview]
Message-ID: <20180117175932.20636-1-enric.balletbo@collabora.com> (raw)
Dear all,
These patches introduces the ChromeOS EC USBPD charger driver, the
driver has been used on Chromebooks kernels and ported to mainline. The
patches were tested succesfully with a Samsung Chromebook Plus device
but depends on the for-next Benson Leung branch [1] to apply cleanly.
This branch is supposed to be merged in next merge window.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git/log/?h=for-next
Best regards,
Enric
Sameer Nanda (3):
mfd: cros_ec: Add USBPD charger commands and struct definitions.
power: supply: add cros-ec USB PD charger driver.
mfd: cros_ec_dev: Register cros_usbpd-charger driver as a subdevice.
drivers/mfd/cros_ec_dev.c | 25 +
drivers/power/supply/Kconfig | 11 +
drivers/power/supply/Makefile | 1 +
drivers/power/supply/cros_usbpd-charger.c | 953 ++++++++++++++++++++++++++++++
include/linux/mfd/cros_ec.h | 3 +
include/linux/mfd/cros_ec_commands.h | 135 ++++-
6 files changed, 1124 insertions(+), 4 deletions(-)
create mode 100644 drivers/power/supply/cros_usbpd-charger.c
--
2.15.1
next reply other threads:[~2018-01-17 17:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-17 17:59 Enric Balletbo i Serra [this message]
2018-01-17 17:59 ` [PATCH 1/3] mfd: cros_ec: Add USBPD charger commands and struct definitions Enric Balletbo i Serra
2018-01-23 11:49 ` Lee Jones
2018-01-17 17:59 ` [PATCH 2/3] power: supply: add cros-ec USB PD charger driver Enric Balletbo i Serra
2018-01-18 5:56 ` Aishwarya Pant
2018-01-23 9:54 ` Lee Jones
2018-02-09 11:57 ` Sebastian Reichel
2018-01-17 17:59 ` [PATCH 3/3] mfd: cros_ec_dev: Register cros_usbpd-charger driver as a subdevice Enric Balletbo i Serra
2018-01-23 11:57 ` Lee Jones
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=20180117175932.20636-1-enric.balletbo@collabora.com \
--to=enric.balletbo@collabora.com \
--cc=bleung@chromium.org \
--cc=groeck@chromium.org \
--cc=gwendal@chromium.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=sre@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox