linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Regulator deadcode cleanups
@ 2025-04-26 17:51 linux
  2025-04-26 17:51 ` [PATCH 1/5] regulator: devres: Remove unused devm_regulator_bulk_register_supply_alias linux
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: linux @ 2025-04-26 17:51 UTC (permalink / raw)
  To: lgirdwood, broonie
  Cc: linux-doc, corbet, linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This is a bunch of deadcode cleanups for functions
that are unused (for quite some time).
  The first patch was originally sent in October last
year but didn't get any traction; the rest are new.

Dave
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (5):
  regulator: devres: Remove unused
    devm_regulator_bulk_register_supply_alias
  regulator: core: Remove unused regulator_bulk_force_disable
  regulator: core: Remove unused regulator_*drvdata functions
  regulator: core: Remove unused regulator_suspend_(disable|enable)
  regulator: core: Remove unused regulator_set_suspend_voltage

 .../driver-api/driver-model/devres.rst        |   1 -
 drivers/regulator/core.c                      | 141 ------------------
 drivers/regulator/devres.c                    |  74 ---------
 include/linux/regulator/consumer.h            |  47 ------
 include/linux/regulator/driver.h              |   1 -
 5 files changed, 264 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-05-01  0:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-26 17:51 [PATCH 0/5] Regulator deadcode cleanups linux
2025-04-26 17:51 ` [PATCH 1/5] regulator: devres: Remove unused devm_regulator_bulk_register_supply_alias linux
2025-04-26 17:51 ` [PATCH 2/5] regulator: core: Remove unused regulator_bulk_force_disable linux
2025-04-26 17:51 ` [PATCH 3/5] regulator: core: Remove unused regulator_*drvdata functions linux
2025-04-26 17:51 ` [PATCH 4/5] regulator: core: Remove unused regulator_suspend_(disable|enable) linux
2025-04-26 17:51 ` [PATCH 5/5] regulator: core: Remove unused regulator_set_suspend_voltage linux
2025-04-27 14:34 ` [PATCH 0/5] Regulator deadcode cleanups Mark Brown
2025-04-27 14:58   ` Dr. David Alan Gilbert
2025-04-30 23:18     ` Mark Brown
2025-05-01  0:03       ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).