]> 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)
commit230f189c23af38e4458449fe50c3ae041d447993
treedc2eef751dc5d214d0fd73f19d0b36218d2cf6e3
parent1a45de8d1eb24a3f1da4cd61f7b267645a9cc7f6
parent74f1bf67d2a191ea4668aff7f62601ded2806c2e
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.