From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Cc: Lee Jones <lee@kernel.org>, Thomas Gleixner <tglx@kernel.org>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
x86@kernel.org, "H. Peter Anvin" <hpa@zytor.com>,
brgl@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] x86/platform/geode: reference the real node of the cs5535 GPIO controller
Date: Wed, 29 Apr 2026 12:06:40 -0700 [thread overview]
Message-ID: <afJUaMNV8Q-S6otY@google.com> (raw)
In-Reply-To: <20260429-cs5535-swnode-v1-2-2bc5e17ddcf9@oss.qualcomm.com>
On Wed, Apr 29, 2026 at 02:23:31PM +0200, Bartosz Golaszewski wrote:
> We now can access the address of the software node associated with the
> GPIO controller cell of the cs5535 MFD device. Make it the target of the
> GPIO software node references in geode-common.c. Make sure the cs5535
> driver is built-in for all boards selecting GEODE_COMMON.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
> ---
> arch/x86/Kconfig | 10 +++++-----
> arch/x86/platform/geode/geode-common.c | 12 +++++-------
> 2 files changed, 10 insertions(+), 12 deletions(-)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index f3f7cb01d69d022538d283f6c7049ba8bd4c3792..1b3cb3d92bdeb0e02f249e1b4801f06fb5fd8648 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -3072,7 +3072,7 @@ config GEODE_COMMON
>
> config ALIX
> bool "PCEngines ALIX System Support (LED setup)"
> - select GPIOLIB
> + depends on GPIO_CS5535=y
This is really too bad... Did you abandon the work to implement
notifiers to allow attaching nodes after gpiochip driver loads?
Thanks.
--
Dmitry
next prev parent reply other threads:[~2026-04-29 19:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 12:23 [PATCH 0/2] x86/platform/geode: enable real fwnode GPIO lookup Bartosz Golaszewski
2026-04-29 12:23 ` [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell Bartosz Golaszewski
2026-05-07 15:21 ` (subset) " Lee Jones
2026-05-11 7:54 ` Bartosz Golaszewski
2026-05-13 13:28 ` Lee Jones
2026-05-13 13:38 ` Bartosz Golaszewski
2026-05-19 12:05 ` Bartosz Golaszewski
2026-05-21 13:52 ` Lee Jones
2026-04-29 12:23 ` [PATCH 2/2] x86/platform/geode: reference the real node of the cs5535 GPIO controller Bartosz Golaszewski
2026-04-29 19:06 ` Dmitry Torokhov [this message]
2026-04-30 7:10 ` Bartosz Golaszewski
2026-05-21 14:03 ` Bartosz Golaszewski
2026-05-21 14:19 ` Dave Hansen
2026-05-22 8:25 ` Bartosz Golaszewski
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=afJUaMNV8Q-S6otY@google.com \
--to=dmitry.torokhov@gmail.com \
--cc=bartosz.golaszewski@oss.qualcomm.com \
--cc=bp@alien8.de \
--cc=brgl@kernel.org \
--cc=dave.hansen@linux.intel.com \
--cc=hpa@zytor.com \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@kernel.org \
--cc=x86@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.