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 E2C0FC38A2D for ; Mon, 24 Oct 2022 14:40:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232658AbiJXOkO (ORCPT ); Mon, 24 Oct 2022 10:40:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237092AbiJXOj5 (ORCPT ); Mon, 24 Oct 2022 10:39:57 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 185BEE8C69; Mon, 24 Oct 2022 06:16:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666617398; x=1698153398; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=i00GfMBGo+8nKhE87k5JlumL05fovx1i9hoEI/ba9LM=; b=h19U4VU+yumsETNbhBJUvGGL+FZq2WHdUyRw49qcJOP5mOlfKLA5axlT YvQMxvxl3VS3jNRNifk6c6dDuCnldpkXiAhk7+kKwqSgRrBfB8G+6xI9U fnP3PJa+8J0LrLuOyvITMCD4CmjpX9rLSAfmN2I0GlnZZvAELY8K2eCZF jasQ+Odv+xueH/O658C5wnPhxC/lwpsfWSUpCBvK4EC9VAL+WMgcMZqWh 9knrtZgAtDAMx3ML2kMl/Ay+TtdmxQs7i0V5WFmniGr9Q64QlrKiCLGDb d49CvED1zlsW5fF9ye29IW8J00wyE7MAzeuyf0sVMq1QB+Dee1n12N/9B g==; X-IronPort-AV: E=McAfee;i="6500,9779,10509"; a="309094377" X-IronPort-AV: E=Sophos;i="5.95,209,1661842800"; d="scan'208";a="309094377" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2022 05:55:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10509"; a="664529813" X-IronPort-AV: E=Sophos;i="5.95,209,1661842800"; d="scan'208";a="664529813" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP; 24 Oct 2022 05:54:58 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1omwym-001RiT-2D; Mon, 24 Oct 2022 15:54:56 +0300 Date: Mon, 24 Oct 2022 15:54:56 +0300 From: Andy Shevchenko To: Matti Vaittinen Cc: Matti Vaittinen , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Dmitry Rokosov , Nikita Yushchenko , Cosmin Tanislav , Jagath Jog J , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 2/3] iio: accel: Support Kionix/ROHM KX022A accelerometer Message-ID: References: <758b00d6aea0a6431a5a3a78d557d449c113b21e.1666614295.git.mazziesaccount@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <758b00d6aea0a6431a5a3a78d557d449c113b21e.1666614295.git.mazziesaccount@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Oct 24, 2022 at 03:40:29PM +0300, Matti Vaittinen wrote: > KX022A is a 3-axis accelerometer from ROHM/Kionix. The sensor features > include variable ODRs, I2C and SPI control, FIFO/LIFO with watermark IRQ, > tap/motion detection, wake-up & back-to-sleep events, four acceleration > ranges (2, 4, 8 and 16g), and probably some other cool features. > > Add support for the basic accelerometer features such as getting the > acceleration data via IIO. (raw reads, triggered buffer [data-ready] or > using the WMI IRQ). > > Important things to be added include the double-tap, motion > detection and wake-up as well as the runtime power management. I think I gave you my tag, no? -- With Best Regards, Andy Shevchenko