Message ID | 20240402090046.764572-2-inv.git-commit@tdk.com (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
Series | iio: imu: inv_icm42600: add support of ICM-42688-P | expand |
On Tue, Apr 02, 2024 at 09:00:45AM +0000, inv.git-commit@tdk.com wrote: Acked-by: Conor Dooley <conor.dooley@microchip.com> > TDK-Micronas GmbH > Company Headquarters / Sitz der Gesellschaft: Freiburg i. Br. - Municipal Court of / Amtsgericht: Freiburg i. Br. HRB 6108. VAT ID / USt-IdNr.: DE 812878184 > Management / Gesch?ftsf?hrung: Sam Maddalena > > This e-mail and any files transmitted with it are confidential information of TDK-Micronas and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender by return e-mail and delete all copies of this e-mail message along with all attachments. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Well, I didn't get it in error since I am an explicit CC, but you sent this to a mailing list...
On 02/04/2024 11:00, inv.git-commit@tdk.com wrote: > From: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com> > > Add bindings for ICM-42688-P chip. > > Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com> > --- > .../devicetree/bindings/iio/imu/invensense,icm42600.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml > index 7cd05bcbee31..5e0bed2c45de 100644 > --- a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml > +++ b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml > @@ -32,6 +32,7 @@ properties: > - invensense,icm42605 > - invensense,icm42622 > - invensense,icm42631 > + - invensense,icm42688 > > reg: > maxItems: 1 > -- > 2.34.1 > > TDK-Micronas GmbH > Company Headquarters / Sitz der Gesellschaft: Freiburg i. Br. - Municipal Court of / Amtsgericht: Freiburg i. Br. HRB 6108. VAT ID / USt-IdNr.: DE 812878184 > Management / Geschäftsführung: Sam Maddalena > > This e-mail and any files transmitted with it are confidential information of TDK-Micronas and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender by return e-mail and delete all copies of this e-mail message along with all attachments. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Don't send patches which are confidential. Community cannot take them. Best regards, Krzysztof
Hello, sorry about this mess, this is due to a problem in mail system configuration. These patches are obviously not confidential. And IP from TDK-Micronas obviously is not applying to TDK-InvenSense products. I will resend the patches when the issue is fixed. Sorry for the inconvenience. Best regards, JB From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Sent: Thursday, April 4, 2024 09:03 To: INV Git Commit <INV.git-commit@tdk.com>; jic23@kernel.org <jic23@kernel.org>; robh@kernel.org <robh@kernel.org>; krzysztof.kozlowski+dt@linaro.org <krzysztof.kozlowski+dt@linaro.org>; conor+dt@kernel.org <conor+dt@kernel.org> Cc: lars@metafoo.de <lars@metafoo.de>; linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; Jean-Baptiste Maneyrol <Jean-Baptiste.Maneyrol@tdk.com> Subject: Re: [PATCH v2 1/2] dt-bindings: iio: imu: add icm42688 inside inv_icm42600 This Message Is From an External Sender This message came from outside your organization. On 02/04/2024 11:00, inv.git-commit@tdk.com wrote: > From: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com> > > Add bindings for ICM-42688-P chip. > > Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com> > --- > .../devicetree/bindings/iio/imu/invensense,icm42600.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml > index 7cd05bcbee31..5e0bed2c45de 100644 > --- a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml > +++ b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml > @@ -32,6 +32,7 @@ properties: > - invensense,icm42605 > - invensense,icm42622 > - invensense,icm42631 > + - invensense,icm42688 > > reg: > maxItems: 1 > -- > 2.34.1 > > TDK-Micronas GmbH > Company Headquarters / Sitz der Gesellschaft: Freiburg i. Br. - Municipal Court of / Amtsgericht: Freiburg i. Br. HRB 6108. VAT ID / USt-IdNr.: DE 812878184 > Management / Geschäftsführung: Sam Maddalena > > This e-mail and any files transmitted with it are confidential information of TDK-Micronas and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender by return e-mail and delete all copies of this e-mail message along with all attachments. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Don't send patches which are confidential. Community cannot take them. Best regards, Krzysztof
On 04/04/2024 12:28, Jean-Baptiste Maneyrol wrote: > Hello, > > sorry about this mess, this is due to a problem in mail system configuration. > > These patches are obviously not confidential. And IP from TDK-Micronas obviously is not applying to TDK-InvenSense products. > > I will resend the patches when the issue is fixed. > > Sorry for the inconvenience. Consider b4 web relay for this: https://b4.docs.kernel.org/en/latest/contributor/send.html Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml index 7cd05bcbee31..5e0bed2c45de 100644 --- a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml +++ b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml @@ -32,6 +32,7 @@ properties: - invensense,icm42605 - invensense,icm42622 - invensense,icm42631 + - invensense,icm42688 reg: maxItems: 1