From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 2D304404BF9 for ; Fri, 11 Sep 2026 07:24:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789111444; cv=none; b=HlIRG53wypGf0s4DUOLaonRqV7DXdfBySd84FHkkimmLte82j/6mq5hY3Fr/+8P4dozXXE7uq6TzuRoUiEiNbwlqebMj3Ywi5K3aSAC2biLXGiH1rXOcidTLK1+rWwxXFB9ta6TDCOcowWFtoTs8lFg0/kCT8MSOTTNXCxepQQA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789111444; c=relaxed/simple; bh=97rokHBydKwgMYL9TVYoZSPryrlhnJmyGUYNWTJtAXY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ZNnm9Ui58QvptmjpuHoT5j0p4oGXnj1iMKi0YQT5yAVST3DBQvBHTRwRXepQ7J92cEavpmb2dWYzDkZCbChT+hvkws8ZRZJ8JU+3Z1d8bCslR6LnZk1Gs0HVLwnXnlVufaWb+UUuFDtuY7O+R473IBBG+P/sTXy4CdgfrubSdPU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=GQKUTxvv; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="GQKUTxvv" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 359DF1A0185; Fri, 11 Sep 2026 07:23:58 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 0885E601DE; Fri, 11 Sep 2026 07:23:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id DBCD511C78B21; Fri, 11 Sep 2026 09:23:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1789111437; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=TR1eFufT2tIBYHUvOprSBJScR9z2MQq4zCCp7IpiXkQ=; b=GQKUTxvv7DhYfYW5wkbgVPeO8+B7XTbvqJOZEgiXqA56lvrXy+iwUbQ3GU0sMHWHS+cntx dtgubciDeym8tjUhqyCIYKfsJbtsurBeak+hoOS6CthofjG7JD0vNH44hyg7yAU25lvRtk 5xws+Ca4ahD5SBv17qhBEYr7QDAYVnk/gL/egg91CM1Ct/wJzDm/FmgWf7QLc6blJdVL5q B8kNzr68jqJQEVlwuTX6Cl4+Q8rtJzXSDOSraRg8RiBqrTBVJKNu3cqnk9sRkt1bvpW5PA yM16DG1Rv9mmrr/NsTbeRutk8ck8fstGEHkVOT7XNl8GonEGk/rHa1VuuRmZZw== Message-ID: <21dbb615-25c0-457e-821d-6cfd6945a3c5@bootlin.com> Date: Fri, 11 Sep 2026 09:23:52 +0200 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/2] hwmon: (cgbc-hwmon): Fix current sensors ID lookup To: Guenter Roeck Cc: Jonathan Corbet , Shuah Khan , Randy Dunlap , Thomas Petazzoni , Werner Gartner , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, stable@kernel.org References: <20260910-cgbc-hwmon-fix-and-new-sensors-v1-0-ef13ae2fa147@bootlin.com> <20260910-cgbc-hwmon-fix-and-new-sensors-v1-1-ef13ae2fa147@bootlin.com> Content-Language: en-US From: Thomas Richard In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 On 9/11/26 2:58 AM, Guenter Roeck wrote: > On Thu, Sep 10, 2026 at 03:28:21PM +0200, Thomas Richard (congatec GmbH) wrote: >> Current sensors on the Congatec Board Controller don't use consecutive IDs, >> unlike other sensor types (voltage, temperature, fan). The driver assumed >> consecutive IDs and performed a simple lookup, which caused an unknown >> sensor warning. Define current sensor IDs explicitly. >> >> Changes the warning on conga-SA7 (type and channel are correct now). >> Before: >> Board Controller returned an unknown sensor (type=2, channel=17), ignore it >> After: >> Board Controller returned an unknown sensor (bc_type=1, bc_id=11), ignore it >> >> Cc: stable@kernel.org >> Fixes: 08ebc9def79f ("hwmon: Add Congatec Board Controller monitoring driver") >> Signed-off-by: Thomas Richard (congatec GmbH) > > Applied. > You pointed me that Sashiko reported a missing cgbc_hwmon_info array but you applied the patch. Should I send a v2 or an other patch to fix it? Best Regards, Thomas