All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	대인기 <inki.dae@samsung.com>, 함명주 <myungjoo.ham@samsung.com>
Subject: [GIT PULL] extcon fixes for v4.11-rc3
Date: Wed, 22 Mar 2017 18:47:01 +0900	[thread overview]
Message-ID: <58D24815.5050007@samsung.com> (raw)
In-Reply-To: CGME20170322094701epcas5p363e1c8fc5f3184652dc0b3712e8b28f4@epcas5p3.samsung.com

Dear Greg,

This is extcon-fixes pull request for v4.11-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 4495c08e84729385774601b5146d51d9e5849f81:

  Linux 4.11-rc2 (2017-03-12 14:47:08 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-fixes-for-4.11-rc3

for you to fetch changes up to 70216fd937fea79c20705400540fa48f86ddf1c5:

  extcon: int3496: Set the id pin to direction-input if necessary (2017-03-22 18:29:48 +0900)

----------------------------------------------------------------
Update extcon for v4.11-rc3

This patch fixes issues for Intel INT3496 ACPI device as following:
- Propagate error code of gpiod_to_irq().
- Set the ID pin as the input direction if firmware has the bug
- Rename the gpio name for bining according to the documentation.
- Add gpio acpi mapping table and the dependency on X86.
- Use the devm_gpiod_get() instead of gpiod_get_index because of
  acpi mapping table.

----------------------------------------------------------------
Andy Shevchenko (3):
      extcon: int3496: Propagate error code of gpiod_to_irq()
      extcon: int3496: Rename GPIO pins in accordance with binding
      extcon: int3496: Add GPIO ACPI mapping table

Hans de Goede (2):
      extcon: int3496: Use gpiod_get instead of gpiod_get_index
      extcon: int3496: Set the id pin to direction-input if necessary

Peter Robinson (1):
      extcon: int3496: Add dependency on X86 as it's Intel specific

 Documentation/extcon/intel-int3496.txt |  5 +++++
 drivers/extcon/Kconfig                 |  2 +-
 drivers/extcon/extcon-intel-int3496.c  | 39 ++++++++++++++++++++++++----------
 3 files changed, 34 insertions(+), 12 deletions(-)

       reply	other threads:[~2017-03-22  9:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170322094701epcas5p363e1c8fc5f3184652dc0b3712e8b28f4@epcas5p3.samsung.com>
2017-03-22  9:47 ` Chanwoo Choi [this message]
2017-03-22 11:19   ` [GIT PULL] extcon fixes for v4.11-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=58D24815.5050007@samsung.com \
    --to=cw00.choi@samsung.com \
    --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.