From: Greg Kroah-Hartman Date: Thu, 9 Jan 2014 04:14:19 +0000 (-0800) Subject: Merge tag 'extcon-next-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: accepted/tizen/common/20141203.182822~777^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52cb6a205c9750353cbb58dbf7eea1e046c89819;p=platform%2Fkernel%2Flinux-arm64.git Merge tag 'extcon-next-for-3.14' of git://git./linux/kernel/git/chanwoo/extcon into char-misc-next Chanwoo writes: Update extcon for v3.14 This patchset add new driver of extcon-max14577.c which detect various external connector and fix minor issue of extcon provider driver(extcon-arizona/palams/ gpio.c). Also, update documentation of previous 'switch' porting guide and extcon git repository url. Detailed description for patchset: - New driver of extcon-max14577.c : Add extcon-max14577.c drvier to support Maxim MUIC(Micro USB Interface Controller) which detect USB/TA/JIG/AUDIO-DOCK and additional accessory according to each resistance when connected external connector. - extcon-arizoan.c driver : Code clean to use define macro instead of hex value : Fix minor issue to reset back to our staring state : Fix race with microphone detection and removal - extcon-palmas.c driver : Fix minor issue and renaming compatible string of Devicetree - extcon-gpio.c driver : Fix bug about ordering initialization of gpio pin on probe() : Send uevent after wakeup from suspend state because some SoC haven't wakeup interrupt on suspend state. - Documentation (Documentation/extcon/porting-android-switch-class) : Fix switch class porting guide - Update extcon git repository url --- 52cb6a205c9750353cbb58dbf7eea1e046c89819