All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] move the ICST library to common clocks
@ 2017-03-18  8:59 ` Linus Walleij
  0 siblings, 0 replies; 10+ messages in thread
From: Linus Walleij @ 2017-03-18  8:59 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Russell King
  Cc: linux-clk, linux-arm-kernel, Linus Walleij

This consolidates the last piece of the Versatile clocks, the ICST
clock divider, into drivers/clk/*

If the series is OK I suggest we take this through ARM SoC since
the first patch needs to be applied there, alternatively they
can both go into the clk tree.

Linus Walleij (2):
  ARM: plat-versatile: remove stale clock header
  ARM/clk: move the ICST library to drivers/clk

 arch/arm/common/Kconfig                                   |  3 ---
 arch/arm/common/Makefile                                  |  1 -
 arch/arm/plat-versatile/include/plat/clock.h              | 15 ---------------
 drivers/clk/versatile/Kconfig                             |  3 +++
 drivers/clk/versatile/Makefile                            |  2 +-
 drivers/clk/versatile/clk-icst.c                          |  1 +
 drivers/clk/versatile/clk-icst.h                          |  2 --
 drivers/clk/versatile/clk-impd1.c                         |  1 +
 drivers/clk/versatile/clk-realview.c                      |  1 +
 drivers/clk/versatile/clk-versatile.c                     |  1 +
 {arch/arm/common => drivers/clk/versatile}/icst.c         |  2 +-
 .../include/asm/hardware => drivers/clk/versatile}/icst.h |  6 ++----
 12 files changed, 11 insertions(+), 27 deletions(-)
 delete mode 100644 arch/arm/plat-versatile/include/plat/clock.h
 rename {arch/arm/common => drivers/clk/versatile}/icst.c (98%)
 rename {arch/arm/include/asm/hardware => drivers/clk/versatile}/icst.h (94%)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-05 22:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-18  8:59 [PATCH 0/2] move the ICST library to common clocks Linus Walleij
2017-03-18  8:59 ` Linus Walleij
2017-03-18  8:59 ` [PATCH 1/2] ARM: plat-versatile: remove stale clock header Linus Walleij
2017-03-18  8:59   ` Linus Walleij
2017-03-18  8:59 ` [PATCH 2/2] ARM/clk: move the ICST library to drivers/clk Linus Walleij
2017-03-18  8:59   ` Linus Walleij
2017-03-28 21:04   ` Linus Walleij
2017-03-28 21:04     ` Linus Walleij
2017-04-05 22:03     ` Stephen Boyd
2017-04-05 22:03       ` 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.