From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Thu, 23 Oct 2014 21:40:25 +0200 Subject: [U-Boot] [PATCH 5/7] dm: at91: Refactor serial driver slightly for driver model In-Reply-To: <1412619262-23903-6-git-send-email-sjg@chromium.org> References: <1412619262-23903-1-git-send-email-sjg@chromium.org> <1412619262-23903-6-git-send-email-sjg@chromium.org> Message-ID: <544959A9.6090904@googlemail.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 06.10.14 20:14, Simon Glass wrote: > Before adding driver model support, split out a few of the functions so > that they can be used by the driver model code. > > Signed-off-by: Simon Glass Acked-by: Andreas Bie?mann > --- > > drivers/serial/atmel_usart.c | 32 +++++++++++++++++++++++--------- > 1 file changed, 23 insertions(+), 9 deletions(-)