[PATCH v5 0/2] Add device tree for IBM system1 BMC

2024-01-25 Thread Ninad Palsule
ce.patch Andrew Geissler (1): ARM: dts: aspeed: System1: IBM system1 BMC board Ninad Palsule (1): dt-bindings: arm: aspeed: add IBM system1-bmc .../bindings/arm/aspeed/aspeed.yaml |1 + arch/arm/boot/dts/aspeed/Makefile |1 + .../dts/aspeed/aspeed-bm

Re: [PATCH v4 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

2024-01-25 Thread Ninad Palsule
Hello Bjorn, On 1/16/24 13:03, Bjorn Helgaas wrote: On Tue, Jan 16, 2024 at 12:37:34PM -0600, Ninad Palsule wrote: From: Andrew Geissler Add a device tree for IBM system1 BMC board. It uses AST2600 SOC. - Added base board s/Added/Add/ to match first sentence. Fixed - Added i2c devices

[PATCH v5 2/2] ARM: dts: aspeed: System1: IBM system1 BMC board

2024-01-25 Thread Ninad Palsule
EEPROM/VPD - Added power supplies - Added humidity, pressure and temperature sensors. - Added Trusted Platform Module (TPM) chip. Tested: This board is tested using the simics simulator. Signed-off-by: Andrew Geissler Signed-off-by: Ninad Palsule --- The compatibility string and schema for tpm

[PATCH v5 1/2] dt-bindings: arm: aspeed: add IBM system1-bmc

2024-01-25 Thread Ninad Palsule
Document the new compatibles used on IBM system1-bmc Acked-by: Krzysztof Kozlowski Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b

Re: [PATCH v4 2/3] dt-bindings: Add DPS310 as trivial device

2024-01-19 Thread Ninad Palsule
Hello Rob, Thank you! On 1/19/24 14:43, Rob Herring wrote: On Tue, 16 Jan 2024 12:37:33 -0600, Ninad Palsule wrote: Infineon DPS310 is a barometric pressure and temperature sensor. Acked-by: Krzysztof Kozlowski Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/trivial

[PATCH v4 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

2024-01-16 Thread Ninad Palsule
/VPD - Added Power supplies - Added Humidity, pressure and temperature sensors. - Added Trusted platform module(TPM) chip. Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule Signed-off-by: Andrew Geissler --- The compatibility string and schema for tpm

[PATCH v4 2/3] dt-bindings: Add DPS310 as trivial device

2024-01-16 Thread Ninad Palsule
Infineon DPS310 is a barometric pressure and temperature sensor. Acked-by: Krzysztof Kozlowski Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b

[PATCH v4 1/3] dt-bindings: arm: aspeed: add IBM system1-bmc

2024-01-16 Thread Ninad Palsule
Document the new compatibles used on IBM system1-bmc Acked-by: Krzysztof Kozlowski Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b

[PATCH v4 0/3] Add device tree for IBM system1 BMC

2024-01-16 Thread Ninad Palsule
commit message about TPM compatibility string. v4: - Removed compatibility string "nuvoton,npct75x" from TPM Andrew Geissler (1): ARM: dts: aspeed: System1: IBM system1 BMC board Ninad Palsule (2): dt-bindings: arm: aspeed: add IBM system1-bmc dt-bindings: Add DPS310 as trivial

Re: [PATCH v3 2/3] dt-bindings: Add DPS310 as trivial device

2024-01-11 Thread Ninad Palsule
Hello Krzysztof, On 1/11/24 13:40, Krzysztof Kozlowski wrote: On 11/01/2024 19:12, Ninad Palsule wrote: Infineon DPS310 is a barometric pressure and temperature sensor. Signed-off-by: Ninad Palsule This is a friendly reminder during the review process. It looks like you received a tag and

Re: [PATCH v3 1/3] dt-bindings: arm: aspeed: add IBM system1-bmc

2024-01-11 Thread Ninad Palsule
Hi Krzysztof, On 1/11/24 13:40, Krzysztof Kozlowski wrote: On 11/01/2024 19:12, Ninad Palsule wrote: Document the new compatibles used on IBM system1-bmc Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + 1 file changed, 1 insertion(+) This

[PATCH v3 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

2024-01-11 Thread Ninad Palsule
/VPD - Added Power supplies - Added Humidity, pressure and temperature sensors. - Added Trusted platform module(TPM) chip. Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule Signed-off-by: Andrew Geissler --- The compatibility string and schema for tpm

[PATCH v3 0/3] Add device tree for IBM system1 BMC

2024-01-11 Thread Ninad Palsule
commit message about TPM compatibility string. Andrew Geissler (1): ARM: dts: aspeed: System1: IBM system1 BMC board Ninad Palsule (2): dt-bindings: arm: aspeed: add IBM system1-bmc dt-bindings: Add DPS310 as trivial device .../bindings/arm/aspeed/aspeed.yaml |1 + .../devi

[PATCH v3 1/3] dt-bindings: arm: aspeed: add IBM system1-bmc

2024-01-11 Thread Ninad Palsule
Document the new compatibles used on IBM system1-bmc Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm

[PATCH v3 2/3] dt-bindings: Add DPS310 as trivial device

2024-01-11 Thread Ninad Palsule
Infineon DPS310 is a barometric pressure and temperature sensor. Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree

Re: [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

2024-01-10 Thread Ninad Palsule
Hello Krzysztof, On 1/10/24 09:37, Krzysztof Kozlowski wrote: On 10/01/2024 15:31, Ninad Palsule wrote: Hello Krzysztof, I have send it as a separate commit. https://lore.kernel.org/linux-kernel/20231214144954.3833998-1-ni...@linux.ibm.com/ Why did you do that? It now just adds

Re: [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

2024-01-10 Thread Ninad Palsule
Thanks & Regards, Ninad Palsule

Re: [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

2024-01-09 Thread Ninad Palsule
Hello 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

Re: [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

2024-01-09 Thread Ninad Palsule
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

Re: [PATCH v2 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

2024-01-09 Thread Ninad Palsule
Hello Mark, On 1/8/24 15:34, Mark Brown wrote: On Mon, Jan 08, 2024 at 02:41:14PM -0600, Ninad Palsule wrote: + regulator@60 { + compatible = "maxim,max8952"; + reg = <0x60>; + + max8952,default-mode = <0>; +

[PATCH v2 0/3] Add device tree for IBM system1 BMC

2024-01-08 Thread Ninad Palsule
IBM system1 BMC board Ninad Palsule (2): dt-bindings: arm: aspeed: add IBM system1-bmc dt-bindings: Add DPS310 as trivial device .../bindings/arm/aspeed/aspeed.yaml |1 + .../devicetree/bindings/trivial-devices.yaml |2 + arch/arm/boot/dts/aspeed/Makefile |1 +

[PATCH v2 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

2024-01-08 Thread Ninad Palsule
/VPD - Added Power supplies - Added Humidity, pressure and temperature sensors. - Added Trusted platform module(TPM) chip Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule Signed-off-by: Andrew Geissler --- v2: - Incorporated review comments from Conor

[PATCH v2 2/3] dt-bindings: Add DPS310 as trivial device

2024-01-08 Thread Ninad Palsule
Infineon DPS310 is a barometric pressure and temperature sensor. Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree

[PATCH v2 1/3] dt-bindings: arm: aspeed: add IBM system1-bmc

2024-01-08 Thread Ninad Palsule
Document the new compatibles used on IBM system1-bmc Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm

Re: [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

2024-01-08 Thread Ninad Palsule
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 +, Conor Dooley wrote: On Tue, Dec 12, 2023 at 10:40:03AM -0600, Ninad Palsule wrote: From

Re: [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

2024-01-08 Thread Ninad Palsule
Hello Conor, On 12/12/23 11:15, 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

Re: [PATCH v1 6/8] ARM: dts: aspeed: System1: GPIO, Fan ctrl, Led

2024-01-08 Thread Ninad Palsule
Hello Krzysztof, On 12/12/23 14:25, Krzysztof Kozlowski wrote: On 12/12/2023 17:40, Ninad Palsule wrote: This commit adds following devices to the device tree. - GPIO pin assignements, GPIO expansion devices - LED brinker devices - Fan controllers Tested: This board is tested using the

Re: [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices

2024-01-08 Thread Ninad Palsule
Hi Rob, On 12/13/23 10:13, Rob Herring wrote: On Tue, Dec 12, 2023 at 10:39:58AM -0600, Ninad Palsule wrote: From: Johannes Holland Add a dt schema to support device tree bindings for the generic I2C physical layer. Refer to the TCG PC Client Platform TPM Profile (PTP) Specification for TPM

Re: [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices

2023-12-14 Thread Ninad Palsule
Hello Rob, On 12/13/23 10:13, Rob Herring wrote: On Tue, Dec 12, 2023 at 10:39:58AM -0600, Ninad Palsule wrote: From: Johannes Holland Add a dt schema to support device tree bindings for the generic I2C physical layer. Refer to the TCG PC Client Platform TPM Profile (PTP) Specification for

Re: [PATCH v1 4/8] ARM: dts: aspeed: System1: Add i2c and muxes

2023-12-14 Thread Ninad Palsule
Hello Krzysztof, On 12/12/23 14:21, Krzysztof Kozlowski wrote: On 12/12/2023 17:40, Ninad Palsule wrote: This commit adds i2c devices and muxes. Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule --- .../dts/aspeed/aspeed-bmc-ibm-system1.dts

Re: [PATCH v1 5/8] ARM: dts: aspeed: System1: Voltage regulators

2023-12-14 Thread Ninad Palsule
Hello Krzysztof, On 12/12/23 14:22, Krzysztof Kozlowski wrote: On 12/12/2023 17:40, Ninad Palsule wrote: This commit adds different voltage regulators. Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule --- .../dts/aspeed/aspeed-bmc-ibm-system1.dts

Re: [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices

2023-12-14 Thread Ninad Palsule
Hello Guenter, On 12/12/23 12:20, Guenter Roeck wrote: On Tue, Dec 12, 2023 at 05:14:26PM +, Conor Dooley wrote: Hey, On Tue, Dec 12, 2023 at 10:39:58AM -0600, Ninad Palsule wrote: From: Johannes Holland Add a dt schema to support device tree bindings "Add bindings for..."

Re: [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices

2023-12-14 Thread Ninad Palsule
Hello Conor, On 12/12/23 11:14, Conor Dooley wrote: Hey, On Tue, Dec 12, 2023 at 10:39:58AM -0600, Ninad Palsule wrote: From: Johannes Holland Add a dt schema to support device tree bindings "Add bindings for..." Fixed. for the generic I2C physical layer. Refer to the TCG

Re: [PATCH v1 3/8] ARM: dts: aspeed: System1: IBM system1 BMC board

2023-12-14 Thread Ninad Palsule
Hello Krzysztof, On 12/12/23 14:20, Krzysztof Kozlowski wrote: On 12/12/2023 17:39, Ninad Palsule wrote: From: Andrew Geissler Add a device tree for IBM system1 BMC board. It uses AST2600 SOC. Tested: This board is tested using the simics simulator. Signed-off-by: Andrew Geissler

Re: [PATCH v1 8/8] ARM: dts: aspeed: System1: PS, sensor and more

2023-12-14 Thread Ninad Palsule
Hello Krzysztof, On 12/12/23 14:26, Krzysztof Kozlowski wrote: On 12/12/2023 17:40, Ninad Palsule wrote: This drop adds following devices in the device tree. - EEPROM/VPD - Power supplies - Humidity, pressure and temperature sensors. - Trusted platform module(TPM) chip Tested: This board

Re: [PATCH v1 8/8] ARM: dts: aspeed: System1: PS, sensor and more

2023-12-14 Thread Ninad Palsule
Hello Krzysztof, On 12/14/23 01:24, Krzysztof Kozlowski wrote: On 13/12/2023 20:49, Ninad Palsule wrote: Hello Krzysztof, On 12/13/23 13:37, Krzysztof Kozlowski wrote: On 13/12/2023 20:02, Ninad Palsule wrote: Hello Krzysztof, On 12/12/23 14:26, Krzysztof Kozlowski wrote: On 12/12/2023

Re: [PATCH v1 8/8] ARM: dts: aspeed: System1: PS, sensor and more

2023-12-13 Thread Ninad Palsule
Hello Krzysztof, On 12/13/23 13:37, Krzysztof Kozlowski wrote: On 13/12/2023 20:02, Ninad Palsule wrote: Hello Krzysztof, On 12/12/23 14:26, Krzysztof Kozlowski wrote: On 12/12/2023 17:40, Ninad Palsule wrote: This drop adds following devices in the device tree. - EEPROM/VPD - Power

Re: [PATCH v1 8/8] ARM: dts: aspeed: System1: PS, sensor and more

2023-12-13 Thread Ninad Palsule
Hello Krzysztof, On 12/12/23 14:26, Krzysztof Kozlowski wrote: On 12/12/2023 17:40, Ninad Palsule wrote: This drop adds following devices in the device tree. - EEPROM/VPD - Power supplies - Humidity, pressure and temperature sensors. - Trusted platform module(TPM) chip Tested: This board

Re: [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices

2023-12-13 Thread Ninad Palsule
Hello Jarkko, On 12/13/23 12:20, Jarkko Sakkinen wrote: On Tue Dec 12, 2023 at 6:39 PM EET, Ninad Palsule wrote: From: Johannes Holland Add a dt schema to support device tree bindings for the generic I2C physical layer. Refer to the TCG PC Client Platform TPM Profile (PTP) Specification for

Re: [PATCH v1 1/8] dt-bindings: arm: aspeed: add IBM system1-bmc

2023-12-13 Thread Ninad Palsule
Hello Jarkko, On 12/13/23 12:18, Jarkko Sakkinen wrote: On Tue Dec 12, 2023 at 6:39 PM EET, Ninad Palsule wrote: Document the new compatibles used on IBM system1-bmc Tested: this not very useful line :-) (nit) This board is tested using the simics simulator. Just leave this (w/o

Re: [PATCH v1 1/8] dt-bindings: arm: aspeed: add IBM system1-bmc

2023-12-12 Thread Ninad Palsule
Hello Conor, On 12/12/23 11:09, Conor Dooley wrote: On Tue, Dec 12, 2023 at 10:39:57AM -0600, Ninad Palsule wrote: Document the new compatibles used on IBM system1-bmc Tested: This board is tested using the simics simulator. I don't see how this is relevant to dt-bindings patches.

[PATCH v1 3/8] ARM: dts: aspeed: System1: IBM system1 BMC board

2023-12-12 Thread Ninad Palsule
From: Andrew Geissler Add a device tree for IBM system1 BMC board. It uses AST2600 SOC. Tested: This board is tested using the simics simulator. Signed-off-by: Andrew Geissler Signed-off-by: Ninad Palsule --- arch/arm/boot/dts/aspeed/Makefile | 1 + .../dts/aspeed/aspeed

[PATCH v1 0/8] Add device tree for IBM system1 BMC

2023-12-12 Thread Ninad Palsule
devices Ninad Palsule (5): dt-bindings: arm: aspeed: add IBM system1-bmc ARM: dts: aspeed: System1: Add i2c and muxes ARM: dts: aspeed: System1: Voltage regulators ARM: dts: aspeed: System1: GPIO, Fan ctrl, Led ARM: dts: aspeed: System1: PS, sensor and more .../bindings/arm/aspeed

[PATCH v1 8/8] ARM: dts: aspeed: System1: PS, sensor and more

2023-12-12 Thread Ninad Palsule
This drop adds following devices in the device tree. - EEPROM/VPD - Power supplies - Humidity, pressure and temperature sensors. - Trusted platform module(TPM) chip Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule --- .../dts/aspeed/aspeed-bmc-ibm

[PATCH v1 6/8] ARM: dts: aspeed: System1: GPIO, Fan ctrl, Led

2023-12-12 Thread Ninad Palsule
This commit adds following devices to the device tree. - GPIO pin assignements, GPIO expansion devices - LED brinker devices - Fan controllers Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule --- .../dts/aspeed/aspeed-bmc-ibm-system1.dts | 547

[PATCH v1 4/8] ARM: dts: aspeed: System1: Add i2c and muxes

2023-12-12 Thread Ninad Palsule
This commit adds i2c devices and muxes. Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule --- .../dts/aspeed/aspeed-bmc-ibm-system1.dts | 577 ++ 1 file changed, 577 insertions(+) diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm

[PATCH v1 5/8] ARM: dts: aspeed: System1: Voltage regulators

2023-12-12 Thread Ninad Palsule
This commit adds different voltage regulators. Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule --- .../dts/aspeed/aspeed-bmc-ibm-system1.dts | 266 ++ 1 file changed, 266 insertions(+) diff --git a/arch/arm/boot/dts/aspeed/aspeed

[PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices

2023-12-12 Thread Ninad Palsule
: 3 Signed-off-by: Johannes Holland Signed-off-by: Joel Stanley Signed-off-by: Ninad Palsule --- .../bindings/security/tpm/tpm-tis-i2c.yaml| 50 +++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/security/tpm/tpm-tis-i2c.yaml diff --git

[PATCH v1 1/8] dt-bindings: arm: aspeed: add IBM system1-bmc

2023-12-12 Thread Ninad Palsule
Document the new compatibles used on IBM system1-bmc Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 2 files changed, 3

[PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

2023-12-12 Thread Ninad Palsule
-by: Jarkko Sakkinen Link: https://lore.kernel.org/r/20220928043957.2636877-4-j...@jms.id.au Signed-off-by: Ninad Palsule --- drivers/char/tpm/tpm_tis_i2c.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/char/tpm/tpm_tis_i2c.c b/drivers/char/tpm/tpm_tis_i2c.c index a897402cc36a