Revision 86629e098a077922438efa98dc80917604dfd317 authored by Badhri Jagan Sridharan on 17 March 2021, 18:12:48 UTC, committed by Greg Kroah-Hartman on 17 March 2021, 20:35:11 UTC
tcpm-source-psy- does not invoke power_supply_changed API when
one of the published power supply properties is changed.
power_supply_changed needs to be called to notify
userspace clients(uevents) and kernel clients.

Fixes: f2a8aa053c176 ("typec: tcpm: Represent source supply through power_supply")
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210317181249.1062995-1-badhri@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3cac910
History
File Mode Size
6lowpan_i.h -rw-r--r-- 989 bytes
Kconfig -rw-r--r-- 2.6 KB
Makefile -rw-r--r-- 866 bytes
core.c -rw-r--r-- 4.0 KB
debugfs.c -rw-r--r-- 6.7 KB
iphc.c -rw-r--r-- 36.7 KB
ndisc.c -rw-r--r-- 6.3 KB
nhc.c -rw-r--r-- 5.1 KB
nhc.h -rw-r--r-- 4.3 KB
nhc_dest.c -rw-r--r-- 650 bytes
nhc_fragment.c -rw-r--r-- 658 bytes
nhc_ghc_ext_dest.c -rw-r--r-- 670 bytes
nhc_ghc_ext_frag.c -rw-r--r-- 682 bytes
nhc_ghc_ext_hop.c -rw-r--r-- 658 bytes
nhc_ghc_ext_route.c -rw-r--r-- 675 bytes
nhc_ghc_icmpv6.c -rw-r--r-- 613 bytes
nhc_ghc_udp.c -rw-r--r-- 571 bytes
nhc_hop.c -rw-r--r-- 633 bytes
nhc_ipv6.c -rw-r--r-- 597 bytes
nhc_mobility.c -rw-r--r-- 658 bytes
nhc_routing.c -rw-r--r-- 645 bytes
nhc_udp.c -rw-r--r-- 5.5 KB

back to top