Linux Hardware Monitor development
 help / color / mirror / Atom feed
From: Javier Carrasco <javier.carrasco.cruz@gmail.com>
To: Jean Delvare <jdelvare@suse.com>, Guenter Roeck <linux@roeck-us.net>
Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
	 Javier Carrasco <javier.carrasco.cruz@gmail.com>
Subject: [PATCH 0/4] hwmon: add missing REGMAP_I2C dependencies
Date: Wed, 02 Oct 2024 03:08:07 +0200	[thread overview]
Message-ID: <20241002-hwmon-select-regmap-v1-0-548d03268934@gmail.com> (raw)

The kernel test bot recently noticed a missing dependency on REGMAP_I2C
for tmp513, and I have noticed that there are multiple Kconfig entries
where that is missing too. First I checked mc34vr500 because I was
working on it, and I sent a single patch to fix the missing dependency.
But then I have found the same issue in some other entries, and this
series attemps to fix them all.

It might be worth mentioning that multiple sensors are part of a larger
MFD, and the dependency error is not reported by the compiler in those
cases (REGMAP must be selected indirectly in those cases). I left them
untouched.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
Javier Carrasco (4):
      hwmon: (adm9240) Add missing dependency on REGMAP_I2C
      hwmon: (adt7470) Add missing dependency on REGMAP_I2C
      hwmon: (ltc2991) Add missing dependency on REGMAP_I2C
      hwmon: (max1668) Add missing dependency on REGMAP_I2C

 drivers/hwmon/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)
---
base-commit: 77df9e4bb2224d8ffbddec04c333a9d7965dad6c
change-id: 20241002-hwmon-select-regmap-2048ef1d2463

Best regards,
-- 
Javier Carrasco <javier.carrasco.cruz@gmail.com>


             reply	other threads:[~2024-10-02  1:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02  1:08 Javier Carrasco [this message]
2024-10-02  1:08 ` [PATCH 1/4] hwmon: (adm9240) Add missing dependency on REGMAP_I2C Javier Carrasco
2024-10-02 13:55   ` Guenter Roeck
2024-10-02  1:08 ` [PATCH 2/4] hwmon: (adt7470) " Javier Carrasco
2024-10-02 13:56   ` Guenter Roeck
2024-10-02  1:08 ` [PATCH 3/4] hwmon: (ltc2991) " Javier Carrasco
2024-10-02 13:56   ` Guenter Roeck
2024-10-02  1:08 ` [PATCH 4/4] hwmon: (max1668) " Javier Carrasco
2024-10-02 13:57   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241002-hwmon-select-regmap-v1-0-548d03268934@gmail.com \
    --to=javier.carrasco.cruz@gmail.com \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox