All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Rid W=1 warnings in CPUFreq
@ 2020-07-14 14:50 ` Lee Jones
  0 siblings, 0 replies; 150+ messages in thread
From: Lee Jones @ 2020-07-14 14:50 UTC (permalink / raw)
  To: rjw, viresh.kumar; +Cc: linux-arm-kernel, linux-kernel, linux-pm, Lee Jones

This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.

After these patches are applied, the build system no longer
complains about any W=0 nor W=1 level warnings in drivers/cpufreq.

Hurrah!

Lee Jones (13):
  cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard
    comment blocks
  cpufreq: cpufreq: Demote lots of function headers unworthy of
    kerneldoc status
  cpufreq: cpufreq_governor: Demote store_sampling_rate() header to
    standard comment block
  cpufreq: sti-cpufreq: Fix some formatting and misspelling issues
  cpufreq/arch: powerpc: pasemi: Move prototypes to shared header
  cpufreq: powernv-cpufreq: Functions only used in call-backs should be
    static
  cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues
  cpufreq: acpi-cpufreq: Take 'dummy' principle one stage further
  cpufreq: acpi-cpufreq: Remove unused ID structs
  cpufreq: powernow-k8: Make use of known set but not used variables
  cpufreq: pcc-cpufreq: Remove unused ID structs
  cpufreq: intel_pstate: Supply struct attribute description for
    get_aperf_mperf_shift()
  cpufreq: amd_freq_sensitivity: Remove unused ID structs

 arch/powerpc/platforms/pasemi/pasemi.h    | 15 -----------
 arch/powerpc/platforms/pasemi/powersave.S |  2 ++
 drivers/cpufreq/acpi-cpufreq.c            | 16 ++----------
 drivers/cpufreq/amd_freq_sensitivity.c    |  6 -----
 drivers/cpufreq/cpufreq.c                 | 32 ++++++++++++-----------
 drivers/cpufreq/cpufreq_governor.c        |  2 +-
 drivers/cpufreq/freq_table.c              |  6 ++---
 drivers/cpufreq/intel_pstate.c            |  2 ++
 drivers/cpufreq/pasemi-cpufreq.c          |  1 +
 drivers/cpufreq/pcc-cpufreq.c             |  7 -----
 drivers/cpufreq/powernow-k8.c             |  2 ++
 drivers/cpufreq/powernv-cpufreq.c         | 15 ++++++-----
 drivers/cpufreq/sti-cpufreq.c             |  8 +++---
 include/linux/platform_data/pasemi.h      | 28 ++++++++++++++++++++
 14 files changed, 70 insertions(+), 72 deletions(-)
 create mode 100644 include/linux/platform_data/pasemi.h

-- 
2.25.1


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

end of thread, other threads:[~2020-07-15 12:40 UTC | newest]

Thread overview: 150+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 14:50 [PATCH 00/13] Rid W=1 warnings in CPUFreq Lee Jones
2020-07-14 14:50 ` Lee Jones
2020-07-14 14:50 ` [PATCH 01/13] cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment blocks Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-15  2:44   ` Viresh Kumar
2020-07-15  2:44     ` Viresh Kumar
2020-07-14 14:50 ` [PATCH 02/13] cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-15  2:49   ` Viresh Kumar
2020-07-15  2:49     ` Viresh Kumar
2020-07-15  6:47     ` Lee Jones
2020-07-15  6:47       ` Lee Jones
2020-07-15  7:09       ` Viresh Kumar
2020-07-15  7:09         ` Viresh Kumar
2020-07-14 14:50 ` [PATCH 03/13] cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard comment block Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-15  2:52   ` Viresh Kumar
2020-07-15  2:52     ` Viresh Kumar
2020-07-15  6:45     ` Lee Jones
2020-07-15  6:45       ` Lee Jones
2020-07-15  7:08       ` Viresh Kumar
2020-07-15  7:08         ` Viresh Kumar
2020-07-15  7:31         ` Lee Jones
2020-07-15  7:31           ` Lee Jones
2020-07-15  8:02           ` Viresh Kumar
2020-07-15  8:02             ` Viresh Kumar
2020-07-15  8:15             ` Lee Jones
2020-07-15  8:15               ` Lee Jones
2020-07-14 14:50 ` [PATCH 04/13] cpufreq: sti-cpufreq: Fix some formatting and misspelling issues Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-15  2:58   ` Viresh Kumar
2020-07-15  2:58     ` Viresh Kumar
2020-07-14 14:50 ` [PATCH 05/13] cpufreq/arch: powerpc: pasemi: Move prototypes to shared header Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-15  3:07   ` Viresh Kumar
2020-07-15  3:07     ` Viresh Kumar
2020-07-15  3:07     ` Viresh Kumar
2020-07-15  3:49     ` Olof Johansson
2020-07-15  3:49       ` Olof Johansson
2020-07-15  3:49       ` Olof Johansson
2020-07-15  3:51       ` Viresh Kumar
2020-07-15  3:51         ` Viresh Kumar
2020-07-15  3:51         ` Viresh Kumar
2020-07-15  6:36       ` Lee Jones
2020-07-15  6:36         ` Lee Jones
2020-07-15  6:36         ` Lee Jones
2020-07-15  6:39         ` Viresh Kumar
2020-07-15  6:39           ` Viresh Kumar
2020-07-15  6:39           ` Viresh Kumar
2020-07-15  3:26   ` Olof Johansson
2020-07-15  3:26     ` Olof Johansson
2020-07-15  3:26     ` Olof Johansson
2020-07-15  6:33     ` Lee Jones
2020-07-15  6:33       ` Lee Jones
2020-07-15  6:33       ` Lee Jones
2020-07-15  6:46       ` Olof Johansson
2020-07-15  6:46         ` Olof Johansson
2020-07-15  6:46         ` Olof Johansson
2020-07-15  7:33         ` Lee Jones
2020-07-15  7:33           ` Lee Jones
2020-07-15  7:33           ` Lee Jones
2020-07-14 14:50 ` [PATCH 06/13] cpufreq: powernv-cpufreq: Functions only used in call-backs should be static Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-15  3:07   ` Viresh Kumar
2020-07-15  3:07     ` Viresh Kumar
2020-07-15  3:07     ` Viresh Kumar
2020-07-14 14:50 ` [PATCH 07/13] cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-15  3:09   ` Viresh Kumar
2020-07-15  3:09     ` Viresh Kumar
2020-07-15  3:09     ` Viresh Kumar
2020-07-14 14:50 ` [PATCH 08/13] cpufreq: acpi-cpufreq: Take 'dummy' principle one stage further Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 16:03   ` Rafael J. Wysocki
2020-07-14 16:03     ` Rafael J. Wysocki
2020-07-14 16:20     ` Robin Murphy
2020-07-14 16:20       ` Robin Murphy
2020-07-14 21:00       ` Lee Jones
2020-07-14 21:00         ` Lee Jones
2020-07-14 14:50 ` [PATCH 09/13] cpufreq: acpi-cpufreq: Remove unused ID structs Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 15:58   ` Rafael J. Wysocki
2020-07-14 15:58     ` Rafael J. Wysocki
2020-07-14 21:03     ` Lee Jones
2020-07-14 21:03       ` Lee Jones
2020-07-15  3:24       ` Viresh Kumar
2020-07-15  3:24         ` Viresh Kumar
2020-07-15  3:27         ` Viresh Kumar
2020-07-15  3:27           ` Viresh Kumar
2020-07-15  6:37           ` Lee Jones
2020-07-15  6:37             ` Lee Jones
2020-07-15 11:27           ` Rafael J. Wysocki
2020-07-15 11:27             ` Rafael J. Wysocki
2020-07-15 11:34             ` Lee Jones
2020-07-15 11:34               ` Lee Jones
2020-07-15 11:44               ` Rafael J. Wysocki
2020-07-15 11:44                 ` Rafael J. Wysocki
2020-07-15 11:50                 ` Lee Jones
2020-07-15 11:50                   ` Lee Jones
2020-07-15 12:07                   ` Lee Jones
2020-07-15 12:07                     ` Lee Jones
2020-07-15 12:11                     ` Rafael J. Wysocki
2020-07-15 12:11                       ` Rafael J. Wysocki
2020-07-15 12:09                   ` Rafael J. Wysocki
2020-07-15 12:09                     ` Rafael J. Wysocki
2020-07-15 12:16                     ` Lee Jones
2020-07-15 12:16                       ` Lee Jones
2020-07-15 12:30                       ` Robin Murphy
2020-07-15 12:30                         ` Robin Murphy
2020-07-15 12:38                         ` Lee Jones
2020-07-15 12:38                           ` Lee Jones
2020-07-14 14:50 ` [PATCH 10/13] cpufreq: powernow-k8: Make use of known set but not used variables Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 17:43   ` Rafael J. Wysocki
2020-07-14 17:43     ` Rafael J. Wysocki
2020-07-14 21:01     ` Lee Jones
2020-07-14 21:01       ` Lee Jones
2020-07-14 14:50 ` [PATCH 11/13] cpufreq: pcc-cpufreq: Remove unused ID structs Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 17:42   ` Rafael J. Wysocki
2020-07-14 17:42     ` Rafael J. Wysocki
2020-07-14 14:50 ` [PATCH 12/13] cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mperf_shift() Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 16:35   ` Rafael J. Wysocki
2020-07-14 16:35     ` Rafael J. Wysocki
2020-07-14 21:03     ` Lee Jones
2020-07-14 21:03       ` Lee Jones
2020-07-15 12:38       ` Rafael J. Wysocki
2020-07-15 12:38         ` Rafael J. Wysocki
2020-07-14 14:50 ` [PATCH 13/13] cpufreq: amd_freq_sensitivity: Remove unused ID structs Lee Jones
2020-07-14 14:50   ` Lee Jones
2020-07-14 17:15   ` Kim Phillips
2020-07-14 17:15     ` Kim Phillips
2020-07-14 21:02     ` Lee Jones
2020-07-14 21:02       ` Lee Jones
2020-07-14 21:13       ` Kim Phillips
2020-07-14 21:13         ` Kim Phillips
2020-07-15  6:47         ` Lee Jones
2020-07-15  6:47           ` Lee Jones
2020-07-15  3:36 ` [PATCH 00/13] Rid W=1 warnings in CPUFreq Viresh Kumar
2020-07-15  3:36   ` Viresh Kumar
2020-07-15  6:32   ` Lee Jones
2020-07-15  6:32     ` Lee Jones
2020-07-15  6:38     ` Viresh Kumar
2020-07-15  6:38       ` Viresh Kumar
2020-07-15  7:34       ` Lee Jones
2020-07-15  7:34         ` Lee Jones

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.