Message ID | 20250417175310.3552671-1-lkml@antheas.dev |
---|---|
Headers | show
Received: from linux1587.grserver.gr (linux1587.grserver.gr [185.138.42.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 383342561B3; Thu, 17 Apr 2025 17:53:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.138.42.100 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744912411; cv=none; b=EDwyPFPFlv8JbiIAXeioNSJomVBJW4mg7Bd4vOrqZvGxWBxx3fWIW+L1p42xVxQX6ZhF2ft50y8Qyyypwwyzmr7oafIWJCgcnxHLJsyD62Kz0hFH5uUhhRnI/uClJvGWnX0q8bQWi/WyNOXoaCdk12uzSKLVmAwbuAurFtQgNkk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744912411; c=relaxed/simple; bh=pCVqQAYpCVhJ9wCywF07NW7d/d4nUha3lxeyYF/oaJU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=JvW2md9ajrh3foHcJigBB0Xe8uKnZY9Qll5zt9sG+88q/oKJ9FBNlIbNtg0MynAThMYAwmeYbcsOdKz1+4sHwk+SmlzZ1Vz+wv3I6/8KADX0c7fZy+9kFxRz757K9ZkS8403gnqCLTKxstsoGB9AW3Ph7Yvikef9AEKlNrp/T0o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=antheas.dev; spf=pass smtp.mailfrom=antheas.dev; dkim=pass (1024-bit key) header.d=antheas.dev header.i=@antheas.dev header.b=varjrbVA; arc=none smtp.client-ip=185.138.42.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=antheas.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=antheas.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=antheas.dev header.i=@antheas.dev header.b="varjrbVA" Received: from localhost.localdomain (unknown [IPv6:2a05:f6c2:511b:0:cbc0:999f:73ad:33bd]) by linux1587.grserver.gr (Postfix) with ESMTPSA id 2767D2E081B2; Thu, 17 Apr 2025 20:53:16 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antheas.dev; s=default; t=1744912398; bh=ou5+D4xBER3uZ7V2MSrInn3i2yL3RLmePJoaKMwXTN4=; h=From:To:Subject; b=varjrbVAnnB0SNmVqGevnTzm845+fmYf68Q8KafLS2QZTYTeA/vvmVvwihLLgtsTP 3RndL1yNtxK0vXWJ1XWzQrnny+K3MhO3QurAzj94g3oGyUhF/a/hsmS6KELSkAEAwE CGuqrQMbWyj2t+qV/NzfFPEPOwLPG4op/7Xo+RBY= Authentication-Results: linux1587.grserver.gr; spf=pass (sender IP is 2a05:f6c2:511b:0:cbc0:999f:73ad:33bd) smtp.mailfrom=lkml@antheas.dev smtp.helo=localhost.localdomain Received-SPF: pass (linux1587.grserver.gr: connection is authenticated) From: Antheas Kapenekakis <lkml@antheas.dev> To: platform-driver-x86@vger.kernel.org Cc: linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org, linux-pm@vger.kernel.org, Guenter Roeck <linux@roeck-us.net>, Jean Delvare <jdelvare@suse.com>, Jonathan Corbet <corbet@lwn.net>, Joaquin Ignacio Aramendia <samsagax@gmail.com>, Derek J Clark <derekjohn.clark@gmail.com>, Kevin Greenberg <kdgreenberg234@protonmail.com>, Joshua Tam <csinaction@pm.me>, Parth Menon <parthasarathymenon@gmail.com>, Eileen <eileen@one-netbook.com>, linux-kernel@vger.kernel.org, sre@kernel.org, linux@weissschuh.net, ilpo.jarvinen@linux.intel.com, hdegoede@redhat.com, mario.limonciello@amd.com, Antheas Kapenekakis <lkml@antheas.dev> Subject: [PATCH v9 00/15] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86 Date: Thu, 17 Apr 2025 19:52:55 +0200 Message-ID: <20250417175310.3552671-1-lkml@antheas.dev> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: <linux-pm.vger.kernel.org> List-Subscribe: <mailto:linux-pm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pm+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-PPP-Message-ID: <174491239800.24547.816808875078412525@linux1587.grserver.gr> X-PPP-Vhost: antheas.dev X-Virus-Scanned: clamav-milter 0.103.11 at linux1587.grserver.gr X-Virus-Status: Clean |
Series |
hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
|
expand
|