From patchwork Wed Nov 20 08:33:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13880863 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 D292F15B547 for ; Wed, 20 Nov 2024 08:34:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732091651; cv=none; b=e3MIxRO/RQLZnexrKZRfPzwhQaV083CGTqRGmT0HhmhJwjn2Ey2v0O2ayEP33w4gAQXpdiXVCUaKmSCGN3swrL9rZABEmmsFS/w9lJ4kfR69BwAU4ujQCWQYHgO3/quZEasT0ZPPD8P9ovSo+ApZ7ayQmQTj1XRkL0AQdd+iSV0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732091651; c=relaxed/simple; bh=WuCP0M1dHStcIFRNKwqkyFgGsOO3Du2JbcI1QHtgN4E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=plA5JRKGayn5XDmkEZMpjaB5agPBB9nzwz4GeCPHAHNBVM/8T2GUxIfsGI3BFkY4VRtlhTaNp2qXMr4hYNnyD5YHgNQ9Yz1RZqhupvCbDmvcpR3vAYCi7MKLaWVSCeJ4ZQKR8ZnX8WVXjmrKvaM5oH9IhosxhwVZ/fR9Pedvmpo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=SzAG57bH; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="SzAG57bH" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=bSvA3Ft/1Xn2xU rvibm//aTPuGCDXkouCuQ6AQ+gaXI=; b=SzAG57bHtR3z9U/nr6KqxexFGuff+y GGYcRy54iDZMV5PT5LnlVDkvL2+W1IBgnUwYXHu7hkT6BNw0utOu0yXO++ocJX1+ DfVaJTn/lkfy1TP2T4Onf3HtFXvvfWT5TlTt1zNUnJGT33HdYJAsctQZVVjKJwBN ToQK68Pcm8WLychsLtA9J3AtHR24h3ts1kJVR2wM7U76f92WuYQJ5AZmz1TL0M/A ZOgYqpdGr/+XbMRwCyUDow3N6VxJeS7d1JGFoU/XbemJQsLMBove7l7CawUSkown fo0PPK94tZyLPog6J2f63ii0LUpYZQdZ7EJCb8L3kzA1LzG7FyNw/QoQ== Received: (qmail 832200 invoked from network); 20 Nov 2024 09:34:02 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 20 Nov 2024 09:34:02 +0100 X-UD-Smtp-Session: l3s3148p1@NN8UA1QnsLIgAwDPXxznANR4Jedc6XSv From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , =?utf-8?q?Carsten_Spie?= =?utf-8?q?=C3=9F?= , Geert Uytterhoeven , Guenter Roeck , Jean Delvare , Jonathan Corbet , linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org, Magnus Damm Subject: [PATCH 0/3] hwmon: (isl28022) doc fixes and minor code cleanup Date: Wed, 20 Nov 2024 09:33:49 +0100 Message-ID: <20241120083349.22226-5-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 When enabling this new driver (Thanks!) for one of our boards, I found some issues and came up with these patches. Let me know what you think. Wolfram Sang (3): hwmon: (isl28022) use proper path for DT bindings hwmon: (isl28022) document shunt voltage channel hwmon: (isl28022) apply coding style to module init/exit Documentation/hwmon/isl28022.rst | 3 ++- drivers/hwmon/isl28022.c | 9 +++------ 2 files changed, 5 insertions(+), 7 deletions(-)