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@samsung.com>,
"Kyungmin Park" <kyungmin.park@samsung.com>,
"\"최찬우 (samsung)\"" <cw00.choi@samsung.com>
Subject: [GIT PULL] extcon next for 4.6
Date: Mon, 29 Feb 2016 14:56:14 +0900 [thread overview]
Message-ID: <56D3DD7E.4090702@samsung.com> (raw)
Dear Greg,
This is extcon-next pull request for v4.6. 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 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -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.6
for you to fetch changes up to ae64e42cc2b3a17ac0c11815f53211093a54cf55:
extcon: palmas: Drop IRQF_EARLY_RESUME flag (2016-02-29 11:07:34 +0900)
----------------------------------------------------------------
Update extcon for 4.6
Detailed description for patchset:
1. Add new EXTCON_CHG_USB_SDP type
- SDP (Standard Downstream Port) USB Charging Port
means the charging connector.a
2. Add the VBUS detection by using GPIO on extcon-palmas
- Beaglex15 board uses the extcon-palmas driver
But, beaglex15 board need the GPIO support for VBUS
detection.
3. Fix the minor issue of extcon drivers
----------------------------------------------------------------
Chanwoo Choi (1):
extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port
Charles Keepax (1):
extcon: arizona: Use DAPM mutex helper functions
Dan Carpenter (1):
extcon: max77843: Use correct size for reading the interrupt register
Felipe Balbi (3):
extcon: palmas: Add the support for VBUS detection by using GPIO
arm: boot: dts: beaglex15: Remove ID GPIO
arm: boot: beaglex15: pass correct interrupt
Geliang Tang (1):
extcon: Use to_i2c_client for both rt8973a and sm5502
Grygorii Strashko (1):
extcon: palmas: Drop IRQF_EARLY_RESUME flag
Moritz Fischer (1):
extcon: gpio: Fix typo in comment
arch/arm/boot/dts/am57xx-beagle-x15.dts | 3 +-
drivers/extcon/extcon-arizona.c | 4 +--
drivers/extcon/extcon-gpio.c | 2 +-
drivers/extcon/extcon-max14577.c | 3 ++
drivers/extcon/extcon-max77693.c | 12 +++++++-
drivers/extcon/extcon-max77843.c | 5 ++-
drivers/extcon/extcon-max8997.c | 3 ++
drivers/extcon/extcon-palmas.c | 54 +++++++++++++++++++++++++++++++--
drivers/extcon/extcon-rt8973a.c | 8 +++--
drivers/extcon/extcon-sm5502.c | 8 +++--
include/linux/mfd/palmas.h | 3 ++
11 files changed, 92 insertions(+), 13 deletions(-)
next reply other threads:[~2016-02-29 5:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-29 5:56 Chanwoo Choi [this message]
2016-03-02 0:51 ` [GIT PULL] extcon next for 4.6 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=56D3DD7E.4090702@samsung.com \
--to=cw00.choi@samsung.com \
--cc=gregkh@linuxfoundation.org \
--cc=kyungmin.park@samsung.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 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.