Re: [PATCH] extcon: Add stubs for extcon_register_notifier_all() functions

2021-01-04 Thread Chanwoo Choi
Hi Krzysztof, On Thu, Dec 31, 2020 at 5:56 PM Krzysztof Kozlowski wrote: > > Add stubs for extcon_register_notifier_all() function for !CONFIG_EXTCON > case. This is useful for compile testing and for drivers which use > EXTCON but do not require it (therefore do not depend on CONFIG_EXTCON). >

[PATCH] extcon: Add stubs for extcon_register_notifier_all() functions

2020-12-31 Thread Krzysztof Kozlowski
Add stubs for extcon_register_notifier_all() function for !CONFIG_EXTCON case. This is useful for compile testing and for drivers which use EXTCON but do not require it (therefore do not depend on CONFIG_EXTCON). Fixes: 815429b39d94 ("extcon: Add new extcon_register_notifier_all() to monitor