Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345508 > unrolled thread

[GIT PULL] extcon next for 4.6

Started byChanwoo Choi <cw00.choi@samsung.com>
First post2016-02-29 07:00 +0100
Last post2016-03-02 02:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] extcon next for 4.6 Chanwoo Choi <cw00.choi@samsung.com> - 2016-02-29 07:00 +0100
    Re: [GIT PULL] extcon next for 4.6 Greg KH <gregkh@linuxfoundation.org> - 2016-03-02 02:00 +0100

#1345508 — [GIT PULL] extcon next for 4.6

FromChanwoo Choi <cw00.choi@samsung.com>
Date2016-02-29 07:00 +0100
Subject[GIT PULL] extcon next for 4.6
Message-ID<r7p29-6zD-1@gated-at.bofh.it>
Dear Greg,

This is extcon-next pull request for v4.6. 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 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.6

for you to fetch changes up to ae64e42cc2b3a17ac0c11815f53211093a54cf55:

  extcon: palmas: Drop IRQF_EARLY_RESUME flag (2016-02-29 11:07:34 +0900)

----------------------------------------------------------------
Update extcon for 4.6

Detailed description for patchset:
1. Add new EXTCON_CHG_USB_SDP type
- SDP (Standard Downstream Port) USB Charging Port
  means the charging connector.a

2. Add the VBUS detection by using GPIO on extcon-palmas
- Beaglex15 board uses the extcon-palmas driver
  But, beaglex15 board need the GPIO support for VBUS
  detection.

3. Fix the minor issue of extcon drivers

----------------------------------------------------------------
Chanwoo Choi (1):
      extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port

Charles Keepax (1):
      extcon: arizona: Use DAPM mutex helper functions

Dan Carpenter (1):
      extcon: max77843: Use correct size for reading the interrupt register

Felipe Balbi (3):
      extcon: palmas: Add the support for VBUS detection by using GPIO
      arm: boot: dts: beaglex15: Remove ID GPIO
      arm: boot: beaglex15: pass correct interrupt

Geliang Tang (1):
      extcon: Use to_i2c_client for both rt8973a and sm5502

Grygorii Strashko (1):
      extcon: palmas: Drop IRQF_EARLY_RESUME flag

Moritz Fischer (1):
      extcon: gpio: Fix typo in comment

 arch/arm/boot/dts/am57xx-beagle-x15.dts |  3 +-
 drivers/extcon/extcon-arizona.c         |  4 +--
 drivers/extcon/extcon-gpio.c            |  2 +-
 drivers/extcon/extcon-max14577.c        |  3 ++
 drivers/extcon/extcon-max77693.c        | 12 +++++++-
 drivers/extcon/extcon-max77843.c        |  5 ++-
 drivers/extcon/extcon-max8997.c         |  3 ++
 drivers/extcon/extcon-palmas.c          | 54 +++++++++++++++++++++++++++++++--
 drivers/extcon/extcon-rt8973a.c         |  8 +++--
 drivers/extcon/extcon-sm5502.c          |  8 +++--
 include/linux/mfd/palmas.h              |  3 ++
 11 files changed, 92 insertions(+), 13 deletions(-)

[toc] | [next] | [standalone]


#1347356

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-03-02 02:00 +0100
Message-ID<r83iW-8oR-19@gated-at.bofh.it>
In reply to#1345508
On Mon, Feb 29, 2016 at 02:56:14PM +0900, Chanwoo Choi wrote:
> Dear Greg,
> 
> This is extcon-next pull request for v4.6. 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 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.6

Pulled and pushed out, thanks.

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web