All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: remove unused device drivers
@ 2021-01-20 13:10 ` Arnd Bergmann
  0 siblings, 0 replies; 20+ messages in thread
From: Arnd Bergmann @ 2021-01-20 13:10 UTC (permalink / raw)
  To: linux-arm-kernel, linux-clk, Michael Turquette, Stephen Boyd
  Cc: Arnd Bergmann

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


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

end of thread, other threads:[~2021-02-09  7:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 13:10 [PATCH 0/4] clk: remove unused device drivers Arnd Bergmann
2021-01-20 13:10 ` Arnd Bergmann
2021-01-20 13:10 ` [PATCH 1/4] clk: remove tango4 driver Arnd Bergmann
2021-01-20 13:10   ` Arnd Bergmann
2021-01-21 13:47   ` Måns Rullgård
2021-01-21 13:47     ` Måns Rullgård
2021-02-09  7:43   ` Stephen Boyd
2021-02-09  7:43     ` Stephen Boyd
2021-01-20 13:10 ` [PATCH 2/4] clk: remove zte zx driver Arnd Bergmann
2021-01-20 13:10   ` Arnd Bergmann
2021-02-09  7:43   ` Stephen Boyd
2021-02-09  7:43     ` Stephen Boyd
2021-01-20 13:10 ` [PATCH 4/4] clk: remove u300 driver Arnd Bergmann
2021-01-20 13:10   ` Arnd Bergmann
2021-01-21  8:38   ` Linus Walleij
2021-01-21  8:38     ` Linus Walleij
2021-02-09  7:43   ` Stephen Boyd
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
2021-02-09  7:43     ` Stephen Boyd

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.