Re: [PATCH 1/2] pinctrl: sx150x: Make the driver tristate
From: Fange Zhang
Date: Tue Aug 19 2025 - 22:56:19 EST
On 8/19/2025 8:55 PM, Linus Walleij wrote:
On Mon, Aug 18, 2025 at 6:41 AM Fange Zhang
<fange.zhang@xxxxxxxxxxxxxxxx> wrote:
Set PINCTRL_SX150X config option as a tristate and add
MODULE_DEVICE_TABLE()/MODULE_LICENSE() to export appropriate information.
Signed-off-by: Fange Zhang <fange.zhang@xxxxxxxxxxxxxxxx>
Fair enough!
This patch 1/2 applied to the pinctrl tree.
Thanks
Please funnel patch 2/2 through the SoC tree.
Hi Bjorn, Konrad,
Would it be acceptable to include this defconfig change, or is there a
preferred process I should follow to get it reviewed and accepted?
Thanks,
Fange Zhang
subsys_initcall(sx150x_init
I seriously wonder about this. It feels like this driver should
be a pure module_init() device. But other users may disagree.
Yours,
Linus Walleij