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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A214C4321E for ; Tue, 14 Sep 2021 18:25:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6519061159 for ; Tue, 14 Sep 2021 18:25:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232103AbhINS0f convert rfc822-to-8bit (ORCPT ); Tue, 14 Sep 2021 14:26:35 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:59371 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232171AbhINS0e (ORCPT ); Tue, 14 Sep 2021 14:26:34 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 7A5A6E0006; Tue, 14 Sep 2021 18:25:10 +0000 (UTC) Date: Tue, 14 Sep 2021 20:25:09 +0200 From: Miquel Raynal To: Jonathan Cameron Cc: Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Dmitry Torokhov , Lee Jones , bcousson@baylibre.com, Tony Lindgren , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-omap@vger.kernel.org, Thomas Petazzoni , Vignesh Raghavendra , Lokesh Vutla , Tero Kristo , Ryan Barnett , Grygorii Strashko , Jason Reeder Subject: Re: [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support Message-ID: <20210914202509.0aeb303e@xps13> In-Reply-To: <20210905142324.3de19916@jic23-huawei> References: <20210902215144.507243-1-miquel.raynal@bootlin.com> <20210902215144.507243-35-miquel.raynal@bootlin.com> <20210905142324.3de19916@jic23-huawei> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi Jonathan, jic23@kernel.org wrote on Sun, 5 Sep 2021 14:23:24 +0100: > On Thu, 2 Sep 2021 23:51:32 +0200 > Miquel Raynal wrote: > > > Introduce a new compatible that has another set of driver data, > > targeting am437x SoCs with a magnetic reader instead of the > > touchscreen and a more featureful set of registers. > > > > Signed-off-by: Miquel Raynal > I'm being lazy and not datasheet diving but otherwise looks good. > The HZ unit patch is in mm, but Linus hasn't merged it yet. May well be > in whatever tree this goes into post merge window though. > I'll rebase the series and add the use of the HZ_PER_MHZ macro :) Thanks, Miquèl