From: Chanwoo Choi <cw00.choi@samsung.com>
To: Greg KH <gregkh@linuxfoundation.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: "Chanwoo Choi (chanwoo@kernel.org)" <chanwoo@kernel.org>,
"\"최찬우 (samsung.com)\"" <cw00.choi@samsung.com>,
대인기 <inki.dae@samsung.com>
Subject: [GIT PULL] extcon next for v4.16
Date: Wed, 03 Jan 2018 11:13:00 +0900 [thread overview]
Message-ID: <5A4C3C2C.2030904@samsung.com> (raw)
In-Reply-To: CGME20180103021300epcas2p1f7c6bf2a20f7cd9c3f669f9eed60b3a4@epcas2p1.samsung.com
Dear Greg,
This is extcon-next pull request for v4.16. 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 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01: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.16
for you to fetch changes up to ca90a64dc671f4a18958078a4bf2e31e2ef57db9:
extcon: axp288: Handle reserved charger-type values better (2018-01-03 10:12:59 +0900)
----------------------------------------------------------------
Update extcon for 4.16
Detailed description for this pull request:
1. Add support to notify USB connector for "ChromeOS Embedded Controller".
- extcon-usbc-cros-ec driver detects the EXTCON_USB and EXTCON_USB_HOST
connector type and then notify the state/properties to the consumer device.
2. Update the detection on probe time and clean-up code for "X-Power AXP288".
- Detect the state of connector after a couple of seconds after probe()
becasue extcon-axp288.c driver depends on other device driver like mux.
In order to guarantee the correct state, the extcon-axp288.c uses the
delayed_work.
- Set EXTCON_CHG_USB_SDP type as the safe default type if unknown connector
is attached because the data sheet of axp288 doesn't handle
the all exception cases.
- Remove unused code
3. Fix the minor issue of extcon driver
- Fix platform get_irq's error checking for extcon-adc-jack.
- Delete unneeded initialization for extcon-max8997/max77693.
----------------------------------------------------------------
Arvind Yadav (2):
extcon: adc-jack: Fix platform_get_irq's error checking
extcon: axp288:: Handle return value of platform_get_irq
Benson Leung (1):
extcon: usbc-cros-ec: add support to notify USB type cables.
Chanwoo Choi (1):
Merge branch 'ib-extcon-mfd-4.16' into extcon-next
Hans de Goede (4):
extcon: axp288: Remove unused extcon_nb struct member
extcon: axp288: Remove unused platform data
extcon: axp288: Redo charger type detection a couple of seconds after probe()
extcon: axp288: Handle reserved charger-type values better
Markus Elfring (2):
extcon: max77693: Delete unneeded initialization in max77693_muic_set_path()
extcon: max8997: Delete unneeded initialization in max8997_muic_set_path()
drivers/extcon/extcon-adc-jack.c | 2 +-
drivers/extcon/extcon-axp288.c | 75 +++++++++---------
drivers/extcon/extcon-max77693.c | 2 +-
drivers/extcon/extcon-max8997.c | 2 +-
drivers/extcon/extcon-usbc-cros-ec.c | 142 ++++++++++++++++++++++++++++++++++-
include/linux/mfd/axp20x.h | 5 --
include/linux/mfd/cros_ec_commands.h | 17 +++++
7 files changed, 194 insertions(+), 51 deletions(-)
next parent reply other threads:[~2018-01-03 2:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20180103021300epcas2p1f7c6bf2a20f7cd9c3f669f9eed60b3a4@epcas2p1.samsung.com>
2018-01-03 2:13 ` Chanwoo Choi [this message]
2018-01-08 13:34 ` [GIT PULL] extcon next for v4.16 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=5A4C3C2C.2030904@samsung.com \
--to=cw00.choi@samsung.com \
--cc=chanwoo@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=inki.dae@samsung.com \
--cc=linux-kernel@vger.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 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.