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
Kconfig -rw-r--r-- 710 bytes
Makefile -rw-r--r-- 542 bytes
af_rds.c -rw-r--r-- 23.3 KB
bind.c -rw-r--r-- 7.7 KB
cong.c -rw-r--r-- 12.8 KB
connection.c -rw-r--r-- 26.1 KB
ib.c -rw-r--r-- 17.1 KB
ib.h -rw-r--r-- 13.8 KB
ib_cm.c -rw-r--r-- 36.9 KB
ib_frmr.c -rw-r--r-- 11.8 KB
ib_mr.h -rw-r--r-- 4.8 KB
ib_rdma.c -rw-r--r-- 17.4 KB
ib_recv.c -rw-r--r-- 31.0 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 30.0 KB
ib_stats.c -rw-r--r-- 3.1 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 973 bytes
loop.c -rw-r--r-- 7.1 KB
loop.h -rw-r--r-- 235 bytes
message.c -rw-r--r-- 13.3 KB
page.c -rw-r--r-- 4.5 KB
rdma.c -rw-r--r-- 25.1 KB
rdma_transport.c -rw-r--r-- 8.4 KB
rdma_transport.h -rw-r--r-- 916 bytes
rds.h -rw-r--r-- 30.9 KB
rds_single_path.h -rw-r--r-- 1.2 KB
recv.c -rw-r--r-- 23.4 KB
send.c -rw-r--r-- 39.3 KB
stats.c -rw-r--r-- 4.4 KB
sysctl.c -rw-r--r-- 3.4 KB
tcp.c -rw-r--r-- 20.3 KB
tcp.h -rw-r--r-- 3.1 KB
tcp_connect.c -rw-r--r-- 6.1 KB
tcp_listen.c -rw-r--r-- 9.8 KB
tcp_recv.c -rw-r--r-- 9.2 KB
tcp_send.c -rw-r--r-- 6.7 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 8.8 KB
transport.c -rw-r--r-- 4.5 KB

back to top