Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606315 > unrolled thread
| Started by | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| First post | 2017-03-22 10:50 +0100 |
| Last post | 2017-03-22 12:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Date | 2017-03-22 10:50 +0100 |
| Subject | [GIT PULL] extcon fixes for v4.11-rc3 |
| Message-ID | <tnL3X-if-1@gated-at.bofh.it> |
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(-)
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-03-22 12:30 +0100 |
| Message-ID | <tnMCK-1Dh-9@gated-at.bofh.it> |
| In reply to | #1606315 |
On Wed, Mar 22, 2017 at 06:47:01PM +0900, Chanwoo Choi wrote: > 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 Pulled and pushed out, thanks. greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web