]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio: Add support for Intel Crystal Cove PMIC
authorZhu, Lejun <lejun.zhu@linux.intel.com>
Tue, 3 Jun 2014 05:26:04 +0000 (13:26 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 17 Jun 2014 14:59:52 +0000 (15:59 +0100)
commit104fb1d5153c563f453cb9c048fa0a17318a2348
tree7fb0b7409fb50cd392b81634f477d1e56145fed3
parent7cf0a66f32eddd5224a288df427f9dfce11f570c
gpio: Add support for Intel Crystal Cove PMIC

Devices based on Intel SoC products such as Baytrail have a Power
Management IC. In the PMIC there are subsystems for voltage regulation,
A/D conversion, GPIO and PWMs. The PMIC in Baytrail-T platform is
called Crystal Cove.

This patch adds support for the GPIO function in Crystal Cove.

Signed-off-by: Yang, Bin <bin.yang@intel.com>
Signed-off-by: Zhu, Lejun <lejun.zhu@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-crystalcove.c [new file with mode: 0644]