[U-Boot] [PATCH v2 02/19] tpm: rename tpm_tis_infineon in tpm_tis_infineon_i2c
Simon Glass
sjg at chromium.org
Thu Mar 29 22:41:48 UTC 2018
On 29 March 2018 at 15:43, Miquel Raynal <miquel.raynal at bootlin.com> wrote:
> As the chips driven by tpm_tis_infineon.c are only I2C chips, rename the
> driver with the _i2c suffix to prepare the venue of its _spi cousin.
>
> Also change the driver name in the U_BOOT_DRIVER structure.
>
> Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
> ---
> drivers/tpm/Kconfig | 4 ++--
> drivers/tpm/Makefile | 2 +-
> drivers/tpm/{tpm_tis_infineon.c => tpm_tis_infineon_i2c.c} | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
> rename drivers/tpm/{tpm_tis_infineon.c => tpm_tis_infineon_i2c.c} (99%)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list