All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cpufreq: Make cpufreq_driver->exit() return void
@ 2024-07-04  6:53 ` Viresh Kumar
  0 siblings, 0 replies; 20+ messages in thread
From: Viresh Kumar @ 2024-07-04  6:53 UTC (permalink / raw)
  To: Rafael J. Wysocki, Alyssa Rosenzweig, AngeloGioacchino Del Regno,
	Broadcom internal kernel review list, Christophe Leroy,
	Cristian Marussi, Gautham R. Shenoy, Hector Martin, Huang Rui,
	Jiaxun Yang, Jonathan Hunter, Kevin Hilman, Len Brown,
	Mario Limonciello, Markus Mayer, Matthias Brugger,
	Michael Ellerman, Naveen N. Rao, Nicholas Piggin, Perry Yuan,
	Srinivas Pandruvada, Sudeep Holla, Sven Peter, Thierry Reding,
	Viresh Kumar
  Cc: linux-pm, Vincent Guittot, asahi, linux-arm-kernel, linux-arm-msm,
	linux-kernel, linux-mediatek, linux-mips, linux-omap,
	linuxppc-dev, linux-tegra, Lizhe

Make exit() return void, since it isn't used by the core.

Based on initial patches sent by Lizhe [1].

Rafael, I will take this through my tree for 6.11.

--
Viresh

[1] https://lore.kernel.org/all/20240410132132.3526-1-sensor1010@163.com/

Lizhe (1):
  cpufreq: Make cpufreq_driver->exit() return void

Viresh Kumar (3):
  cpufreq: nforce2: Remove empty exit() callback
  cpufreq: loongson2: Remove empty exit() callback
  cpufreq: pcc: Remove empty exit() callback

 drivers/cpufreq/acpi-cpufreq.c         |  4 +---
 drivers/cpufreq/amd-pstate.c           |  7 ++-----
 drivers/cpufreq/apple-soc-cpufreq.c    |  4 +---
 drivers/cpufreq/bmips-cpufreq.c        |  4 +---
 drivers/cpufreq/cppc_cpufreq.c         |  3 +--
 drivers/cpufreq/cpufreq-dt.c           |  3 +--
 drivers/cpufreq/cpufreq-nforce2.c      |  6 ------
 drivers/cpufreq/e_powersaver.c         |  3 +--
 drivers/cpufreq/intel_pstate.c         |  8 +++-----
 drivers/cpufreq/loongson2_cpufreq.c    |  6 ------
 drivers/cpufreq/mediatek-cpufreq-hw.c  |  4 +---
 drivers/cpufreq/mediatek-cpufreq.c     |  4 +---
 drivers/cpufreq/omap-cpufreq.c         |  3 +--
 drivers/cpufreq/pasemi-cpufreq.c       |  6 ++----
 drivers/cpufreq/pcc-cpufreq.c          |  6 ------
 drivers/cpufreq/powernow-k6.c          |  5 ++---
 drivers/cpufreq/powernow-k7.c          |  3 +--
 drivers/cpufreq/powernow-k8.c          |  6 ++----
 drivers/cpufreq/powernv-cpufreq.c      |  4 +---
 drivers/cpufreq/ppc_cbe_cpufreq.c      |  3 +--
 drivers/cpufreq/qcom-cpufreq-hw.c      |  4 +---
 drivers/cpufreq/qoriq-cpufreq.c        |  4 +---
 drivers/cpufreq/scmi-cpufreq.c         |  4 +---
 drivers/cpufreq/scpi-cpufreq.c         |  4 +---
 drivers/cpufreq/sh-cpufreq.c           |  4 +---
 drivers/cpufreq/sparc-us2e-cpufreq.c   |  3 +--
 drivers/cpufreq/sparc-us3-cpufreq.c    |  3 +--
 drivers/cpufreq/speedstep-centrino.c   | 10 +++-------
 drivers/cpufreq/tegra194-cpufreq.c     |  4 +---
 drivers/cpufreq/vexpress-spc-cpufreq.c |  5 ++---
 include/linux/cpufreq.h                |  2 +-
 31 files changed, 37 insertions(+), 102 deletions(-)

-- 
2.31.1.272.g89b43f80a514


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

end of thread, other threads:[~2024-07-09  0:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04  6:53 [PATCH 0/4] cpufreq: Make cpufreq_driver->exit() return void Viresh Kumar
2024-07-04  6:53 ` Viresh Kumar
2024-07-04  6:53 ` [PATCH 1/4] cpufreq: nforce2: Remove empty exit() callback Viresh Kumar
2024-07-04  6:53 ` [PATCH 2/4] cpufreq: loongson2: " Viresh Kumar
2024-07-04  9:36   ` Huacai Chen
2024-07-04  6:53 ` [PATCH 3/4] cpufreq: pcc: " Viresh Kumar
2024-07-04  6:53 ` [PATCH 4/4] cpufreq: Make cpufreq_driver->exit() return void Viresh Kumar
2024-07-04  6:53   ` Viresh Kumar
2024-07-04  8:27   ` AngeloGioacchino Del Regno
2024-07-04  8:27     ` AngeloGioacchino Del Regno
2024-07-04  9:26   ` Sudeep Holla
2024-07-04  9:26     ` Sudeep Holla
2024-07-04 11:56   ` Mario Limonciello
2024-07-04 11:56     ` Mario Limonciello
2024-07-04 14:42   ` Florian Fainelli
2024-07-04 14:42     ` Florian Fainelli
2024-07-09  0:24   ` Kevin Hilman
2024-07-09  0:24     ` Kevin Hilman
2024-07-04 12:02 ` [PATCH 0/4] " Rafael J. Wysocki
2024-07-04 12:02   ` Rafael J. Wysocki

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.