]> git.baikalelectronics.ru Git - kernel.git/commit
tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 4 Feb 2020 12:16:27 +0000 (14:16 +0200)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Mon, 17 Feb 2020 18:46:34 +0000 (20:46 +0200)
commit18dcb2a2206962d1d5bf1ecb95f5f1b110bfe407
tree59d6c784fd663861b5ea7c3d85847f0bdcf33a64
parenta0dcdc4ca64230a6d4a2738a96d502ae7293732c
tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.

Revert tpm_tis_spi_mod.ko back to tpm_tis_spi.ko as the rename could
break user space scripts. This can be achieved by renaming tpm_tis_spi.c
as tpm_tis_spi_main.c. Then tpm_tis_spi-y can be used inside the
makefile.

Cc: Andrey Pronin <apronin@chromium.org>
Cc: Stephen Boyd <swboyd@chromium.org>
Cc: stable@vger.kernel.org # 5.5.x
Fixes: b596d608ec53 ("tpm: tpm_tis_spi: Support cr50 devices")
Reported-by: Alexander Steffen <Alexander.Steffen@infineon.com>
Tested-by: Alexander Steffen <Alexander.Steffen@infineon.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/Makefile
drivers/char/tpm/tpm_tis_spi.c [deleted file]
drivers/char/tpm/tpm_tis_spi_main.c [new file with mode: 0644]