linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Subject: [PATCH 0/4] clk: remove unused device drivers
Date: Wed, 20 Jan 2021 14:10:22 +0100	[thread overview]
Message-ID: <20210120131026.1721788-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 clk drivers.

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

Arnd Bergmann (4):
  clk: remove tango4 driver
  clk: remove zte zx driver
  clk: remove sirf prima2/atlas drivers
  clk: remove u300 driver

 .../bindings/clock/csr,atlas7-car.txt         |   55 -
 .../bindings/clock/prima2-clock.txt           |   73 -
 .../bindings/clock/ste-u300-syscon-clock.txt  |   80 -
 .../bindings/clock/tango4-clock.txt           |   23 -
 .../bindings/clock/zx296702-clk.txt           |   34 -
 .../bindings/clock/zx296718-clk.txt           |   37 -
 drivers/clk/Makefile                          |    4 -
 drivers/clk/clk-tango4.c                      |   85 -
 drivers/clk/clk-u300.c                        | 1199 ------------
 drivers/clk/sirf/Makefile                     |    6 -
 drivers/clk/sirf/atlas6.h                     |   32 -
 drivers/clk/sirf/clk-atlas6.c                 |  150 --
 drivers/clk/sirf/clk-atlas7.c                 | 1682 -----------------
 drivers/clk/sirf/clk-common.c                 | 1037 ----------
 drivers/clk/sirf/clk-prima2.c                 |  149 --
 drivers/clk/sirf/prima2.h                     |   26 -
 drivers/clk/zte/Makefile                      |    4 -
 drivers/clk/zte/clk-zx296702.c                |  741 --------
 drivers/clk/zte/clk-zx296718.c                | 1074 -----------
 drivers/clk/zte/clk.c                         |  446 -----
 drivers/clk/zte/clk.h                         |  174 --
 include/dt-bindings/clock/zx296702-clock.h    |  180 --
 include/linux/platform_data/clk-u300.h        |    1 -
 23 files changed, 7292 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/csr,atlas7-car.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/prima2-clock.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/ste-u300-syscon-clock.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/tango4-clock.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/zx296702-clk.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/zx296718-clk.txt
 delete mode 100644 drivers/clk/clk-tango4.c
 delete mode 100644 drivers/clk/clk-u300.c
 delete mode 100644 drivers/clk/sirf/Makefile
 delete mode 100644 drivers/clk/sirf/atlas6.h
 delete mode 100644 drivers/clk/sirf/clk-atlas6.c
 delete mode 100644 drivers/clk/sirf/clk-atlas7.c
 delete mode 100644 drivers/clk/sirf/clk-common.c
 delete mode 100644 drivers/clk/sirf/clk-prima2.c
 delete mode 100644 drivers/clk/sirf/prima2.h
 delete mode 100644 drivers/clk/zte/Makefile
 delete mode 100644 drivers/clk/zte/clk-zx296702.c
 delete mode 100644 drivers/clk/zte/clk-zx296718.c
 delete mode 100644 drivers/clk/zte/clk.c
 delete mode 100644 drivers/clk/zte/clk.h
 delete mode 100644 include/dt-bindings/clock/zx296702-clock.h
 delete mode 100644 include/linux/platform_data/clk-u300.h

-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-01-20 13:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-20 13:10 Arnd Bergmann [this message]
2021-01-20 13:10 ` [PATCH 1/4] clk: remove tango4 driver Arnd Bergmann
2021-01-21 13:47   ` Måns Rullgård
2021-02-09  7:43   ` Stephen Boyd
2021-01-20 13:10 ` [PATCH 2/4] clk: remove zte zx driver Arnd Bergmann
2021-02-09  7:43   ` Stephen Boyd
2021-01-20 13:10 ` [PATCH 4/4] clk: remove u300 driver Arnd Bergmann
2021-01-21  8:38   ` Linus Walleij
2021-02-09  7:43   ` Stephen Boyd
     [not found] ` <20210120131026.1721788-4-arnd@kernel.org>
2021-02-09  7:43   ` [PATCH 3/4] clk: remove sirf prima2/atlas drivers Stephen Boyd

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=20210120131026.1721788-1-arnd@kernel.org \
    --to=arnd@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@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: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).