Re: [PATCH v1 3/6] usb: typec: tcpm: update power supply once partner accepts

2021-04-07 Thread Badhri Jagan Sridharan
>> The reason for this change is missing in the patch description, >> or am I missing something ? Ah yes forgot to state this in the commit description which I have updated in V2. Removed a redundant power_supply_changed as one was already made a couple of lines before this one. Thanks, Badhri O

RE: [PATCH v1 3/6] usb: typec: tcpm: update power supply once partner accepts

2021-04-07 Thread Adam Thomson
On 06 April 2021 02:37, Badhri Jagan Sridharan wrote: > power_supply_changed needs to be called to notify clients > after the partner accepts the requested values for the pps > case. > > Fixes: f2a8aa053c176 ("typec: tcpm: Represent source supply through > power_supply") > Signed-off-by: Badhri J

Re: [PATCH v1 3/6] usb: typec: tcpm: update power supply once partner accepts

2021-04-05 Thread Guenter Roeck
On 4/5/21 6:36 PM, Badhri Jagan Sridharan wrote: > power_supply_changed needs to be called to notify clients > after the partner accepts the requested values for the pps > case. > > Fixes: f2a8aa053c176 ("typec: tcpm: Represent source supply through > power_supply") > Signed-off-by: Badhri Jagan

[PATCH v1 3/6] usb: typec: tcpm: update power supply once partner accepts

2021-04-05 Thread Badhri Jagan Sridharan
power_supply_changed needs to be called to notify clients after the partner accepts the requested values for the pps case. Fixes: f2a8aa053c176 ("typec: tcpm: Represent source supply through power_supply") Signed-off-by: Badhri Jagan Sridharan --- drivers/usb/typec/tcpm/tcpm.c | 4 +--- 1 file