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 4D901C433F5 for ; Fri, 7 Oct 2022 07:04:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229602AbiJGHE3 convert rfc822-to-8bit (ORCPT ); Fri, 7 Oct 2022 03:04:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbiJGHE2 (ORCPT ); Fri, 7 Oct 2022 03:04:28 -0400 Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EB481AF24; Fri, 7 Oct 2022 00:04:27 -0700 (PDT) Received: from omf05.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay06.hostedemail.com (Postfix) with ESMTP id 2D8FAABA2D; Fri, 7 Oct 2022 07:04:25 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf05.hostedemail.com (Postfix) with ESMTPA id 99AB82000D; Fri, 7 Oct 2022 07:04:01 +0000 (UTC) Message-ID: Subject: Re: [RFC PATCH v2 4/5] iio: accel: Support Kionix/ROHM KX022A accelerometer From: Joe Perches To: Andy Shevchenko , Matti Vaittinen Cc: Matti Vaittinen , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Jagath Jog J , Nikita Yushchenko , Cosmin Tanislav , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 07 Oct 2022 00:04:20 -0700 In-Reply-To: References: <88e24b01da9f44ebf5fcd8344ded0b75ff742fbf.1665066397.git.mazziesaccount@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.44.4 (3.44.4-2.fc36) MIME-Version: 1.0 X-Rspamd-Server: rspamout08 X-Rspamd-Queue-Id: 99AB82000D X-Stat-Signature: c1jiphiuugrgpshknkept1gm8aheyjnx X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18zpQ10rQZNQA3E4z97aM0AIla/lSnoV1Q= X-HE-Tag: 1665126241-288885 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 2022-10-06 at 21:32 +0300, Andy Shevchenko wrote: > On Thu, Oct 06, 2022 at 05:38:14PM +0300, Matti Vaittinen wrote: > > KX022A is a 3-axis accelerometer from ROHM/Kionix. The senosr 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. [] > > +/* > > + * Threshold for deciding our HW fifo is unrecoverably corrupt and should be > > + * cleared > > Multi-line comments have to follow English grammar and punctuation, > i.e. trailing period. I disagree. I think that would be a silly rule to enforce.