From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Fri, 7 Aug 2015 15:27:52 -0500 Subject: [U-Boot] [PATCH 2/6] arm: socfpga: scan: Introduce generic JTAG accessor In-Reply-To: <1438611733-7373-2-git-send-email-marex@denx.de> References: <1438611733-7373-1-git-send-email-marex@denx.de> <1438611733-7373-2-git-send-email-marex@denx.de> Message-ID: <55C514C8.9080106@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/3/15 9:22 AM, Marek Vasut wrote: > Introduce generic function for accessing the JTAG scan chains in the > SCC manager. Make use of this function throughout the SCC manager to > replace the ad-hoc writes to registers and make the code less cryptic. > > Signed-off-by: Marek Vasut > --- > arch/arm/mach-socfpga/scan_manager.c | 104 +++++++++++++++++++++-------------- > 1 file changed, 63 insertions(+), 41 deletions(-) > Acked-by: Dinh Nguyen Thanks, Dinh