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>,
	대인기 <inki.dae@samsung.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"myungjoo.ham@samsung.com" <myungjoo.ham@samsung.com>
Subject: [GIT PULL v2] extcon next for 4.3
Date: Mon, 17 Aug 2015 09:39:39 +0900	[thread overview]
Message-ID: <55D12D4B.6090408@samsung.com> (raw)

Dear Greg,

This is extcon-next full request for v4.3. I add detailed description of this
pull request on below. Please pull extcon with following updates.

Changes from v1:
- Fix the merge conflict of extcon-palmas.c driver on linux-next.git (Stephen Rothwell).

Best Regards,
Chanwoo Choi

The following changes since commit f7644cbfcdf03528f0f450f3940c4985b2291f49:

  Linux 4.2-rc6 (2015-08-09 15:54:30 -0400)

are available in the git repository at:

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

for you to fetch changes up to ac22a1d3386e195c57e299da3bfad97a061b9616:

  extcon: palmas: Fix build break due to devm_gpiod_get_optional API change (2015-08-13 20:56:18 +0900)

----------------------------------------------------------------
Update extcon for v4.3

This patchset include the function update of extcon drivers without critical
update and fix minor issue of extcon drivers.

Detailed description for patchset:
1. Update the extcon drivers:
- Update the logic of microphone detection for extcon-arizona driver
- Support GPIO based USB ID detection of extcon-palmas driver

2. Fix minor issues:
- Clean code and remove the opitonal print_state() function pointer from extcon
  core driver
- Clear interrupt bit state before requesting irq on extcon-max778433 driver
- Fix signedness bugs of extcon core driver

----------------------------------------------------------------
Chanwoo Choi (5):
      extcon: Remove duplicate header file in extcon.h
      extcon: Remove optional print_state() function pointer of struct extcon_dev
      extcon: palmas: Remove the mutually_exclusive array
      extcon: Add exception handling to prevent the NULL pointer access
      extcon: palmas: Fix build break due to devm_gpiod_get_optional API change

Charles Keepax (6):
      extcon: arizona: Update to use the new device properties API
      extcon: arizona: Add basic microphone detection DT/ACPI bindings
      extcon: arizona: Use gpiod inteface to handle micd_pol_gpio gpio
      extcon: arizona: Ensure variables are set for headphone detection
      extcon: arizona: Declare 3-pole jack if we detect open circuit on mic
      extcon: arizona: Simplify pdata symantics for micd_dbtime

Dan Carpenter (1):
      extcon: Fix signedness bugs about break error handling

Jaewon Kim (1):
      extcon: max77843: Clear IRQ bits state before request IRQ

Krzysztof Kozlowski (1):
      extcon: Drop owner assignment from i2c_driver

Roger Quadros (1):
      extcon: palmas: Support GPIO based USB ID detection

 .../devicetree/bindings/extcon/extcon-palmas.txt   |   5 +-
 drivers/extcon/extcon-arizona.c                    | 101 +++++++++++++---
 drivers/extcon/extcon-gpio.c                       |  18 ---
 drivers/extcon/extcon-max77843.c                   |   9 ++
 drivers/extcon/extcon-palmas.c                     | 134 ++++++++++++++++++---
 drivers/extcon/extcon-rt8973a.c                    |   1 -
 drivers/extcon/extcon-sm5502.c                     |   1 -
 drivers/extcon/extcon-usb-gpio.c                   |   1 +
 drivers/extcon/extcon.c                            |  48 ++++++--
 include/linux/extcon.h                             |   7 --
 include/linux/mfd/palmas.h                         |   7 ++
 11 files changed, 255 insertions(+), 77 deletions(-)

             reply	other threads:[~2015-08-17  0:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17  0:39 Chanwoo Choi [this message]
2015-08-17 16:13 ` [GIT PULL v2] extcon next for 4.3 Greg KH

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=55D12D4B.6090408@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=inki.dae@samsung.com \
    --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.