From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 8 Aug 2015 14:15:10 +0200 Subject: [U-Boot] [PATCH 1/6] arm: socfpga: scan: Clean up scan_chain_engine_is_idle() In-Reply-To: <1438611733-7373-1-git-send-email-marex@denx.de> References: <1438611733-7373-1-git-send-email-marex@denx.de> Message-ID: <201508081415.10439.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, August 03, 2015 at 04:22:08 PM, Marek Vasut wrote: > Rework this function so it's clear that it is only polling for certain > bits to be cleared. Add kerneldoc. Fix it's return value to be either > 0 on success and -ETIMEDOUT on error and propagate this through the > scan manager code. > > Signed-off-by: Marek Vasut Whole series applied to u-boot-socfpga/master . Best regards, Marek Vasut