From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 09 Mar 2012 14:00:56 -0700 Subject: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output In-Reply-To: <1331325178-14634-1-git-send-email-sjg@chromium.org> References: <1331325178-14634-1-git-send-email-sjg@chromium.org> Message-ID: <4F5A6F88.6020503@wwwdotorg.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 03/09/2012 01:32 PM, Simon Glass wrote: > Sometimes we want to be sure that the output FIFO has fully drained (e.g. > because we are about to reset or the port or reset the board). Add a > function for this. > > Signed-off-by: Simon Glass The series, Tested-by: Stephen Warren Tom, I'm OK with you adding these patches to u-boot-tegra/master and sending a pull request for that. Just please put these patches before any that actually enable CONFIG_OF_CONTROL for any boards, so there's never a window of broken commits. I think it'd be nice at this stage to also drop the commit that turns Ventana into a DT board, since re-using the Seaboard .dts file for Ventana isn't correct. However, IIRC that commit was added to WAR some build issue with Simon's patch series? If that's still a problem, then I'm OK with converting Ventana if we have to, but we'll need to be very careful that tegra-seaboard.dts doesn't add stuff that'll fail on, or damage, Ventana.