Re: [U-Boot] [U-Boot, v2, u-boot, 1/2] reset: Add get/assert/deassert/release for bulk of reset signals

2018-04-14 Thread Tom Rini
On Sat, Apr 14, 2018 at 02:11:38AM +0200, Marek Vasut wrote: > On 04/11/2018 04:05 PM, Tom Rini wrote: > > On Tue, Apr 03, 2018 at 11:40:50AM +0200, Neil Armstrong wrote: > > > >> This patch adds a "bulk" API to the reset API in order to get/deassert/ > >> assert/release a group of reset signals a

Re: [U-Boot] [U-Boot, v2, u-boot, 1/2] reset: Add get/assert/deassert/release for bulk of reset signals

2018-04-13 Thread Marek Vasut
On 04/11/2018 04:05 PM, Tom Rini wrote: > On Tue, Apr 03, 2018 at 11:40:50AM +0200, Neil Armstrong wrote: > >> This patch adds a "bulk" API to the reset API in order to get/deassert/ >> assert/release a group of reset signals associated with a device. >> >> This bulk API will avoid adding a copy o

Re: [U-Boot] [U-Boot, v2, u-boot, 1/2] reset: Add get/assert/deassert/release for bulk of reset signals

2018-04-11 Thread Tom Rini
On Tue, Apr 03, 2018 at 11:40:50AM +0200, Neil Armstrong wrote: > This patch adds a "bulk" API to the reset API in order to get/deassert/ > assert/release a group of reset signals associated with a device. > > This bulk API will avoid adding a copy of the same code to manage > a group of reset si