Re: [PATCH v2] tpm: Fix the ioremap() call for Braswell systems

2017-06-28 Thread Jarkko Sakkinen
On Thu, Jun 22, 2017 at 02:32:01PM -0700, Azhar Shaikh wrote: > ioremap() for Intel Braswell processors was done in > tpm_tis_pnp_init(). But before this function gets called, > platform driver 'tis_drv' gets registered and its probe function > tpm_tis_plat_probe() is invoked, which does a TPM > ac

[PATCH v2] tpm: Fix the ioremap() call for Braswell systems

2017-06-22 Thread Azhar Shaikh
ioremap() for Intel Braswell processors was done in tpm_tis_pnp_init(). But before this function gets called, platform driver 'tis_drv' gets registered and its probe function tpm_tis_plat_probe() is invoked, which does a TPM access. Now for Braswell processors tpm_platform_begin_xfer() will do an i