* [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 @ 2022-11-10 19:29 Jay Greco 2022-11-10 19:29 ` [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation Jay Greco 2022-11-12 17:44 ` [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 Jonathan Cameron 0 siblings, 2 replies; 5+ messages in thread From: Jay Greco @ 2022-11-10 19:29 UTC (permalink / raw) To: linux-iio Cc: jorcrous, Jay Greco, Jean-Baptiste Maneyrol, Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen, Rob Herring, devicetree, linux-kernel This patch adds support for the invensense icm42631 as part of the inv_icm42600 family driver within the IIO subsystem. The patch series also includes the requisite changes to the dt-bindings documentation. Changes in v2: - Fix documentation subject prefix per Krzysztof Kozlowski Changes in v1: - initial patch submission Jay Greco (2): iio: imu: inv_icm42600: Add support for icm42631 dt-bindings: iio: imu: Add inv_icm42600 documentation .../devicetree/bindings/iio/imu/invensense,icm42600.yaml | 1 + drivers/iio/imu/inv_icm42600/inv_icm42600.h | 2 ++ drivers/iio/imu/inv_icm42600/inv_icm42600_core.c | 5 +++++ drivers/iio/imu/inv_icm42600/inv_icm42600_i2c.c | 3 +++ drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c | 3 +++ 5 files changed, 14 insertions(+) -- 2.37.1 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation 2022-11-10 19:29 [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 Jay Greco @ 2022-11-10 19:29 ` Jay Greco 2022-11-10 19:48 ` Jean-Baptiste Maneyrol 2022-11-11 14:58 ` Krzysztof Kozlowski 2022-11-12 17:44 ` [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 Jonathan Cameron 1 sibling, 2 replies; 5+ messages in thread From: Jay Greco @ 2022-11-10 19:29 UTC (permalink / raw) To: linux-iio Cc: jorcrous, Jay Greco, Jean-Baptiste Maneyrol, Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen, Rob Herring, devicetree, linux-kernel Update the required documentation for the icm42631. Signed-off-by: Jay Greco <grecojay@amazon.com> --- (no changes since v1) .../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 488349755c99..13c9abdd3131 100644 --- a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml +++ b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml @@ -31,6 +31,7 @@ properties: - invensense,icm42602 - invensense,icm42605 - invensense,icm42622 + - invensense,icm42631 reg: maxItems: 1 -- 2.37.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation 2022-11-10 19:29 ` [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation Jay Greco @ 2022-11-10 19:48 ` Jean-Baptiste Maneyrol 2022-11-11 14:58 ` Krzysztof Kozlowski 1 sibling, 0 replies; 5+ messages in thread From: Jean-Baptiste Maneyrol @ 2022-11-10 19:48 UTC (permalink / raw) To: Jay Greco, linux-iio@vger.kernel.org Cc: jorcrous@amazon.com, Jean-Baptiste Maneyrol, Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen, Rob Herring, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Hello Jay, looks good, thanks for the patch. Acked-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com> Thanks, JB From: Jay Greco <grecojay@amazon.com> Sent: Thursday, November 10, 2022 20:29 To: linux-iio@vger.kernel.org <linux-iio@vger.kernel.org> Cc: jorcrous@amazon.com <jorcrous@amazon.com>; Jay Greco <grecojay@amazon.com>; Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>; Jonathan Cameron <jic23@kernel.org>; Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>; Lars-Peter Clausen <lars@metafoo.de>; Rob Herring <robh+dt@kernel.org>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> Subject: [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation CAUTION: This email originated from outside of the organization. Please make sure the sender is who they say they are and do not click links or open attachments unless you recognize the sender and know the content is safe. Update the required documentation for the icm42631. Signed-off-by: Jay Greco <grecojay@amazon.com> --- (no changes since v1) .../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 488349755c99..13c9abdd3131 100644 --- a/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml +++ b/Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml @@ -31,6 +31,7 @@ properties: - invensense,icm42602 - invensense,icm42605 - invensense,icm42622 + - invensense,icm42631 reg: maxItems: 1 -- 2.37.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation 2022-11-10 19:29 ` [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation Jay Greco 2022-11-10 19:48 ` Jean-Baptiste Maneyrol @ 2022-11-11 14:58 ` Krzysztof Kozlowski 1 sibling, 0 replies; 5+ messages in thread From: Krzysztof Kozlowski @ 2022-11-11 14:58 UTC (permalink / raw) To: Jay Greco, linux-iio Cc: jorcrous, Jean-Baptiste Maneyrol, Jonathan Cameron, Krzysztof Kozlowski, Lars-Peter Clausen, Rob Herring, devicetree, linux-kernel On 10/11/2022 20:29, Jay Greco wrote: > Update the required documentation for the icm42631. > > Signed-off-by: Jay Greco <grecojay@amazon.com> > --- > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 2022-11-10 19:29 [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 Jay Greco 2022-11-10 19:29 ` [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation Jay Greco @ 2022-11-12 17:44 ` Jonathan Cameron 1 sibling, 0 replies; 5+ messages in thread From: Jonathan Cameron @ 2022-11-12 17:44 UTC (permalink / raw) To: Jay Greco Cc: linux-iio, jorcrous, Jean-Baptiste Maneyrol, Krzysztof Kozlowski, Lars-Peter Clausen, Rob Herring, devicetree, linux-kernel On Thu, 10 Nov 2022 19:29:31 +0000 Jay Greco <grecojay@amazon.com> wrote: > This patch adds support for the invensense icm42631 as part of the > inv_icm42600 family driver within the IIO subsystem. The patch series > also includes the requisite changes to the dt-bindings documentation. > > Changes in v2: > - Fix documentation subject prefix per Krzysztof Kozlowski > > Changes in v1: > - initial patch submission Hi Jay, Applied to the togreg branch of iio.git which I will shortly push out as testing to give the various automated build systems the opportunity to see if they can find anything we missed. Welcome to IIO btw. Thanks, Jonathan > > Jay Greco (2): > iio: imu: inv_icm42600: Add support for icm42631 > dt-bindings: iio: imu: Add inv_icm42600 documentation > > .../devicetree/bindings/iio/imu/invensense,icm42600.yaml | 1 + > drivers/iio/imu/inv_icm42600/inv_icm42600.h | 2 ++ > drivers/iio/imu/inv_icm42600/inv_icm42600_core.c | 5 +++++ > drivers/iio/imu/inv_icm42600/inv_icm42600_i2c.c | 3 +++ > drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c | 3 +++ > 5 files changed, 14 insertions(+) > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-12 17:31 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-11-10 19:29 [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 Jay Greco 2022-11-10 19:29 ` [PATCH v2 2/2] dt-bindings: iio: imu: Add inv_icm42600 documentation Jay Greco 2022-11-10 19:48 ` Jean-Baptiste Maneyrol 2022-11-11 14:58 ` Krzysztof Kozlowski 2022-11-12 17:44 ` [PATCH v2 0/2] iio: imu: inv_icm42600: Add support for icm42631 Jonathan Cameron
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).