From: "Paweł Chmiel" <pawel.mikolaj.chmiel@gmail.com>
To: myungjoo.ham@samsung.com
Cc: cw00.choi@samsung.com, robh+dt@kernel.org, mark.rutland@arm.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
"Paweł Chmiel" <pawel.mikolaj.chmiel@gmail.com>
Subject: [PATCH 0/2] extcon: Add fsa9480 extcon driver
Date: Mon, 25 Feb 2019 17:58:20 +0100 [thread overview]
Message-ID: <20190225165822.2770-1-pawel.mikolaj.chmiel@gmail.com> (raw)
This small patchset adds support for Fairchild Semiconductor FSA9480
microUSB switch.
It has been tested on Samsung Galaxy S and Samsung Fascinate 4G,
but it can be found also on other Samsung Aries (s5pv210) based devices.
Tomasz Figa (2):
dt-bindings: extcon: Add support for fsa9480 switch
extcon: Add fsa9480 extcon driver
.../bindings/extcon/extcon-fsa9480.txt | 21 +
drivers/extcon/Kconfig | 10 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-fsa9480.c | 473 ++++++++++++++++++
4 files changed, 505 insertions(+)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-fsa9480.txt
create mode 100644 drivers/extcon/extcon-fsa9480.c
--
2.17.1
next reply other threads:[~2019-02-25 16:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-25 16:58 Paweł Chmiel [this message]
2019-02-25 16:58 ` [PATCH 1/2] dt-bindings: extcon: Add support for fsa9480 switch Paweł Chmiel
2019-03-18 10:39 ` Chanwoo Choi
2019-03-26 14:57 ` Rob Herring
2019-02-25 16:58 ` [PATCH 2/2] extcon: Add fsa9480 extcon driver Paweł Chmiel
2019-03-18 10:47 ` Chanwoo Choi
2019-03-20 16:56 ` Paweł Chmiel
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=20190225165822.2770-1-pawel.mikolaj.chmiel@gmail.com \
--to=pawel.mikolaj.chmiel@gmail.com \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=myungjoo.ham@samsung.com \
--cc=robh+dt@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;
as well as URLs for NNTP newsgroup(s).