From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Marczak Date: Wed, 01 Apr 2015 08:44:20 +0200 Subject: [U-Boot] [PATCH V3 1/3] dm: gpio: request list: return the count if requests max_count reached In-Reply-To: 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: <551B93C4.9030205@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Simon, On 04/01/2015 05:17 AM, Simon Glass wrote: > 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 > Sorry for this, it's by mistake, I don't use patman for generating patches. I add change log manually. Thanks for applying this series :) Best regards, -- Przemyslaw Marczak Samsung R&D Institute Poland Samsung Electronics p.marczak at samsung.com