From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Zapolskiy Date: Sat, 19 Dec 2015 22:37:30 +0200 Subject: [U-Boot] [PATCH] serial: lpc32xx hsuart: port driver to driver model In-Reply-To: References: <1449939857-31541-1-git-send-email-vz@mleia.com> Message-ID: <5675C00A.4060104@mleia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 19.12.2015 22:30, Simon Glass wrote: > Hi Vladimir, > > On 14 December 2015 at 15:13, Simon Glass wrote: >> On 12 December 2015 at 10:04, Vladimir Zapolskiy wrote: >>> The change ports NXP LPC32xx 14-clock UART device driver to driver >>> model. >>> >>> Signed-off-by: Vladimir Zapolskiy >>> --- >>> drivers/serial/lpc32xx_hsuart.c | 103 +++++++++++++++++++----------- >>> include/dm/platform_data/lpc32xx_hsuart.h | 18 ++++++ >>> 2 files changed, 82 insertions(+), 39 deletions(-) >>> create mode 100644 include/dm/platform_data/lpc32xx_hsuart.h >> >> Reviewed-by: Simon Glass > > I'm going to hold off applying this for -next right now. Can you > please resend it along with the related patches once you update them? > do you want to see the driver update with the mach changes in one series? FWIW I think this serial driver change is independent and can be applied first, but for your convenience I'll gather the changes together. With best wishes, Vladimir