]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'extcon-fixes-for-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2018 07:57:23 +0000 (08:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2018 07:57:23 +0000 (08:57 +0100)
commit0cf21ff3b40efbdfb532c570886d31c843d1f22e
treed5d1879d426edcc736758659d215886b6f8b88a6
parent4473993242c1539992feb4f7a14f1b69d2c5740d
parent76919aa25c0bfb1e1c7364721f58d82d056fe44a
Merge tag 'extcon-fixes-for-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus

Chanwoo writes:

Update extcon for v4.16-rc3

This patch fixes issue of X-power extcon-axp288 and Intel extcon-int3496 driver.
- For extcon-int3496 driver,
Process id-pin first so that we start with the right status in order to fix
a race where the initial work might still be running while other drivers
were already calling extcon_get_state().
- For extcon-axp288 driver,
Revert the patch[1] which were applied to v4.16-rc1 because there are better
ways with usb-role-switch and constify the axp288_pwr_up_down_info array.
[1] de665ea66f57c2 ("extcon: axp288: Redo charger type detection a couple of seconds after probe()")