From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A2F231FBEA1 for ; Mon, 2 Dec 2024 10:02:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733133754; cv=none; b=XxfuLBT1IQXYXL92HS/jlro+l9FX20OajAOOX1rJmGzN2TA0f1WY30hlVff0lr/Nq36n5aw8pYlCjeHY1WAio7PjCVvT33XjhrjU4ZphE8yLC6Htr55oCDAtG2L0p8Ox317afq6BbmStpihwxaQkf1xBofi/v8p9URrd05tM2uE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733133754; c=relaxed/simple; bh=JmOHdWVPZK+SYdxLHmJ+zkEBSL0B+i18Tm19vMQpGYw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rIOovBaquTUhsK5TBPbXLeD9bso8YwoKXJi6hH58G9MagO7HHfOoG+tqkMiryNfMhQzAIutYjLDWgbYIgnsHBwqCFz9inY9R8p5Ch9QQzm1twrLaYUNV88mEqKux8NkUV7HmjgMx1E9NbAAATFgx2FK/KtQ2oVRPgvCvgypgRYQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tI3Fy-0002ba-LY; Mon, 02 Dec 2024 11:02:18 +0100 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tI3Fw-001HKF-23; Mon, 02 Dec 2024 11:02:17 +0100 Received: from mfe by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tI3Fx-00AXiw-0w; Mon, 02 Dec 2024 11:02:17 +0100 Date: Mon, 2 Dec 2024 11:02:17 +0100 From: Marco Felsch To: Greg Kroah-Hartman Cc: Luis Chamberlain , Russ Weight , "Rafael J. Wysocki" , Andrew Morton , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Dmitry Torokhov , Kamel Bouhara , Marco Felsch , Henrik Rydberg , Danilo Krummrich , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH 5/5] Input: Add TouchNetix aXiom I2C Touchscreen support Message-ID: <20241202100217.v7znemsurtgpgdf3@pengutronix.de> References: <20241119-v6-10-topic-touchscreen-axiom-v1-0-6124925b9718@pengutronix.de> <20241119-v6-10-topic-touchscreen-axiom-v1-5-6124925b9718@pengutronix.de> <20241202094434.b7ozyfazbfgjv5ks@pengutronix.de> <2024120248-barbed-dwarf-fa73@gregkh> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2024120248-barbed-dwarf-fa73@gregkh> X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: mfe@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org On 24-12-02, Greg Kroah-Hartman wrote: > On Mon, Dec 02, 2024 at 10:44:34AM +0100, Marco Felsch wrote: > > Hi, > > > > gentle ping after the rc1 tag was released :) > > > Where is the Documentation/ABI/ entries for your custom sysfs files this > driver is creating? That's required, right? Good point! I forgot them :/ I will add them in my v2, thank you. Now the last feedback I'm waiting for is the one for the actual driver :) Regards, Marco > > thanks, > > greg k-h >