Re: [PATCH v6 1/4] reset: Add APIs to manage array of resets

2017-06-20 Thread Philipp Zabel
On Tue, 2017-06-20 at 04:21 +0800, kbuild test robot wrote: > Hi Vivek, > > [auto build test WARNING on pza/reset/next] > [also build test WARNING on v4.12-rc6 next-20170619] > [cannot apply to balbi-usb/next] > [if your patch is applied to the wrong git tree, please drop us a note to > help impr

Re: [PATCH v6 1/4] reset: Add APIs to manage array of resets

2017-06-19 Thread kbuild test robot
Hi Vivek, [auto build test WARNING on pza/reset/next] [also build test WARNING on v4.12-rc6 next-20170619] [cannot apply to balbi-usb/next] [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/Philipp

Re: [PATCH v6 1/4] reset: Add APIs to manage array of resets

2017-06-19 Thread kbuild test robot
Hi Vivek, [auto build test WARNING on pza/reset/next] [also build test WARNING on v4.12-rc6 next-20170619] [cannot apply to balbi-usb/next] [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/Philipp

[PATCH v6 1/4] reset: Add APIs to manage array of resets

2017-06-19 Thread Philipp Zabel
From: Vivek Gautam Many devices may want to request a bunch of resets and control them. So it's better to manage them as an array. Add APIs to _get() an array of reset_control, reusing the _assert(), _deassert(), and _reset() APIs for single reset controls. Since reset controls already may contro