On Mon, Mar 30, 2015 at 4:31 PM, Mika Westerberg
<mika.westerb...@linux.intel.com> wrote:

> This driver supports pinctrl/GPIO hardware found on Intel Sunrisepoint (a
> Skylake PCH) providing users a pinctrl and GPIO interfaces (including GPIO
> interrupts).
>
> The driver is split into core and platform parts so that the same core
> driver can be reused in other drivers for other Intel GPIO hardware that is
> based on the same host controller design.
>
> Signed-off-by: Mathias Nyman <mathias.ny...@linux.intel.com>
> Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com>

How could I possibly resist this gorgeous driver that just
does everything right? Patch applied for 4.1.

> +config PINCTRL_INTEL
> +       tristate
> +       select PINMUX
> +       select PINCONF
> +       select GENERIC_PINCONF
> +       select GPIOLIB
> +       select GPIOLIB_IRQCHIP

Is this opening a refactoring possibility sharing more code/infrastructure
amongst the Intel drivers or just something that will be used for
new SoCs going forward?

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to