From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ninad Palsule Date: Tue, 9 Jan 2024 17:55:08 -0600 Subject: [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings In-Reply-To: <20240109-pep-coerce-2a86ae88753d@spud> References: <20231212164004.1683589-1-ninad@linux.ibm.com> <20231212164004.1683589-8-ninad@linux.ibm.com> <20231212-avid-grill-dbead068fac8@spud> <73381bb0-7fa7-4a9e-88df-ab0063058e26@roeck-us.net> <20231212-mouth-choice-40a83caa34ec@spud> <2946fbb1-2a47-4d21-83dc-8e45bf6ba5a9@roeck-us.net> <60c8bbdb-4e08-44f0-88d4-ab164d4843b5@linux.ibm.com> <20240109-pep-coerce-2a86ae88753d@spud> Message-ID: <43a9b568-69b3-4f59-9f7b-c85880a55929@linux.ibm.com> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Conor, On 1/9/24 11:14, Conor Dooley wrote: > On Mon, Jan 08, 2024 at 02:05:53PM -0600, Ninad Palsule wrote: >> Hello Guenter, >> >> On 12/12/23 13:50, Guenter Roeck wrote: >>> On 12/12/23 10:51, Conor Dooley wrote: >>>> On Tue, Dec 12, 2023 at 10:00:39AM -0800, Guenter Roeck wrote: >>>>> On Tue, Dec 12, 2023 at 05:15:51PM +0000, Conor Dooley wrote: >>>>>> On Tue, Dec 12, 2023 at 10:40:03AM -0600, Ninad Palsule wrote: >>>>>>> From: Joel Stanley >>>>>>> >>>>>>> The NPCT75x TPM is TIS compatible. It has an I2C and SPI interface. >>>>>>> >>>>>>> https://www.nuvoton.com/products/cloud-computing/security/trusted-platform-module-tpm/ >>>>>>> >>>>>>> >>>>>>> Add a compatible string for it, and the generic compatible. >>>>>>> >>>>>>> OpenBMC-Staging-Count: 3 >>>>>> Delete this from every patch that it appears from. >> >> I have send it as a separate commit. https://lore.kernel.org/linux-kernel/20231214144954.3833998-1-ninad at linux.ibm.com/ > Why did you do that? It now just adds undocumented compatibles to the > driver. Please, as Rob requested, work with Lukas on his series to make > sure that these devices are documented. I think krzysztof kozlowski suggested to send these patches separately: https://lore.kernel.org/linux-kernel/1c5ace65-2fd8-4503-b22f-e0f564d1c83f at linaro.org/ Did I misunderstood it? Do you guys want me to include that commit again? Regards, Ninad > > Thanks, > Conor.