From: Greg Kroah-Hartman Date: Fri, 29 May 2020 08:42:03 +0000 (+0200) Subject: Merge tag 'extcon-next-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v5.15~3662^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4014a6b46a52a999cd8e06958d207c8fb9504b6;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'extcon-next-for-5.8' of git://git./linux/kernel/git/chanwoo/extcon into char-misc-next Chanwoo writes: Update extcon for v5.8 Detailed description for this pull request: 1. Update extcon provider driver - Fix an error handling code by using devm_iio_channel_get() for extcon-adc-jac.c - Fix the usage counter imbalance of runtime PM for extcon-arizona.c. - Add proper dt-compatible string for extcon-max14577.c. 2. Update extcon core with minor updates: - Remove unneeded initialization of local variable in extcon_register_notifier * tag 'extcon-next-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon: extcon: arizona: Fix runtime PM imbalance on error extcon: max14577: Add proper dt-compatible strings extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' extcon: remove redundant assignment to variable idx --- d4014a6b46a52a999cd8e06958d207c8fb9504b6