[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <58D24815.5050007@samsung.com>
Date: Wed, 22 Mar 2017 18:47:01 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
대인기 <inki.dae@...sung.com>,
함명주 <myungjoo.ham@...sung.com>
Subject: [GIT PULL] extcon fixes for v4.11-rc3
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(-)
Powered by blists - more mailing lists