Re: [PATCH 0/3] gpio: Intel Baytrail support

From: Mika Westerberg
Date: Mon Jan 25 2016 - 06:54:17 EST


On Sat, Jan 23, 2016 at 05:32:06PM +0100, Antoine Tenart wrote:
> This series introduces the GPIO Intel Baytrail support, using both the
> lpc ich and the gpio ich drivers.
>
> Antoine Tenart (3):
> gpio: gpio-ich: add support for Intel Baytrail

Intel Baytrail support has been in mainline kernel for quite some time
already. The driver is drivers/pintctrl/intel/pinctrl-baytrail.c.

Also the ICH GPIO block is not compatible to Baytrail which is why there
is a separate driver in the first place. Have you tested this series on
Baytrail?

> mfd: lpc_ich: use a correct mask for the GPIO base address
> mfd: lpc_ich: add GPIO support for Baytrail

All Baytrails I've seen expose the GPIO device via ACPI namespace so
there should be no need for the above two patches.