All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/21] rtc: remove make W=1 warnings
@ 2021-02-02 11:21 Alexandre Belloni
  2021-02-02 11:21 ` [PATCH 01/21] rtc: class: remove bogus documentation Alexandre Belloni
                   ` (20 more replies)
  0 siblings, 21 replies; 35+ messages in thread
From: Alexandre Belloni @ 2021-02-02 11:21 UTC (permalink / raw)
  To: linux-rtc; +Cc: linux-kernel, Alexandre Belloni

Hi,

This series removes some make W=1 warning, especially when CONFIG_OF is
not defined.

Alexandre Belloni (21):
  rtc: class: remove bogus documentation
  rtc: armada38x: depend on OF
  rtc: bq32k: quiet maybe-unused variable warning
  rtc: brcmstb-waketimer: quiet maybe-unused variable warning
  rtc: digicolor: quiet maybe-unused variable warning
  rtc: ds1672: quiet maybe-unused variable warning
  rtc: ds3232: quiet maybe-unused variable warning
  rtc: isl1208: quiet maybe-unused variable warning
  rtc: m41t80: quiet maybe-unused variable warning
  rtc: meson: quiet maybe-unused variable warning
  rtc: pcf85063: quiet maybe-unused variable warnings
  rtc: pcf85363: quiet maybe-unused variable warning
  rtc: rs5c372: quiet maybe-unused variable warning
  rtc: rv3028: quiet maybe-unused variable warning
  rtc: rv3029: quiet maybe-unused variable warning
  rtc: rv3032: quiet maybe-unused variable warning
  rtc: rv8803: quiet maybe-unused variable warning
  rtc: rx8010: quiet maybe-unused variable warning
  rtc: rx8581: quiet maybe-unused variable warning
  rtc: s35390a: quiet maybe-unused variable warning
  rtc: sd3078: quiet maybe-unused variable warning

 drivers/rtc/Kconfig                 |  1 +
 drivers/rtc/class.c                 |  5 ----
 drivers/rtc/rtc-bq32k.c             |  2 +-
 drivers/rtc/rtc-brcmstb-waketimer.c |  2 +-
 drivers/rtc/rtc-digicolor.c         |  2 +-
 drivers/rtc/rtc-ds1672.c            |  2 +-
 drivers/rtc/rtc-ds3232.c            |  2 +-
 drivers/rtc/rtc-isl1208.c           |  2 +-
 drivers/rtc/rtc-m41t80.c            |  2 +-
 drivers/rtc/rtc-meson.c             |  2 +-
 drivers/rtc/rtc-pcf85063.c          | 38 ++++++++++++++---------------
 drivers/rtc/rtc-pcf85363.c          |  2 +-
 drivers/rtc/rtc-rs5c372.c           |  2 +-
 drivers/rtc/rtc-rv3028.c            |  2 +-
 drivers/rtc/rtc-rv3029c2.c          |  2 +-
 drivers/rtc/rtc-rv3032.c            |  2 +-
 drivers/rtc/rtc-rv8803.c            |  2 +-
 drivers/rtc/rtc-rx8010.c            |  2 +-
 drivers/rtc/rtc-rx8581.c            |  2 +-
 drivers/rtc/rtc-s35390a.c           |  2 +-
 drivers/rtc/rtc-sd3078.c            |  2 +-
 21 files changed, 38 insertions(+), 42 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-02-02 17:27 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 11:21 [PATCH 00/21] rtc: remove make W=1 warnings Alexandre Belloni
2021-02-02 11:21 ` [PATCH 01/21] rtc: class: remove bogus documentation Alexandre Belloni
2021-02-02 11:21 ` [PATCH 02/21] rtc: armada38x: depend on OF Alexandre Belloni
2021-02-02 11:22 ` [PATCH 03/21] rtc: bq32k: quiet maybe-unused variable warning Alexandre Belloni
2021-02-02 11:22 ` [PATCH 04/21] rtc: brcmstb-waketimer: " Alexandre Belloni
2021-02-02 11:22   ` Alexandre Belloni
2021-02-02 17:22   ` Florian Fainelli
2021-02-02 17:22     ` Florian Fainelli
2021-02-02 17:23   ` Florian Fainelli
2021-02-02 17:23     ` Florian Fainelli
2021-02-02 11:22 ` [PATCH 05/21] rtc: digicolor: " Alexandre Belloni
2021-02-02 11:22   ` Alexandre Belloni
2021-02-02 11:32   ` Baruch Siach
2021-02-02 11:32     ` Baruch Siach
2021-02-02 11:22 ` [PATCH 06/21] rtc: ds1672: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 07/21] rtc: ds3232: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 08/21] rtc: isl1208: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 09/21] rtc: m41t80: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 10/21] rtc: meson: " Alexandre Belloni
2021-02-02 11:22   ` Alexandre Belloni
2021-02-02 11:22   ` Alexandre Belloni
2021-02-02 16:26   ` Kevin Hilman
2021-02-02 16:26     ` Kevin Hilman
2021-02-02 16:26     ` Kevin Hilman
2021-02-02 11:22 ` [PATCH 11/21] rtc: pcf85063: quiet maybe-unused variable warnings Alexandre Belloni
2021-02-02 11:22 ` [PATCH 12/21] rtc: pcf85363: quiet maybe-unused variable warning Alexandre Belloni
2021-02-02 11:22 ` [PATCH 13/21] rtc: rs5c372: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 14/21] rtc: rv3028: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 15/21] rtc: rv3029: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 16/21] rtc: rv3032: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 17/21] rtc: rv8803: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 18/21] rtc: rx8010: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 19/21] rtc: rx8581: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 20/21] rtc: s35390a: " Alexandre Belloni
2021-02-02 11:22 ` [PATCH 21/21] rtc: sd3078: " Alexandre Belloni

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.