[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACRpkdZyPP-wSuWLiKfhpnoQna-3_P1vjT_i7Rty3xGCq83nsQ@mail.gmail.com>
Date: Thu, 29 Dec 2022 02:07:49 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Lukas Bulwahn <lukas.bulwahn@...il.com>
Cc: Dong Aisheng <aisheng.dong@....com>,
Fabio Estevam <festevam@...il.com>,
Shawn Guo <shawnguo@...nel.org>, Jacky Bai <ping.bai@....com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Sascha Hauer <s.hauer@...gutronix.de>,
NXP Linux Team <linux-imx@....com>,
linux-gpio@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] pinctrl: mxs: avoid defines prefixed with CONFIG
On Thu, Dec 15, 2022 at 10:30 AM Lukas Bulwahn <lukas.bulwahn@...il.com> wrote:
> Defines prefixed with "CONFIG" should be limited to proper Kconfig options,
> that are introduced in a Kconfig file.
>
> Here, expressions to convert pin configurations to booleans for pull-up,
> voltage and mA are macro definitions that begin with "CONFIG".
>
> To avoid defines prefixed with "CONFIG", rename these defines to begin with
> "PIN_CONFIG" instead.
>
> No functional change.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
Patch applied.
Yours,
Linus Walleij
Powered by blists - more mailing lists