OSDN Git Service

pinctrl: Add Intel Cherryview/Braswell pin controller support
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 3 Nov 2014 11:01:33 +0000 (13:01 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Nov 2014 10:21:02 +0000 (11:21 +0100)
commit6e08d6bbebebcf70f982d7190c4b6dc456cedd57
tree728061495abb0cb39a6f2253648cb4f9e82d7812
parent354567e6084c0760dc1e3a164ce4e77c5a943acc
pinctrl: Add Intel Cherryview/Braswell pin controller support

This driver supports the pin/GPIO controllers found in newer Intel SoCs
like Cherryview and Braswell. The driver provides full GPIO support and
minimal set of pin controlling funtionality.

The driver is based on the original Cherryview GPIO driver authored by Ning
Li and Alan Cox.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/Kconfig
drivers/pinctrl/intel/Makefile
drivers/pinctrl/intel/pinctrl-cherryview.c [new file with mode: 0644]