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 0E42FEB64DC for ; Thu, 20 Jul 2023 11:20:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230427AbjGTLUE (ORCPT ); Thu, 20 Jul 2023 07:20:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229804AbjGTLUC (ORCPT ); Thu, 20 Jul 2023 07:20:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84CF9123; Thu, 20 Jul 2023 04:20:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 12E3161A35; Thu, 20 Jul 2023 11:20:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 258A6C433C9; Thu, 20 Jul 2023 11:19:59 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="j33a19lI" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1689851996; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bcIYInu7A8RRI76RRA4HzZStywPsn3yPNSRuU259k1s=; b=j33a19lIW8dmudB8/yos7Awz0mDxKB/9/C74EhjaZg4guqXJeAdPlJQrlOXTHEiokrP3xx kOYD3+p4wZqiGfiuQc1+CYrElTfAPH0ATehT+s6FGRFbHSkitcmszlvciEUItAlOJ3V1Py SIT4sInhksw57Ozx4OUlp9dBq55IZ74= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 03c522f9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 20 Jul 2023 11:19:54 +0000 (UTC) Date: Thu, 20 Jul 2023 13:19:52 +0200 From: "Jason A. Donenfeld" To: Krzysztof Kozlowski Cc: Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Schiffer , Vincent Huang , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: input: convert syna,rmi4 to DT schema Message-ID: References: <20230720110008.133359-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230720110008.133359-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 20, 2023 at 01:00:08PM +0200, Krzysztof Kozlowski wrote: > Convert the bindings for Synaptics RMI4 bus and devices to DT schema. > Changes during conversion: > 1. Add reset-gpios already used in DTS and mentioned by RMI4 > specification. > 2. Do not require address/size cells, because without functions > (children) they aren't really needed. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Jason, Matthias, Vincent, > I put your names as maintainers, because moderately recently you were > changing the driver. Let me know if this is okay or you prefer not to > maintain the hardware. I'm more of the occasional "why doesn't my new Thinkpad work?" sort of drive-by RMI4-er, rather than an actual maintainer. I don't know a lot about the protocol beyond what it takes to drag a laptop into behaving right. So maybe best to leave me off the list. Jason