Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606315
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] extcon fixes for v4.11-rc3 |
| Date | 2017-03-22 10:50 +0100 |
| Message-ID | <tnL3X-if-1@gated-at.bofh.it> (permalink) |
| References | <tnL3X-if-3@gated-at.bofh.it> |
| Organization | Samsung Electronics |
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL] extcon fixes for v4.11-rc3 Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-22 10:50 +0100 Re: [GIT PULL] extcon fixes for v4.11-rc3 Greg KH <gregkh@linuxfoundation.org> - 2017-03-22 12:30 +0100
csiph-web