]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'extcon-fixes-for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Jun 2016 07:10:27 +0000 (00:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Jun 2016 07:10:27 +0000 (00:10 -0700)
commite9ef216eae08ba533797ef00a1ad939827a37f16
treedc2eef751dc5d214d0fd73f19d0b36218d2cf6e3
parent4ada9ab81939c37c0c84df50bdcfeb17bf9eee33
parentb26ae9b8e85db22374d67cae141a62eb78214e5b
Merge tag 'extcon-fixes-for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus

Chanwoo writes:

Update extcon for v4.7-rc4

This patch fixes the following issue:
- In the extcon-palmas.c, fix the state of VBUS when using GPIO detection.
If probe funticon don't check the state during probe, the extcon client
driver cannot get the state of VBUS gpio until the user detach the connector
and attach the connector again.