Messages in this thread |  | | | Date | Tue, 26 Jul 2011 14:45:07 -0400 | | From | Stefan Berger <> | | Subject | Re: [PATCH] TPM Nuvoton I2C driver, kernel 3.0 |
| |
On 07/25/2011 03:25 AM, Dan.Morav@nuvoton.com wrote: > Hi, > > Below are the additions for WPCT301/NPCT501 Nuvoton Technology TPM with I2C interface device driver. > This driver uses Linux I2C bus driver to interface with the I2C bus and Linux TPM driver (tpm.ko), to export the standard Linux TPM interface. > This driver requires an I2C bus driver and TPM driver (tpm.ko) to be loaded prior to its loading. > This driver tested on Linux kernel version 3.0-rc6 on an x86 based platform and Linux kernel version 2.6.36.3 on an ARM platform. > > Regards, > Dan. > ___ > + > +static struct platform_driver ti2c_drv = { > + .driver = { > + .name = "tpm_ti2c", > + .owner = THIS_MODULE, > + }, > + .suspend = tpm_ti2c_suspend, > + .resume = tpm_ti2c_resume, indentation
Stefan
|  |