Re: [U-Boot] [PATCH] reset: fix bulk API when DM_RESET is disabled

2018-04-17 Thread Neil Armstrong
On 12/04/2018 18:41, Simon Glass wrote: > On 12 April 2018 at 02:03, Neil Armstrong wrote: >> In the commit "reset: Add get/assert/deassert/release for bulk of reset >> signals" >> the disabled reset_release_bulk() and reset_get_bulk() used the wrong >> struct clk_bulk instead of struct reset_ctl

Re: [U-Boot] [PATCH] reset: fix bulk API when DM_RESET is disabled

2018-04-12 Thread Simon Glass
On 12 April 2018 at 02:03, Neil Armstrong wrote: > In the commit "reset: Add get/assert/deassert/release for bulk of reset > signals" > the disabled reset_release_bulk() and reset_get_bulk() used the wrong > struct clk_bulk instead of struct reset_ctl_bulk. > > Fixes: 0c28233903b5 ("reset: Add ge