From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 31 Mar 2015 21:17:04 -0600 Subject: [U-Boot] [PATCH V3 1/3] dm: gpio: request list: return the count if requests max_count reached In-Reply-To: <1427821038-22138-2-git-send-email-p.marczak@samsung.com> References: <1425983444-18565-1-git-send-email-p.marczak@samsung.com> <1427821038-22138-1-git-send-email-p.marczak@samsung.com> <1427821038-22138-2-git-send-email-p.marczak@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 31 March 2015 at 10:57, Przemyslaw Marczak wrote: > The function gpio_request_list_by_name_nodev() returned -ENOSPC error, > when the loop count was greater than requested count. This was wrong, > because function should return the requested gpio count, when meets > the call request without errors. Now, the loop ends on requested > max_count. > > Signed-off-by: Przemyslaw Marczak > Cc: Simon Glass > > Changes V3: > - new commit There's something odd about the change logs here - they are coming in as part of the commit message. Are you using patman? Acked-by: Simon Glass