[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5d71a735.1c69fb81.8f334.825a@mx.google.com>
Date: Thu, 05 Sep 2019 17:24:20 -0700
From: Stephen Boyd <swboyd@...omium.org>
To: Lina Iyer <ilina@...eaurora.org>, evgreen@...omium.org,
linus.walleij@...aro.org, marc.zyngier@....com
Cc: linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
bjorn.andersson@...aro.org, mkshah@...eaurora.org,
linux-gpio@...r.kernel.org, rnayak@...eaurora.org,
Lina Iyer <ilina@...eaurora.org>
Subject: Re: [PATCH RFC 11/14] drivers: pinctrl: sdm845: add PDC wakeup interrupt map for GPIOs
Quoting Lina Iyer (2019-08-29 11:12:00)
> diff --git a/drivers/pinctrl/qcom/pinctrl-sdm845.c b/drivers/pinctrl/qcom/pinctrl-sdm845.c
> index 39f498c09906..5f43dabcd8eb 100644
> --- a/drivers/pinctrl/qcom/pinctrl-sdm845.c
> +++ b/drivers/pinctrl/qcom/pinctrl-sdm845.c
> @@ -1282,6 +1282,84 @@ static const int sdm845_acpi_reserved_gpios[] = {
> 0, 1, 2, 3, 81, 82, 83, 84, -1
> };
>
> +static const struct msm_gpio_wakeirq_map sdm845_pdc_map[] = {
> + {1, 30},
Please add spaces around the braces. Maybe you can have 5 per row? Would
make it a little more compact and still easy to confirm.
> + {3, 31},
> + {5, 32},
> + {10, 33},
Powered by blists - more mailing lists