linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno  <angelogioacchino.delregno@collabora.com>
To: Linus Walleij <linus.walleij@linaro.org>, linux-gpio@vger.kernel.org
Subject: Re: [PATCH] pinctrl: mediatek: Export debounce time tables
Date: Tue, 15 Nov 2022 09:20:47 +0100	[thread overview]
Message-ID: <cbada69f-2b67-f61b-dbd7-152098160a1f@collabora.com> (raw)
In-Reply-To: <20221115081340.2180495-1-linus.walleij@linaro.org>

Il 15/11/22 09:13, Linus Walleij ha scritto:
> The kernel test robot complains that in certain combinations
> when building the Mediatek drivers as modules we lack some
> debounce table symbols, so export them.
> 
> Fixes: e1ff91f9d230 ("pinctrl: mediatek: Fix EINT pins input debounce time configuration")
> Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

I'm sorry, I didn't notice :-(

Will be more careful next time.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

> ---
>   drivers/pinctrl/mediatek/mtk-eint.c | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/pinctrl/mediatek/mtk-eint.c b/drivers/pinctrl/mediatek/mtk-eint.c
> index e94ee802c603..65d312967619 100644
> --- a/drivers/pinctrl/mediatek/mtk-eint.c
> +++ b/drivers/pinctrl/mediatek/mtk-eint.c
> @@ -52,14 +52,17 @@ static const struct mtk_eint_regs mtk_generic_eint_regs = {
>   const unsigned int debounce_time_mt2701[] = {
>   	500, 1000, 16000, 32000, 64000, 128000, 256000, 0
>   };
> +EXPORT_SYMBOL_GPL(debounce_time_mt2701);
>   
>   const unsigned int debounce_time_mt6765[] = {
>   	125, 250, 500, 1000, 16000, 32000, 64000, 128000, 256000, 512000, 0
>   };
> +EXPORT_SYMBOL_GPL(debounce_time_mt6765);
>   
>   const unsigned int debounce_time_mt6795[] = {
>   	500, 1000, 16000, 32000, 64000, 128000, 256000, 512000, 0
>   };
> +EXPORT_SYMBOL_GPL(debounce_time_mt6795);
>   
>   static void __iomem *mtk_eint_get_offset(struct mtk_eint *eint,
>   					 unsigned int eint_num,


      reply	other threads:[~2022-11-15  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15  8:13 [PATCH] pinctrl: mediatek: Export debounce time tables Linus Walleij
2022-11-15  8:20 ` AngeloGioacchino Del Regno [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cbada69f-2b67-f61b-dbd7-152098160a1f@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).