From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 21 Sep 2014 10:16:56 -0600 Subject: [U-Boot] [PATCH v5 11/14] dm: serial: Collect common baud rate code in ns16550 In-Reply-To: <1409869656-29160-12-git-send-email-sjg@chromium.org> References: <1409869656-29160-1-git-send-email-sjg@chromium.org> <1409869656-29160-12-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4 September 2014 16:27, Simon Glass wrote: > The same sequence is used in several places, so move it into a function. > Note that UART_LCR_BKSE is an alias for UART_LCR_DLAB. > > Signed-off-by: Simon Glass Applied to u-boot-dm/master and now in mainline.