All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rtc: remove obsolete drivers
@ 2021-01-20 15:41 ` Arnd Bergmann
  0 siblings, 0 replies; 19+ messages in thread
From: Arnd Bergmann @ 2021-01-20 15:41 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, linux-rtc, Alexandre Belloni
  Cc: Alessandro Zummo, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

A few Arm platforms are getting removed in v5.12, this removes
the corresponding rtc drivers.

Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/


Arnd Bergmann (3):
  rtc: remove sirfsoc driver
  rtc: remove ste coh901 driver
  rtc: remove ste ab3100 driver

 .../bindings/rtc/sirf,prima2-sysrtc.txt       |  13 -
 .../bindings/rtc/stericsson,coh901331.txt     |  16 -
 drivers/rtc/Kconfig                           |  27 --
 drivers/rtc/Makefile                          |   3 -
 drivers/rtc/rtc-ab3100.c                      | 254 ----------
 drivers/rtc/rtc-coh901331.c                   | 290 ------------
 drivers/rtc/rtc-sirfsoc.c                     | 446 ------------------
 include/linux/rtc/sirfsoc_rtciobrg.h          |  21 -
 8 files changed, 1070 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
 delete mode 100644 Documentation/devicetree/bindings/rtc/stericsson,coh901331.txt
 delete mode 100644 drivers/rtc/rtc-ab3100.c
 delete mode 100644 drivers/rtc/rtc-coh901331.c
 delete mode 100644 drivers/rtc/rtc-sirfsoc.c
 delete mode 100644 include/linux/rtc/sirfsoc_rtciobrg.h

-- 
2.29.2


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

end of thread, other threads:[~2021-01-23 13:59 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 15:41 [PATCH 0/3] rtc: remove obsolete drivers Arnd Bergmann
2021-01-20 15:41 ` Arnd Bergmann
2021-01-20 15:41 ` [PATCH 1/3] rtc: remove sirfsoc driver Arnd Bergmann
2021-01-20 15:41   ` Arnd Bergmann
2021-01-20 20:36   ` kernel test robot
2021-01-20 21:02     ` Arnd Bergmann
2021-01-20 21:20   ` Barry Song
2021-01-20 21:20     ` Barry Song
2021-01-21  4:26   ` kernel test robot
2021-01-20 15:41 ` [PATCH 2/3] rtc: remove ste coh901 driver Arnd Bergmann
2021-01-20 15:41   ` Arnd Bergmann
2021-01-21 12:23   ` Linus Walleij
2021-01-21 12:23     ` Linus Walleij
2021-01-20 15:41 ` [PATCH 3/3] rtc: remove ste ab3100 driver Arnd Bergmann
2021-01-20 15:41   ` Arnd Bergmann
2021-01-21 12:23   ` Linus Walleij
2021-01-21 12:23     ` Linus Walleij
2021-01-23 13:57 ` [PATCH 0/3] rtc: remove obsolete drivers Alexandre Belloni
2021-01-23 13:57   ` 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.