Re: [PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON

2021-03-12 Thread Krzysztof Kozlowski
On 12/03/2021 15:55, Sebastian Andrzej Siewior wrote: > On 2021-03-12 15:53:53 [+0100], Krzysztof Kozlowski wrote: >> Yeah, it missed the merge window... > > Could you please send it for -rc3? I meant, the pull missed the merge window. Chanwoo already confirmed he will be sending it for rc3.

Re: [PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON

2021-03-12 Thread Sebastian Andrzej Siewior
On 2021-03-12 15:53:53 [+0100], Krzysztof Kozlowski wrote: > Yeah, it missed the merge window... Could you please send it for -rc3? > Best regards, > Krzysztof Sebastian

Re: [PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON

2021-03-12 Thread Krzysztof Kozlowski
On 12/03/2021 15:53, Sebastian Andrzej Siewior wrote: > On 2021-03-12 15:45:48 [+0100], Krzysztof Kozlowski wrote: >> Did you base your work on next? > > no, -rc2. Yeah, it missed the merge window... Best regards, Krzysztof

Re: [PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON

2021-03-12 Thread Sebastian Andrzej Siewior
On 2021-03-12 15:45:48 [+0100], Krzysztof Kozlowski wrote: > Did you base your work on next? no, -rc2. > Best regards, > Krzysztof Sebastian

Re: [PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON

2021-03-12 Thread Krzysztof Kozlowski
On Fri, 12 Mar 2021 at 15:10, Sebastian Andrzej Siewior wrote: > > CHARGER_MAX8997 fails to compile without CONFIG_EXTCON. There are stubs > already present for *extcon_*_notifier() but are missing for the _all() > variant. > > Add *extcon_*_notifier_all() stubs for !CONFIG_EXTCON. > > Fixes:

[PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON

2021-03-12 Thread Sebastian Andrzej Siewior
CHARGER_MAX8997 fails to compile without CONFIG_EXTCON. There are stubs already present for *extcon_*_notifier() but are missing for the _all() variant. Add *extcon_*_notifier_all() stubs for !CONFIG_EXTCON. Fixes: f384989e88d44 ("power: supply: max8997_charger: Set CHARGER current limit")