From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: MyungJoo Ham <myungjoo.ham@samsung.com>,
Chanwoo Choi <cw00.choi@samsung.com>,
linux-kernel@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [PATCH v2 0/2] extcon: Introduce support of Basin Cove PMIC
Date: Tue, 19 Mar 2019 16:30:40 +0200 [thread overview]
Message-ID: <20190319143042.66606-1-andriy.shevchenko@linux.intel.com> (raw)
On Intel Merrifield platforms the Basin Cove PMIC responsible for USB DR
detection among other things.
Here is the extcon driver to support USB DR and charger detection.
Since v2:
- rebase on top of extcon-next
- update copyright year
- address most of Chanwoo's comments
(rest is left in similarity with other Intel extcon drivers)
Andy Shevchenko (2):
extcon: intel: Split out some definitions to a common header
extcon: mrfld: Introduce extcon driver for Basin Cove PMIC
drivers/extcon/Kconfig | 7 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-intel-cht-wc.c | 21 +-
drivers/extcon/extcon-intel-mrfld.c | 284 +++++++++++++++++++++++++++
drivers/extcon/extcon-intel.h | 20 ++
5 files changed, 319 insertions(+), 14 deletions(-)
create mode 100644 drivers/extcon/extcon-intel-mrfld.c
create mode 100644 drivers/extcon/extcon-intel.h
--
2.20.1
next reply other threads:[~2019-03-19 14:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20190319143051epcas2p3d606ab8e344a2dc5c01e969d3cbfd024@epcas2p3.samsung.com>
2019-03-19 14:30 ` Andy Shevchenko [this message]
2019-03-19 14:30 ` [PATCH v2 1/2] extcon: intel: Split out some definitions to a common header Andy Shevchenko
2019-03-19 14:30 ` [PATCH v2 2/2] extcon: mrfld: Introduce extcon driver for Basin Cove PMIC Andy Shevchenko
2019-03-21 1:39 ` [PATCH v2 0/2] extcon: Introduce support of " Chanwoo Choi
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=20190319143042.66606-1-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=cw00.choi@samsung.com \
--cc=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
/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