Re: [PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries

2017-12-17 Thread Javier Martinez Canillas
Hello Jarkko, On 12/17/2017 05:27 PM, Jarkko Sakkinen wrote: [snip] > > Thank you for the lessons :-) > You are welcome :) > Reviewed-by: Jarkko Sakkinen > Thanks! > /Jarkko > Best regards, -- Javier Martinez Canillas Software Engineer - Desktop Hardware Enablement Red Hat

Re: [PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries

2017-12-17 Thread Jarkko Sakkinen
On Sat, Dec 16, 2017 at 08:59:06PM +0100, Javier Martinez Canillas wrote: > On 12/15/2017 01:03 PM, Jarkko Sakkinen wrote: > > Hi > > > > Some basic questions about DT, which I'm not expert of. > > > > On Mon, Dec 04, 2017 at 06:39:16PM +0100, Javier Martinez Canillas wrote: > >> The commit 21dc0

Re: [PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries

2017-12-16 Thread Javier Martinez Canillas
On 12/15/2017 01:03 PM, Jarkko Sakkinen wrote: > Hi > > Some basic questions about DT, which I'm not expert of. > > On Mon, Dec 04, 2017 at 06:39:16PM +0100, Javier Martinez Canillas wrote: >> The commit 21dc02eab989 ("tpm/tpm_i2c_infineon.c: Add OF attributes type >> and name to the of_device_id

Re: [PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries

2017-12-15 Thread Jarkko Sakkinen
Hi Some basic questions about DT, which I'm not expert of. On Mon, Dec 04, 2017 at 06:39:16PM +0100, Javier Martinez Canillas wrote: > The commit 21dc02eab989 ("tpm/tpm_i2c_infineon.c: Add OF attributes type > and name to the of_device_id table entries") added type and name fields > to the OF dev

Re: [PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries

2017-12-04 Thread Jason Gunthorpe
On Mon, Dec 04, 2017 at 06:39:16PM +0100, Javier Martinez Canillas wrote: > The commit 21dc02eab989 ("tpm/tpm_i2c_infineon.c: Add OF attributes type > and name to the of_device_id table entries") added type and name fields > to the OF device ID table entries for the I2C Infineon TPM driver. > > Th

[PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries

2017-12-04 Thread Javier Martinez Canillas
The commit 21dc02eab989 ("tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id table entries") added type and name fields to the OF device ID table entries for the I2C Infineon TPM driver. The only justification for the change in the commit message is that it's probably a go