From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4556FE7737D for ; Sat, 30 Sep 2023 17:33:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234682AbjI3RdJ (ORCPT ); Sat, 30 Sep 2023 13:33:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233050AbjI3RdI (ORCPT ); Sat, 30 Sep 2023 13:33:08 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC8D89F; Sat, 30 Sep 2023 10:33:06 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 68BC6C433C7; Sat, 30 Sep 2023 17:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696095186; bh=wfe2jZDfRl3xOtOaf/KeGCUyo4RmUvmbixP/hqEpGHk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HBvyHVEQ6nHs0YSsMfCuYnDqp1A4CSmRIYN/HudBTZbbfIDR515k4pNotLi2gnFxl 4vGrhn9paUQ6qjAU/OxRHl3TrtV60MAeg3a+8hqfIJ5VaNqQLiNuk1VrZZIbQiqgso X4Gy/trGhiKySx02sdfU4jWpwJ86pJjaAK82DPyvImWvz/ZikuBhTRXEOJaC0ow1ow Z6fdUJjX7sMItjxdeyn2VVRZfvoZRonkwRwrSkiJQ+rKQfH/TrIplxsRjU3WvkxCtX AXHAoSHnwFvaqJT2DUWbb9s8BR7bAS8KN79wTnlqOm+Fd+U1UYZbxUGI3A7e0LkXuD 5zUfWztelAkVA== Date: Sat, 30 Sep 2023 18:33:05 +0100 From: Jonathan Cameron To: Matti Vaittinen Cc: Matti Vaittinen , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Mehdi Djait , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] Support ROHM KX132ACR-LBZ Accelerometer Message-ID: <20230930183305.51622a49@jic23-huawei> In-Reply-To: References: X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Sep 2023 11:45:00 +0300 Matti Vaittinen wrote: > The ROHM KX132ACR-LBZ is an accelerometer for industrial applications. > It has a subset of KX022A (NOTE: Not KX132-1211) functionalities, dropping > support for tap, free fall and tilt detection engines. Also, the register > interface is an exact subset of what is found on KX022A (except the > WHO_AM_I register value). > > This series adds own DT compatible for the KX132ACR-LBZ and also own > chip-info in driver to allow handling the different 'WHO_AM_I' value. > The separation of the Kionix KX022A and ROHM KX132ACR-LBZ does also > allow adding support for the KX022A tilt/free fall/tap engines which are > not present on KX132ACR-LBZ. > > Revision history: > v1 => v2: > - Add KX132ACR-LBZ into list of the supported ICs in Kconfig Series applied to the togreg branch of iio.git and pushed out as testing. Thanks, Jonathan > > Matti Vaittinen (2): > dt-bindings: iio: Add KX132ACR-LBZ accelerometer > iio: kx022a: Support ROHM KX132ACR-LBZ > > .../bindings/iio/accel/kionix,kx022a.yaml | 10 +++--- > drivers/iio/accel/Kconfig | 4 +-- > drivers/iio/accel/kionix-kx022a-i2c.c | 4 ++- > drivers/iio/accel/kionix-kx022a-spi.c | 4 ++- > drivers/iio/accel/kionix-kx022a.c | 34 ++++++++++++++++++- > drivers/iio/accel/kionix-kx022a.h | 2 ++ > 6 files changed, 49 insertions(+), 9 deletions(-) > > > base-commit: 5e99f692d4e32e3250ab18d511894ca797407aec