Re: [PATCH 5/6] power: supply: charger-manager: Remove deprecated extcon APIs

2018-12-05 Thread Baolin Wang
Hi Sebastian, On Thu, 6 Dec 2018 at 04:34, Sebastian Reichel wrote: > > Hi, > > On Wed, Dec 05, 2018 at 10:57:12AM +0800, Baolin Wang wrote: > > Hi Rob, > > On Wed, 5 Dec 2018 at 05:52, Rob Herring wrote: > > > > > > On Fri, Nov 16, 2018 at 07:01:12PM +0800, Baolin Wang wrote: > > > > The struct

Re: [PATCH 5/6] power: supply: charger-manager: Remove deprecated extcon APIs

2018-12-05 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 10:57:12AM +0800, Baolin Wang wrote: > Hi Rob, > On Wed, 5 Dec 2018 at 05:52, Rob Herring wrote: > > > > On Fri, Nov 16, 2018 at 07:01:12PM +0800, Baolin Wang wrote: > > > The struct extcon_specific_cable_nb and related APIs are deprecated now, > > > so we should use n

Re: [PATCH 5/6] power: supply: charger-manager: Remove deprecated extcon APIs

2018-12-04 Thread Baolin Wang
Hi Rob, On Wed, 5 Dec 2018 at 05:52, Rob Herring wrote: > > On Fri, Nov 16, 2018 at 07:01:12PM +0800, Baolin Wang wrote: > > The struct extcon_specific_cable_nb and related APIs are deprecated now, > > so we should use new method to get one extcon device and register extcon > > notifier. > > > > S

Re: [PATCH 5/6] power: supply: charger-manager: Remove deprecated extcon APIs

2018-12-04 Thread Rob Herring
On Fri, Nov 16, 2018 at 07:01:12PM +0800, Baolin Wang wrote: > The struct extcon_specific_cable_nb and related APIs are deprecated now, > so we should use new method to get one extcon device and register extcon > notifier. > > Signed-off-by: Baolin Wang > --- > .../bindings/power/supply/charger-

[PATCH 5/6] power: supply: charger-manager: Remove deprecated extcon APIs

2018-11-16 Thread Baolin Wang
The struct extcon_specific_cable_nb and related APIs are deprecated now, so we should use new method to get one extcon device and register extcon notifier. Signed-off-by: Baolin Wang --- .../bindings/power/supply/charger-manager.txt |6 +-- drivers/power/supply/charger-manager.c