From: Chanwoo Choi <cw00.choi@samsung.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"MyungJoo Ham" <myungjoo.ham@gmail.com>,
"\"최찬우 (samsung)\"" <cw00.choi@samsung.com>
Subject: [GIT PULL] extcon next for 4.5
Date: Thu, 24 Dec 2015 09:58:27 +0900 [thread overview]
Message-ID: <567B4333.7040207@samsung.com> (raw)
Dear Greg,
This is extcon-next pull request for v4.5. I add detailed description of
this pull request on below. Please pull extcon with following updates.
Best Regards,
Chanwoo Choi
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.5
for you to fetch changes up to 08a0a4f987a4b5827e4111eccc97a9271d24633e:
extcon: add Maxim MAX3355 driver (2015-12-21 11:44:00 +0900)
----------------------------------------------------------------
Update extcon for 4.5
Detailed description for patchset:
1. Add new MAX3355 extcon driver
- Maxim Integrated MAX3355E chip integrates a charge pump
and comparator to enable a system with an integrated
USB OTG dual-role transceiver to function as an USB OTG
dual-role device.
2. Update the extcon-arizona driver for jack detection
- Add the device binding for the jack detection and add
the documentation of extcon-arizona.c.
3. Fix the minor issue of extcon driver
- Add IRQF_ONESHOT to interrupt flags of extcon-rt8973.
- Fix the return value regmap_irq_get_virq() of
extcon-max(14577|77693|77843).c driver by using script[1].
[1] http://permalink.gmane.org/gmane.linux.kernel/2046107
----------------------------------------------------------------
Andrzej Hajda (3):
extcon: max14577: fix handling return value of regmap_irq_get_virq
extcon: max77693: fix handling return value of regmap_irq_get_virq
extcon: max77843: fix handling return value of regmap_irq_get_virq
Charles Keepax (11):
extcon: arizona: Add device binding to enable ADC mode micdet
extcon: arizona: Add device binding for the general purpose switch
extcon: arizona: Add device binding for jack detect polarity inversion
extcon: arizona: Add device binding for second jack detect pin on GPIO5
extcon: arizona: Update DT binding documentation for mic detection
extcon: arizona: Update DT binding documentation for jack detection
extcon: arizona: Update naming for second jack detection DT binding
extcon: arizona: Update naming for micd-timeout DT to include units
extcon: arizona: Add device bindings for the micd configurations
extcon: arizona: Update device tree binding for mic detect configurations
extcon: arizona: Add DT binding examples
Saurabh Sengar (1):
extcon: rt8973: Add IRQF_ONESHOT to interrupt flags
Sergei Shtylyov (1):
extcon: add Maxim MAX3355 driver
.../devicetree/bindings/extcon/extcon-arizona.txt | 60 +++++++++
.../devicetree/bindings/extcon/extcon-max3355.txt | 21 +++
drivers/extcon/Kconfig | 9 ++
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-arizona.c | 71 +++++++++-
drivers/extcon/extcon-max14577.c | 2 +-
drivers/extcon/extcon-max3355.c | 146 +++++++++++++++++++++
drivers/extcon/extcon-max77693.c | 4 +-
drivers/extcon/extcon-max77843.c | 2 +-
drivers/extcon/extcon-rt8973a.c | 2 +-
10 files changed, 310 insertions(+), 8 deletions(-)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-max3355.txt
create mode 100644 drivers/extcon/extcon-max3355.c
next reply other threads:[~2015-12-24 0:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-24 0:58 Chanwoo Choi [this message]
2015-12-27 0:58 ` [GIT PULL] extcon next for 4.5 Greg KH
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=567B4333.7040207@samsung.com \
--to=cw00.choi@samsung.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@gmail.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