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 9A9FAC433F5 for ; Fri, 26 Nov 2021 09:01:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359867AbhKZJEb (ORCPT ); Fri, 26 Nov 2021 04:04:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229770AbhKZJCa (ORCPT ); Fri, 26 Nov 2021 04:02:30 -0500 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55E70C06175C for ; Fri, 26 Nov 2021 00:58:45 -0800 (PST) Received: by mail-wm1-x330.google.com with SMTP id i12so7472397wmq.4 for ; Fri, 26 Nov 2021 00:58:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=QQKu0wLQ3EINDsuTavpRxlViDIpHjrTQmHq8drZuCdI=; b=u7jIKV2L2wXGjODZsOAFQWMCGnSRzMVTNQQ+bndoOGxpn6wWBwO772M7NUycbREbR5 URmWbgGS2vFdJG/0tBbyzB345/VkRfh6DOqYWGoaBlmThPVrhiu0eYtZTP3jDnrbbF6E 0gy3l8RTOodkgJ2IIy6LTCv0i+1N1T7yiomdt6hMesqZh783bBjklfRtEJf1tv3MURtC 6+lHG7oe5WutykCjz42ErRcbgQHTOiC0NI7+uWs8mQx2OCbQuynJydG15IOenUYjY2YV Bk2L52KFM5Pb4zNjbW/QrrBNBmwDpxBAWvqcZM0EJl4gwWa0VBY/PL9RclOUySLoh7iY flDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=QQKu0wLQ3EINDsuTavpRxlViDIpHjrTQmHq8drZuCdI=; b=FvWkYysI2wi7nmZMIA5QJZ1Cv/L8BXaMKFGuuPi6MqvZrEP9ppH3lOU2R8a3/RBXo1 1ExHjbkDMyYX7mlf+pAZcIOH31M2H/BRDekV5xxud0GVxvWgm1k3chbOd+qCMvixjmt3 nVtMtWOik1Kiq7gHtnwstHJEFn43lXAVpQxUwXRmwXeD7LGEgEx40beIDoP9HN0xFWWu 3i31GSj2s3aHJAxywTEmSqgzQwaUj0VwGENVkssfDwhLGbyeyRf3N9/x0HoAitOD4703 PiRcUWjPZ1vZ+3BN5BfSgetAN0JybtpYWKJumQuwFC5P95MsJ9bJElQwUCzWvjftX1OI ohMQ== X-Gm-Message-State: AOAM533vdrhxgtdmZR9dXREIhsq6A+L5gGY7Vojb/r0cgUzDfy3h3WHI p/BV+CO7tQuvFWPGLDdG0qv9PA== X-Google-Smtp-Source: ABdhPJya/B2tWSCntaoNhea0VFa4G0bliUrYZBQYaEX2DXzPttDS9V0EJpVncLRibpHiymKSUFSX7A== X-Received: by 2002:a05:600c:35d2:: with SMTP id r18mr14005223wmq.166.1637917123922; Fri, 26 Nov 2021 00:58:43 -0800 (PST) Received: from google.com ([2.31.167.18]) by smtp.gmail.com with ESMTPSA id z6sm7530235wmp.9.2021.11.26.00.58.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Nov 2021 00:58:43 -0800 (PST) Date: Fri, 26 Nov 2021 08:58:41 +0000 From: Lee Jones To: Dario Binacchi Cc: linux-kernel@vger.kernel.org, Sebastian Andrzej Siewior , linux-input@vger.kernel.org, Felipe Balbi , Zubair Lutfullah , Grygorii Strashko , Dmitry Torokhov , Dave Gerlach , "Andrew F . Davis" , Vignesh R , Wolfram Sang , Brad Griffis , Jeff Lance , Rachna Patil Subject: Re: [PATCH v2 4/4] mfd: ti_am335x_tscadc: drop the CNTRLREG_TSC_8WIRE macro Message-ID: References: <20211125224642.21011-1-dariobin@libero.it> <20211125224642.21011-5-dariobin@libero.it> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211125224642.21011-5-dariobin@libero.it> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 25 Nov 2021, Dario Binacchi wrote: > In TI's reference manual description for the `AFE_Pen_Ctrl' bit-field > of the TSC's CTRL register, there is no mention of 8-wire touchscreens. > Even commit f0933a60d190 ("mfd: ti_am335x_tscadc: Update logic in CTRL > register for 5-wire TS") says that the value of this bit-field must be > the same for 4-wire and 8-wire touchscreens. So let's remove the > CNTRLREG_TSC_8WIRE macro to avoid misunderstandings. > > Signed-off-by: Dario Binacchi > > --- > > Changes in v2: > - Replace CNTRLREG_8WIRE with CNTRLREG_TSC_8WIRE. In the meantime, the > file ti_am335x_tscadc.h has been modified, so the patch must be > updated. > > include/linux/mfd/ti_am335x_tscadc.h | 1 - > 1 file changed, 1 deletion(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog