From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 5 Feb 2009 14:01:12 +0100 Subject: [U-Boot] [PATCH] at91: Factored out common serial hardware initialization In-Reply-To: <1233838867-5548-1-git-send-email-mroth@nessie.de> References: <1233838867-5548-1-git-send-email-mroth@nessie.de> Message-ID: <20090205130112.GC4580@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14:01 Thu 05 Feb , Michael Roth wrote: > Created a new function at91_serial_hw_init() which sets up the > dedicated PIO pins of several at91 SoC according to CONFIG_USARTx. > > Please note that the used pins for serial communication varies on > different at91 SoC independently of the logic functionality equality > of the serial hardware. > > Signed-off-by: Michael Roth > --- I've send similar patch before please use it Best Regards, J.