lkml.org 
[lkml]   [2020]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.6 076/194] pinctrl: baytrail: Enable pin configuration setting for GPIO chip
    Date
    From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

    [ Upstream commit ccd025eaddaeb99e982029446197c544252108e2 ]

    It appears that pin configuration for GPIO chip hasn't been enabled yet
    due to absence of ->set_config() callback.

    Enable it here for Intel Baytrail.

    Fixes: c501d0b149de ("pinctrl: baytrail: Add pin control operations")
    Depends-on: 2956b5d94a76 ("pinctrl / gpio: Introduce .set_config() callback for GPIO chips")
    Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/pinctrl/intel/pinctrl-baytrail.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/pinctrl/intel/pinctrl-baytrail.c b/drivers/pinctrl/intel/pinctrl-baytrail.c
    index b409642f168d6..9b821c9cbd16a 100644
    --- a/drivers/pinctrl/intel/pinctrl-baytrail.c
    +++ b/drivers/pinctrl/intel/pinctrl-baytrail.c
    @@ -1286,6 +1286,7 @@ static const struct gpio_chip byt_gpio_chip = {
    .direction_output = byt_gpio_direction_output,
    .get = byt_gpio_get,
    .set = byt_gpio_set,
    + .set_config = gpiochip_generic_config,
    .dbg_show = byt_gpio_dbg_show,
    };

    --
    2.20.1


    \
     
     \ /
      Last update: 2020-05-18 20:03    [W:4.086 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site