From: Chanwoo Choi <cw00.choi@samsung.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"\"최찬우 (samsung.com)\"" <cw00.choi@samsung.com>,
"Chanwoo Choi (chanwoo@kernel.org)" <chanwoo@kernel.org>,
대인기 <inki.dae@samsung.com>,
myungjoo.ham@samsung.com
Subject: [GIT PULL] extcon fixes for v4.16-rc3
Date: Mon, 19 Feb 2018 19:23:14 +0900 [thread overview]
Message-ID: <5A8AA592.40209@samsung.com> (raw)
In-Reply-To: CGME20180219102314epcas1p19ec4367b2623c25334fb1530393ec8fb@epcas1p1.samsung.com
Dear Greg,
This is extcon-fixes pull request for v4.16-rc3. 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 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-fixes-for-4.16-rc3
for you to fetch changes up to 0434352d3d2e950cf5e743f6062abd87de22f960:
extcon: int3496: process id-pin first so that we start with the right status (2018-02-14 06:37:33 +0900)
----------------------------------------------------------------
Update extcon for v4.16-rc3
This patch fixes issue of X-power extcon-axp288 and Intel extcon-int3496 driver.
- For extcon-int3496 driver,
Process id-pin first so that we start with the right status in order to fix
a race where the initial work might still be running while other drivers
were already calling extcon_get_state().
- For extcon-axp288 driver,
Revert the patch[1] which were applied to v4.16-rc1 because there are better
ways with usb-role-switch and constify the axp288_pwr_up_down_info array.
[1] 60ed99961469a3 ("extcon: axp288: Redo charger type detection a couple of seconds after probe()")
----------------------------------------------------------------
Hans de Goede (3):
extcon: axp288: Constify the axp288_pwr_up_down_info array
Revert "extcon: axp288: Redo charger type detection a couple of seconds after probe()"
extcon: int3496: process id-pin first so that we start with the right status
drivers/extcon/extcon-axp288.c | 36 ++++-------------------------------
drivers/extcon/extcon-intel-int3496.c | 3 ++-
2 files changed, 6 insertions(+), 33 deletions(-)
next parent reply other threads:[~2018-02-19 10:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20180219102314epcas1p19ec4367b2623c25334fb1530393ec8fb@epcas1p1.samsung.com>
2018-02-19 10:23 ` Chanwoo Choi [this message]
2018-02-20 7:58 ` [GIT PULL] extcon fixes for v4.16-rc3 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=5A8AA592.40209@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 \
--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.