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 580BCECAAD3 for ; Wed, 14 Sep 2022 14:40:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229601AbiINOkc (ORCPT ); Wed, 14 Sep 2022 10:40:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbiINOk2 (ORCPT ); Wed, 14 Sep 2022 10:40:28 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1BE650725; Wed, 14 Sep 2022 07:40:25 -0700 (PDT) Received: from [185.122.133.20] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oYTYt-0006db-9r; Wed, 14 Sep 2022 16:40:23 +0200 From: Heiko Stuebner To: Dmitry Torokhov Cc: Linus Walleij , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] Input: auo-pixcir-ts - drop support for platform data Date: Wed, 14 Sep 2022 16:40:22 +0200 Message-ID: <5602073.DvuYhMxLoT@phil> In-Reply-To: <20220914141428.2201784-1-dmitry.torokhov@gmail.com> References: <20220914141428.2201784-1-dmitry.torokhov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 14. September 2022, 16:14:24 CEST schrieb Dmitry Torokhov: > Currently there are no users of auo_pixcir_ts_platdata in the mainline, and > having it (with legacy gpio numbers) prevents us from converting the driver > to gpiod API, so let's drop it. > > If, in the future, someone wants to use this driver on non-device tree, > non-ACPI system, they should use static device properties instead of > platform data. > > Signed-off-by: Dmitry Torokhov Reviewed-by: Heiko Stuebner