Re: [PATCH v2 09/10] tpm/st33zp24/spi: Add st33zp24 spi phy

2015-01-17 Thread Peter Hüwe
Am Dienstag, 13. Januar 2015, 23:13:17 schrieb Christophe Ricard: > st33zp24 TIS 1.2 support also SPI. It is using a proprietary protocol to > transport TIS data. > > Reviewed-by: Jasob Gunthorpe > Signed-off-by: Christophe Ricard > + > +MODULE_AUTHOR("Christophe Ricard (tpmsupp...@st.com)"); >

[PATCH v2 09/10] tpm/st33zp24/spi: Add st33zp24 spi phy

2015-01-13 Thread Christophe Ricard
st33zp24 TIS 1.2 support also SPI. It is using a proprietary protocol to transport TIS data. Reviewed-by: Jasob Gunthorpe Signed-off-by: Christophe Ricard --- drivers/char/tpm/st33zp24/Kconfig | 10 + drivers/char/tpm/st33zp24/Makefile | 3 + drivers/char/tpm/st33zp24/spi.c| 388 +++