Message ID | 20240428060653.2425296-1-frank@crawford.emu.id.au (mailing list archive) |
---|---|
Headers | show
Received: from bits.crawford.emu.id.au (bits.crawford.emu.id.au [116.255.43.97]) (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 C58763C38 for <linux-hwmon@vger.kernel.org>; Sun, 28 Apr 2024 06:07:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.255.43.97 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714284447; cv=none; b=U2POmGX0XRPLGc1u6kGE/hqc9dX8igPoHT4nbQU8asylEFtsiiQ8o5s7rwgCSSVe9ZVrIEmEIvVkG2C69XeZp26t5Dc/QCzw+F1Rkid+JXionzufZPGTNK1vxBkIe/0Hz+Ey69aXMsvbZaqTrLweNfWiw7iIcG/2fvW0YEzSq5E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714284447; c=relaxed/simple; bh=VDNcYXFsa1PJfLY9jW0o3ikphR59TpS69PdRBelYnd8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=aYZYZZHPa/gxF6sNITyybu5lBKqUPjHHC3fY9G/ayxpp14TnSClJVboAKWfE3odugzQMgbBwnQrCfU+56Bc69usrQrMh9Un0in5PNKGqwoWGVASbSc5F/vyYrklK2APBLPxapzURIuzfxuclJ8AQmjLaLs1PZHq/cYSBwTNzcrQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=crawford.emu.id.au; spf=pass smtp.mailfrom=crawford.emu.id.au; dkim=pass (2048-bit key) header.d=crawford.emu.id.au header.i=@crawford.emu.id.au header.b=R69P2i7/; arc=none smtp.client-ip=116.255.43.97 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=crawford.emu.id.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=crawford.emu.id.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=crawford.emu.id.au header.i=@crawford.emu.id.au header.b="R69P2i7/" Received: from agc.crawford.emu.id.au (agc.crawford.emu.id.au [IPv6:fdd2:7aad:d478:1:0:0:cb10:cc07]) (authenticated bits=0) by bits.crawford.emu.id.au (8.17.2/8.17.2) with ESMTPSA id 43S66tns3524336 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 28 Apr 2024 16:07:04 +1000 Authentication-Results: bits.crawford.emu.id.au; arc=none smtp.remote-ip=fdd2:7aad:d478:1::cb10:cc07 DKIM-Filter: OpenDKIM Filter v2.11.0 bits.crawford.emu.id.au 43S66tns3524336 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crawford.emu.id.au; s=s1; t=1714284425; bh=U/ekxJDaAh7rWWmyDlqch6OsY6V0JlYlMab3c/X6lBo=; h=From:To:Cc:Subject:Date:From; b=R69P2i7/ryHVaqeeKPAOELLSiw84vpFw//c1dVWxfHpYuwlarMa7DG2FXJD7EoqgB 0wQVWZFyOYEqqjEK2jJuoPAc63gilLlQdTPK/MHHLuHq8UoV1/q8E9Kiw5wliNp4r0 cqLYcftBAA/Ar4mvh12WWl+a4FXKuyHAvxTmXhhiLtu3kcRXkMKgaexDgO6rMhPq8h ZUYO2rRetaIyw+hecJE2wd2CSBGs+Jgc694NZAYG677CUnsR7aGtFx7fx1614Obk7j spiUg6D4q3I3VOIxH3FF5VtZQ2CSTcmreUHFN87sDVgkZhen+wVTyyLaOL0MqguubY OD9hQVJ64NQ7w== From: Frank Crawford <frank@crawford.emu.id.au> To: Jean Delvare <jdelvare@suse.com>, Guenter Roeck <linux@roeck-us.net> Cc: linux-hwmon@vger.kernel.org, Frank Crawford <frank@crawford.emu.id.au> Subject: [PATCH v3 0/4] hwmon (it87): Correct handling for configuration mode Date: Sun, 28 Apr 2024 16:06:32 +1000 Message-ID: <20240428060653.2425296-1-frank@crawford.emu.id.au> X-Mailer: git-send-email 2.44.0 Precedence: bulk X-Mailing-List: linux-hwmon@vger.kernel.org List-Id: <linux-hwmon.vger.kernel.org> List-Subscribe: <mailto:linux-hwmon+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-hwmon+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.4 (bits.crawford.emu.id.au [IPv6:fdd2:7aad:d478:1:0:0:cb10:cc01]); Sun, 28 Apr 2024 16:07:05 +1000 (AEST) X-Virus-Scanned: clamav-milter 1.0.5 at bits.crawford.emu.id.au X-Virus-Status: Clean |
Series |
hwmon (it87): Correct handling for configuration mode
|
expand
|