From: Sudeep Holla <sudeep.holla@arm.com>
To: Cristian Marussi <cristian.marussi@arm.com>
Cc: Marc Zyngier <maz@kernel.org>, <linux-kernel@vger.kernel.org>,
Sudeep Holla <sudeep.holla@arm.com>,
<linux-arm-kernel@lists.infradead.org>,
<arm-scmi@vger.kernel.org>, <james.quinlan@broadcom.com>,
<f.fainelli@gmail.com>, <vincent.guittot@linaro.org>,
<peng.fan@oss.nxp.com>, <michal.simek@amd.com>,
<quic_sibis@quicinc.com>, <dan.carpenter@linaro.org>,
<johan@kernel.org>, "Arnd Bergmann" <arnd@kernel.org>,
Johan Hovold <johan+linaro@kernel.org>
Subject: Re: [PATCH v3 2/3] firmware: arm_scmi: Add Quirks framework
Date: Wed, 30 Apr 2025 16:26:17 +0100 [thread overview]
Message-ID: <20250430-efficient-spider-of-criticism-e857bf@sudeepholla> (raw)
In-Reply-To: <aBIbC15NiqUseZc7@pluto>
+Arnd
On Wed, Apr 30, 2025 at 01:43:55PM +0100, Cristian Marussi wrote:
> On Wed, Apr 30, 2025 at 12:36:40PM +0100, Marc Zyngier wrote:
> > On Wed, 30 Apr 2025 08:54:06 +0100,
> > Cristian Marussi <cristian.marussi@arm.com> wrote:
> > >
> > > On Tue, Apr 29, 2025 at 03:11:07PM +0100, Cristian Marussi wrote:
> > > > Add a common framework to describe SCMI quirks and associate them with a
> > > > specific platform or a specific set of SCMI firmware versions.
> > > >
> > > > All the matching SCMI quirks will be enabled when the SCMI core stack
> > > > probes and after all the needed SCMI firmware versioning information was
> > > > retrieved using Base protocol.
> > > >
> > > > Tested-by: Johan Hovold <johan+linaro@kernel.org>
> > > > Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
> > >
> > > Hi
> > >
> > > just a quick remarks that a bot spotted the usage of __VA_OPT__ which is
> > > only available since GCC >= 8.0 :< ... so I will probably revert to use the
> > > previous, less clean, mechanism to build the NULL terminated array in
> > > which the compats array WILL HAVE to be explicitly NULL terminated when
> > > provided (even the empty ones...)
> >
> > See 20250407094116.1339199-1-arnd@kernel.org, which is slated for
> > 6.16. The TL;DR is that GCC 8.1 and binutils 2.30 should be the
> > minimal versions from 6.16 onwards.
> >
> > So it's probably not worth using ugly hacks that will eventually be
> > reverted.
>
> Great news, thanks for the heads-up !
>
Thanks Marc!
Arnd,
I don't see much discussions on 20250407094116.1339199-1-arnd@kernel.org
to conclude if you plan to get this for v6.16
We probably can wait to push this $subject after your changes land. But
it would be good to know your opinion here especially if you are not
pushing your patches for v6.16
--
Regards,
Sudeep
next prev parent reply other threads:[~2025-04-30 15:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-29 14:11 [PATCH v3 0/3] Introduce SCMI Quirks framework Cristian Marussi
2025-04-29 14:11 ` [PATCH v3 1/3] firmware: arm_scmi: Ensure that the message-id supports fastchannel Cristian Marussi
2025-04-29 14:11 ` [PATCH v3 2/3] firmware: arm_scmi: Add Quirks framework Cristian Marussi
2025-04-30 7:54 ` Cristian Marussi
2025-04-30 11:36 ` Marc Zyngier
2025-04-30 12:43 ` Cristian Marussi
2025-04-30 15:26 ` Sudeep Holla [this message]
2025-04-30 20:03 ` Arnd Bergmann
2025-05-01 9:45 ` Cristian Marussi
2025-04-29 14:11 ` [PATCH v3 3/3] firmware: arm_scmi: quirk: Fix CLOCK_DESCRIBE_RATES triplet Cristian Marussi
2025-05-06 10:13 ` [PATCH v3 0/3] Introduce SCMI Quirks framework Sudeep Holla
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=20250430-efficient-spider-of-criticism-e857bf@sudeepholla \
--to=sudeep.holla@arm.com \
--cc=arm-scmi@vger.kernel.org \
--cc=arnd@kernel.org \
--cc=cristian.marussi@arm.com \
--cc=dan.carpenter@linaro.org \
--cc=f.fainelli@gmail.com \
--cc=james.quinlan@broadcom.com \
--cc=johan+linaro@kernel.org \
--cc=johan@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@kernel.org \
--cc=michal.simek@amd.com \
--cc=peng.fan@oss.nxp.com \
--cc=quic_sibis@quicinc.com \
--cc=vincent.guittot@linaro.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).