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 5CF0FC61DA4 for ; Fri, 24 Feb 2023 11:10:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230303AbjBXLKJ (ORCPT ); Fri, 24 Feb 2023 06:10:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230341AbjBXLJo (ORCPT ); Fri, 24 Feb 2023 06:09:44 -0500 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E125830EB; Fri, 24 Feb 2023 03:08:54 -0800 (PST) Received: by mail-ed1-x534.google.com with SMTP id h16so53535290edz.10; Fri, 24 Feb 2023 03:08:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=WNMaV7WgelnPDajGIIjEuoHp/ErryWU67TwpipK+OSM=; b=oDuL7Ue9xH8ZoBiA5tN3w6IubU7+wQ4QnW4617I0HaxulfV2N13io+A6bRzXhBEZQl 7mMO+lp7ZppdXTw50/Q54r4ccPFfdiGB+2HZpfJpwEWLjxAZ8CGUpcE3A3Xp6/rONF/4 gfRhGvKefnWeRtZBQxLqnasfk4Q3rZaAPq6v2FnBfJnSuP0RGmiPr9p59TIZwaNEmS4L mf1JevvOczqi1Wxf7MnTqMyWF0zhXuixPw8FQxbpfxdMFEtX22SDYjYjrJxkZjT7bPFP MtSZwWxdC0V0idELKfYRFexjad3um+WfUdbyRBFHI0hxat1jwBlg2EG3lMBm+XP6mUeD bPXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=WNMaV7WgelnPDajGIIjEuoHp/ErryWU67TwpipK+OSM=; b=CffK6SUN5OYR9IaQSJR0tLSCAlvVhwYU3f0Yrbi7qA54XCNADMf3k7AV19b/jpAliA +EFMrqbU+aXhM+UczJ5mDnEV0fhv5LuTO7ePa8uB9TpXRnGHUpMWLEJnWlMDCsqR4QuP bhzIH2WJGfJ3N0Zz77UfTD5i2dlxUZdoXOJMysiMZz7h7REbKIS/JBPHjVBfEVCov7hF CmdXsT0K86C/DqDSxrbClnjh781ZW1twu8fEY5AVQjvLYpUD9cxWAR5xa1+4XPbPt/HB YwjE9DvnZUn0qOyksUj4DXwGlfAFmsTrcLbF5Mt7sb2Hs6eDVoPQ3OoUZCm/Hp6rIUqr BfKA== X-Gm-Message-State: AO0yUKXywtL1PeGBb+7mqMF57AwY6w3Dxb+boKqSshKxLt1nLp5jLh7O t3671lNRKsElpMIe5CqalZ4gSXNPCkiVx88iDjk= X-Google-Smtp-Source: AK7set/mimyM80YxsFoZxkhOgklb1+pkk/5rW4IWn20z4RKP/YfJqx8WEPI4Y56SKGrPc7yIrLZhMgLzLSVoksJ3Of4= X-Received: by 2002:a50:8a92:0:b0:4ae:e606:432f with SMTP id j18-20020a508a92000000b004aee606432fmr8210069edj.0.1677236933400; Fri, 24 Feb 2023 03:08:53 -0800 (PST) MIME-Version: 1.0 References: <20230223-z2-for-ml-v1-0-028f2b85dc15@gmail.com> <20230223-z2-for-ml-v1-1-028f2b85dc15@gmail.com> In-Reply-To: From: Sasha Finkelstein Date: Fri, 24 Feb 2023 12:08:42 +0100 Message-ID: Subject: Re: [PATCH RFC 1/4] dt-bindings: input: touchscreen: Add Z2 controller bindings. To: Sven Peter Cc: Hector Martin , Alyssa Rosenzweig , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , - , Henrik Rydberg , linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Feb 2023 at 12:04, Sven Peter wrote: > Now that I thought about this again after the brief discussion we already had: > Do we even need to specify the device name? Is there any reason we can't just > always use something like "Apple Z2 TouchBar"? A similar protocol is used for primary touchscreen on idevices, which need different userspace handling. This is to make the driver potentially useful for people who run linux on checkra1n-able devices.