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=unavailable 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 64A92C4332F for ; Thu, 2 Sep 2021 18:32:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4651A6102A for ; Thu, 2 Sep 2021 18:32:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346952AbhIBSdD convert rfc822-to-8bit (ORCPT ); Thu, 2 Sep 2021 14:33:03 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:53079 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230322AbhIBSdC (ORCPT ); Thu, 2 Sep 2021 14:33:02 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 236B660004; Thu, 2 Sep 2021 18:32:00 +0000 (UTC) Date: Thu, 2 Sep 2021 20:31:59 +0200 From: Miquel Raynal To: Jonathan Cameron Cc: Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Lee Jones , bcousson@baylibre.com, Tony Lindgren , Tero Kristo , Michael Turquette , Stephen Boyd , Thomas Petazzoni , "Ryan J . Barnett" , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, Jason Reeder Subject: Re: [PATCH 28/40] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support Message-ID: <20210902203159.60e3175d@xps13> In-Reply-To: <20210830151010.7dcb1be3@jic23-huawei> References: <20210825152518.379386-1-miquel.raynal@bootlin.com> <20210825152518.379386-29-miquel.raynal@bootlin.com> <20210830151010.7dcb1be3@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, Jonathan Cameron wrote on Mon, 30 Aug 2021 15:10:10 +0100: > On Wed, 25 Aug 2021 17:25:06 +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. > > > > Co-developed-by: Jason Reeder > > Signed-off-by: Miquel Raynal > > Signed-off-by: Jason Reeder > There is one bit in here that I think should have been back in patch 16 but > maybe I'm missing something. Good catch, indeed I should have wired the compatible with the driver data since patch 16. I will fix this. Thanks, Miquèl