From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 21 Oct 2019 16:53:51 -0600 Subject: [U-Boot] [PATCH v3 092/108] x86: apollolake: Add UART driver In-Reply-To: References: <20191021033913.220758-22-sjg@chromium.org> <20191021033913.220758-87-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 Hi Andy, On Mon, 21 Oct 2019 at 01:46, Andy Shevchenko wrote: > > On Mon, Oct 21, 2019 at 7:28 AM Simon Glass wrote: > > > > Add a driver for the apollolake UART. It uses the standard ns16550 device > > but also sets up the input clock with LPSS and supports configuration via > > of-platdata. > > This must be generic driver. The LPSS block is the same for all Intel > SoCs starting from Skylake. > Making it generic will reduce double efforts in the future. This uses ns16550. Are you saying that lpss.c should go in intel_common? I can do that. Regards, Simon