Re: [PATCH] extcon: Allow registering a single notifier for all cables on an extcon_dev

2017-03-19 Thread Hans de Goede
Hi, On 19-03-17 14:06, kbuild test robot wrote: Hi Hans, [auto build test WARNING on chanwoo-extcon/extcon-next] [also build test WARNING on v4.11-rc2 next-20170310] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/

Re: [PATCH] extcon: Allow registering a single notifier for all cables on an extcon_dev

2017-03-19 Thread kbuild test robot
Hi Hans, [auto build test WARNING on chanwoo-extcon/extcon-next] [also build test WARNING on v4.11-rc2 next-20170310] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Hans-de-Goede/extcon-Allow-re

[PATCH] extcon: Allow registering a single notifier for all cables on an extcon_dev

2017-03-17 Thread Hans de Goede
In some cases a driver may want to monitor multiple cables on a single extcon. For example a charger driver will typically want to monitor all of EXTCON_CHG_USB_SDP, EXTCON_CHG_USB_CDP, EXTCON_CHG_USB_DCP to configure the max. current it can sink while charging. Due to the signature of the notifie