Re: [PATCH RESEND 06/13] platform/chrome: cros_ec_lpc: Add support for mec1322 EC

2017-06-22 Thread Benson Leung
Hi Enric, This patch plus the mec patch lgtm. Thanks! On Tue, May 16, 2017 at 06:13:12PM +0200, Enric Balletbo i Serra wrote: > From: Shawn Nematbakhsh > > This adds support for the ChromeOS LPC Microchip Embedded Controller > (mec1322) variant. > > mec1322 accesses I/O region [800h, 9ffh] thr

Re: [PATCH RESEND 06/13] platform/chrome: cros_ec_lpc: Add support for mec1322 EC

2017-05-22 Thread Lee Jones
On Tue, 16 May 2017, Enric Balletbo i Serra wrote: > From: Shawn Nematbakhsh > > This adds support for the ChromeOS LPC Microchip Embedded Controller > (mec1322) variant. > > mec1322 accesses I/O region [800h, 9ffh] through embedded memory > interface (EMI) rather than LPC. > > Signed-off-by:

[PATCH RESEND 06/13] platform/chrome: cros_ec_lpc: Add support for mec1322 EC

2017-05-16 Thread Enric Balletbo i Serra
From: Shawn Nematbakhsh This adds support for the ChromeOS LPC Microchip Embedded Controller (mec1322) variant. mec1322 accesses I/O region [800h, 9ffh] through embedded memory interface (EMI) rather than LPC. Signed-off-by: Shawn Nematbakhsh Signed-off-by: Thierry Escande --- drivers/platfo