From: Peter Delevoryas <peter@pjd.dev>
To: peter@pjd.dev, patrick@stwcx.xyz, joel@jms.id.au,
openbmc@lists.ozlabs.org
Subject: [PATCH 0/1] tpm_tis_i2c: Fix -Wdeclaration-after-statement
Date: Mon, 25 Jul 2022 15:51:50 -0700 [thread overview]
Message-ID: <20220725225151.393384-1-peter@pjd.dev> (raw)
Hey Joel,
I've been trying to build fby35 from https://github.com/openbmc/openbmc, and I
noticed that the TPM TIS I2C file seems to emit a warning that causes a
compilation error:
../drivers/char/tpm/tpm_tis_i2c.c: In function ‘tpm_tis_i2c_write_bytes’:
../drivers/char/tpm/tpm_tis_i2c.c:114:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
114 | struct i2c_msg msgs[] = {
| ^~~~~~
I'm sending this patch as a fix for the warning, to avoid the compilation error.
Normally I think I would send this to the upstream kernel mailing list, but
this file doesn't actually seem to be in the upstream at any point:
drivers/char/tpm/tpm_tis_i2c.c
It looks like it was added by Nuvoton and never upstreamed successfully? Perhaps
we should get rid of it at this point? fby35 doesn't actually use the TPM TIS
I2C interface, it uses the SPI one. Bletchley doesn't use the I2C one either.
Only older FB platforms did.
Actually, doing a quick search on lore.kernel.org: It looks like maybe there's
a new version submitted by Infineon in June:
https://lore.kernel.org/all/20220608173113.9232-1-Alexander.Steffen@infineon.com/
If fby35 wants to avoid this error, should we fix the driver, remove it from the
kernel, pull in the new driver from upstream, or maybe just disable it in the
linux-aspeed tpm2 distro feature Kconfig?
Thanks,
Peter
Peter Delevoryas (1):
tpm_tis_i2c: Fix -Wdeclaration-after-statement
drivers/char/tpm/tpm_tis_i2c.c | 36 ++++++++++++----------------------
1 file changed, 13 insertions(+), 23 deletions(-)
--
2.37.1
next reply other threads:[~2022-07-25 22:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-25 22:51 Peter Delevoryas [this message]
2022-07-25 22:51 ` [PATCH 1/1] tpm_tis_i2c: Fix -Wdeclaration-after-statement Peter Delevoryas
2022-07-29 0:21 ` [PATCH 0/1] " Joel Stanley
2022-07-29 2:49 ` Peter Delevoryas
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=20220725225151.393384-1-peter@pjd.dev \
--to=peter@pjd.dev \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.org \
--cc=patrick@stwcx.xyz \
/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.