From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.andi.de1.cc (mail.andi.de1.cc [178.238.236.174]) (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 3D7F719C569; Mon, 11 Nov 2024 19:25:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.238.236.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731353150; cv=none; b=At455HtQVY7OaO0uNhLKJ1p86TEWYVkNctm+Hj1ptK5P7HY2chFehmbIvPLr6Pd3mgwsnzb6ZkKHMb8Tz65esFxd4i/3JGe6miNgYfKloYqLQYV98iVETLQdl0L0fyBvUgE+6PtQW3XGswVvb4zHuNF5hfR2tsZJjSpNSQYCdjk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731353150; c=relaxed/simple; bh=4hfTcRkqjzCXY7GfYn9nK1+XoaX74nucfiPy5eaXx0k=; h=Date:From:To:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=q2yk0lyIQoyRcUto5xLEmmuasoWNDcSLefzJvJq4XinhbGudbJw3ob7ttxoV6KIvgLXgzjkYh4zzfC4aItEzRnxVbauG2SFZPNcOrO+nnWZg4m8bqdY/GkxrxehLSRtzlXXQhqKXU8MZYsGDFi3QOyYV+pt2oENECZ0DYG6GHss= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=kemnade.info; spf=pass smtp.mailfrom=kemnade.info; dkim=pass (2048-bit key) header.d=kemnade.info header.i=@kemnade.info header.b=8GHVwE+i; arc=none smtp.client-ip=178.238.236.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=kemnade.info Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kemnade.info Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="8GHVwE+i" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=References:In-Reply-To:From:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID; bh=DX6jH85JLHIjpQyLSljEPQCb5trtk1s72Pw9EqiaxN0=; b=8GHVwE+iNuM2UWavlGDqB3pSmQ Bp0Z2mjhbKk7vzx4FrTr0NKupvseqc1HA4tZ5NL1havfVdyLTVcDTzVZscHjcgFFSVCZDglrztpzy 7ABu2c4Vqm7DZrnWotzp69foPU/Pwt0+jsLQ2w55nGvthnJT0wNenR20yksdKW605PyKPLBBfxQ5G V+Wgwt+KBV6rzmlMkyydRtjbqu4jApzU9tKi7wPyTLJz0zqeYJVNWUUK06QjYeCdQWdxOQ4/gvE6z coFxOGP9UBMxWekYcqDTLAmAdYmraunigdNLbdyjiz7upmZHKPgq5XKqIDIJny0Exo4wr+PpiOxwl MahdF6Fg==; Date: Mon, 11 Nov 2024 20:25:43 +0100 From: Andreas Kemnade To: khilman@baylibre.com, devicetree@vger.kernel.org, Tony Lindgren , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , Andreas Kemnade , Conor Dooley , Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , linux-input@vger.kernel.org, Dmitry Torokhov , linux-omap@vger.kernel.org Subject: Re: [PATCH 1/2] Input: tsc2007 - accept standard properties Message-ID: <20241111202543.582e6a3a@akair> In-Reply-To: <20241014141240.92072-2-andreas@kemnade.info> References: <20241014141240.92072-1-andreas@kemnade.info> <20241014141240.92072-2-andreas@kemnade.info> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Am Mon, 14 Oct 2024 16:12:39 +0200 schrieb Andreas Kemnade : > Only some driver-specific properties were accepted, change it > to use the now-available standard properties which are > found in devicetrees containing this chip. > > Signed-off-by: Andreas Kemnade ping