All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Jean Delvare <jdelvare@suse.com>, Guenter Roeck <linux@roeck-us.net>
Cc: linux-hwmon@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Peter Rosin <peda@axentia.se>,
	Chris Lesiak <chris.lesiak@licor.com>
Subject: [PATCH 0/4] hwmon: (ntc_thermistor) Drop platform data
Date: Thu, 25 Nov 2021 03:08:37 +0100	[thread overview]
Message-ID: <20211125020841.3616359-1-linus.walleij@linaro.org> (raw)

Since this driver was merged in 2011 nothing in the kernel
has ever used the platform data intended for boardfiles.

Drop this support burden: everyone and their dog is using
this with OF and IIO now.

If there are out-of-tree users who need this, this is the
time to start submitting that platform upstream and stop
working in the shadows. (This will invariably involve having
to convert the platform to OF (or ACPI!).)

Linus Walleij (4):
  hwmon: (ntc_thermistor) Merge platform data into driver
  hwmon: (ntc_thermistor) Drop get_ohm()
  hwmon: (ntc_thermistor) Drop read_uv() depend on OF and IIO
  hwmon: (ntc_thermistor) Merge platform data

Cc: Peter Rosin <peda@axentia.se>
Cc: Chris Lesiak <chris.lesiak@licor.com>

 drivers/hwmon/Kconfig                        |   5 +-
 drivers/hwmon/ntc_thermistor.c               | 148 ++++++++-----------
 include/linux/platform_data/ntc_thermistor.h |  50 -------
 3 files changed, 66 insertions(+), 137 deletions(-)
 delete mode 100644 include/linux/platform_data/ntc_thermistor.h

-- 
2.31.1


             reply	other threads:[~2021-11-25  2:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-25  2:08 Linus Walleij [this message]
2021-11-25  2:08 ` [PATCH 1/4] hwmon: (ntc_thermistor) Merge platform data into driver Linus Walleij
2021-11-25  2:08 ` [PATCH 2/4] hwmon: (ntc_thermistor) Drop get_ohm() Linus Walleij
2021-11-25  2:08 ` [PATCH 3/4] hwmon: (ntc_thermistor) Drop read_uv() depend on OF and IIO Linus Walleij
2021-11-25  2:08 ` [PATCH 4/4] hwmon: (ntc_thermistor) Merge platform data Linus Walleij
2021-11-28 18:00 ` [PATCH 0/4] hwmon: (ntc_thermistor) Drop " 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=20211125020841.3616359-1-linus.walleij@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=chris.lesiak@licor.com \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=peda@axentia.se \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.