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(-)