lkml.org 
[lkml]   [2014]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] extcon next-v2 for v3.16
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


\
 
 \ /
  Last update: 2014-06-02 07:41    [W:0.123 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site