]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled
authorShobhit Kumar <shobhit.kumar@intel.com>
Wed, 22 Jul 2015 08:31:44 +0000 (14:01 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Jul 2015 09:18:41 +0000 (11:18 +0200)
commitc9efaa8ea22d13b0a321fb605a57de8294f5f901
treeb3a0481f309271ffd7deebf9d7c5afcbf03e44ab
parent42f256b38ec63e403779753733d3a04a3999e82e
mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled

This is needed as the CRC PMIC has support for Panel
enable/diable as gpio which needs 'gpiod_add_lookup_table'
and 'gpiod_remove_lookup_table' from gpiolib. This patch
can be squashed with below commit in topic/crc-pmic branch

    commit 7addb051bda49c531b4960bfbe075b7b87e6fd5e
    Author: Shobhit Kumar <shobhit.kumar@intel.com>
    Date:   Fri Jun 26 14:32:05 2015 +0530

    mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO
    signal

    On some Intel SoC platforms, the panel enable/disable signals
    are controlled by CRC PMIC. Add those control as a new GPIO in a
    lookup table for gpio-crystalcove chip during CRC driver load

Cc: Lee Jones <lee.jones@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/mfd/Kconfig