From: Arnd Bergmann <arnd@kernel.org> To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: Alessandro Zummo <a.zummo@towertech.it>, Arnd Bergmann <arnd@arndb.de> Subject: [PATCH 0/3] rtc: remove obsolete drivers Date: Wed, 20 Jan 2021 16:41:55 +0100 [thread overview] Message-ID: <20210120154158.1860736-1-arnd@kernel.org> (raw) 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
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org> To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: Alessandro Zummo <a.zummo@towertech.it>, Arnd Bergmann <arnd@arndb.de> Subject: [PATCH 0/3] rtc: remove obsolete drivers Date: Wed, 20 Jan 2021 16:41:55 +0100 [thread overview] Message-ID: <20210120154158.1860736-1-arnd@kernel.org> (raw) 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-01-20 15:49 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-20 15:41 Arnd Bergmann [this message] 2021-01-20 15:41 ` [PATCH 0/3] rtc: remove obsolete drivers 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210120154158.1860736-1-arnd@kernel.org \ --to=arnd@kernel.org \ --cc=a.zummo@towertech.it \ --cc=alexandre.belloni@bootlin.com \ --cc=arnd@arndb.de \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-rtc@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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.