Re: [PATCH 0/6 v5] TPM cleanups and MMIO driver

2021-11-07 Thread Heinrich Schuchardt
Building snow_defconfig fails: AR drivers/watchdog/built-in.o drivers/tpm/tpm_tis_infineon.c:53: warning: "TPM_ACCESS" redefined 53 | #define TPM_ACCESS(l) (0x | ((l) << 4)) | In file included from drivers/tpm/tpm_tis_infineon.c:34: drivers/tpm/tpm_tis.h:75:

Re: [PATCH 0/6 v5] TPM cleanups and MMIO driver

2021-11-07 Thread Ilias Apalodimas
Hi Heinrich, On Sun, 7 Nov 2021 at 12:54, Heinrich Schuchardt wrote: > > > > On 11/5/21 20:05, Ilias Apalodimas wrote: > > Hi! > > This is the update for [1]. > > > > Changes since v4: > > - renamed struct udevice *udev -> struct udevice *dev > > - added comments on struct tpm_tis_phy_ops > > - r

Re: [PATCH 0/6 v5] TPM cleanups and MMIO driver

2021-11-07 Thread Heinrich Schuchardt
On 11/5/21 20:05, Ilias Apalodimas wrote: Hi! This is the update for [1]. Changes since v4: - renamed struct udevice *udev -> struct udevice *dev - added comments on struct tpm_tis_phy_ops - removed duplicate defines from tpm2_tis_spi driver (now in tpm_tis.h) - moved API function description

[PATCH 0/6 v5] TPM cleanups and MMIO driver

2021-11-05 Thread Ilias Apalodimas
Hi! This is the update for [1]. Changes since v4: - renamed struct udevice *udev -> struct udevice *dev - added comments on struct tpm_tis_phy_ops - removed duplicate defines from tpm2_tis_spi driver (now in tpm_tis.h) - moved API function description for the .c to the .h file - added Reviewed-by