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 <linux-kernel@vger.kernel.org>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>
Subject: [GIT PULL] extcon next-v2 for v3.16
Date: Mon, 02 Jun 2014 14:09:16 +0900	[thread overview]
Message-ID: <538C06FC.4000009@samsung.com> (raw)

Dear Greg,

This is extcon-next-v2 full request for v3.16. This pull request includes
additional patchset after merged previous extcon-next pull request(tags/extcon-next-for-v3.16).
I add detailed description of this pull request on below. Please pull extcon with following update.

Best Regards,
Chanwoo Choi

The following changes since commit 3f79a3fb5f41e8f2229e5bf8aa725eaa79686f14:

  extcon: palmas: Use devm_extcon_dev_allocate for extcon_dev (2014-04-29 09:52:12 +0900)

are available in the git repository at:

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

for you to fetch changes up to 19c27d2fe7773f07ed53126f04ff9d7d62f64672:

  extcon: sm5502: Change internal hardware switch according to cable type (2014-06-02 09:28:34 +0900)

----------------------------------------------------------------
Update extcon for v3.16

This patchset add new extcon provider driver and fix minor issue of extcon driver.

Detailed description for patchset:
1. Add new Silicon-Mitus SM5502 MUIC (Micro-USB Interface Controller) device
- extcon-sm5502 driver  is capable of identifying the type of the external power
source and attached accessory. And external power sources, such as Dedicated
charger or a standard USB port, are able to charge the battery in the smart
phone via the connector.

2. Fix minor issue of extcon driver
- extcon-arizona driver
- extcon-palmas driver

3. Fix minor issue of extcon core
- Re-order the sequence of extcon device driver in Kconfig/Makefile alphabitically
- Set parent device of extcon device automatically using devm_extcon_dev_allocate()

----------------------------------------------------------------
Chanwoo Choi (5):
      extcon: Reorder the sequence of extcon device driver alphabetically
      extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate
      extcon: sm5502: Add support new SM5502 extcon device driver
      extcon: sm5502: Detect cable state after completing platform booting
      extcon: sm5502: Change internal hardware switch according to cable type

Charles Keepax (3):
      extcon: arizona: Remove duplicate set of input parent device
      extcon: arizona: Correct typo to disable regulation for button detection
      extcon: arizona: Update manual headphone detection calculation

Krzysztof Kozlowski (1):
      extcon: palmas: Make of_device_id array const

Nikesh Oswal (1):
      extcon: arizona: Use extcon cable API with index of extcon cable instead of string

Richard Fitzgerald (1):
      extcon: arizona: support inverted jack detect switch

 drivers/extcon/Kconfig            |  35 +-
 drivers/extcon/Makefile           |   7 +-
 drivers/extcon/extcon-adc-jack.c  |   1 -
 drivers/extcon/extcon-arizona.c   |  68 ++--
 drivers/extcon/extcon-class.c     |   2 +
 drivers/extcon/extcon-gpio.c      |   1 -
 drivers/extcon/extcon-max77693.c  |   1 -
 drivers/extcon/extcon-max8997.c   |   1 -
 drivers/extcon/extcon-palmas.c    |   3 +-
 drivers/extcon/extcon-sm5502.c    | 726 ++++++++++++++++++++++++++++++++++++++
 include/linux/extcon/sm5502.h     | 287 +++++++++++++++
 include/linux/mfd/arizona/pdata.h |   3 +
 12 files changed, 1087 insertions(+), 48 deletions(-)
 create mode 100644 drivers/extcon/extcon-sm5502.c
 create mode 100644 include/linux/extcon/sm5502.h

             reply	other threads:[~2014-06-02  5:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-02  5:09 Chanwoo Choi [this message]
2014-06-02 22:55 ` [GIT PULL] extcon next-v2 for v3.16 Greg KH
2014-06-02 23:53   ` Chanwoo Choi
2014-06-03  0:12     ` Greg KH
2014-06-03  0:26       ` Chanwoo Choi

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=538C06FC.4000009@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kyungmin.park@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.