linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Socfpga: clk: trivial fixes and cleanup
@ 2013-11-07 15:07 Steffen Trumtrar
  2013-11-07 15:07 ` [PATCH 1/4] ARM: socfpga: clk: remove unused field Steffen Trumtrar
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Steffen Trumtrar @ 2013-11-07 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi!

This series includes two trivial fixes to the code (1,2),
then goes on to split the single clk.c file up into clock-type
specific files (3) and finally adds a divider to the peripheral
clock path.

The patches are rebased to the for-next branch of

        git://git.rocketboards.org/linux-socfpga-next.git

Regards,
Steffen

Steffen Trumtrar (4):
  ARM: socfpga: clk: remove unused field
  ARM: socfpga: clk: fix define typo
  ARM: socfpga: clk: split clk code
  ARM: socfpga: clk: add clk_divider to periph

 drivers/clk/socfpga/Makefile     |   3 +
 drivers/clk/socfpga/clk-gate.c   | 197 ++++++++++++++++++++++++
 drivers/clk/socfpga/clk-periph.c |  87 +++++++++++
 drivers/clk/socfpga/clk-pll.c    | 114 ++++++++++++++
 drivers/clk/socfpga/clk.c        | 313 +--------------------------------------
 drivers/clk/socfpga/clk.h        |  56 +++++++
 6 files changed, 458 insertions(+), 312 deletions(-)
 create mode 100644 drivers/clk/socfpga/clk-gate.c
 create mode 100644 drivers/clk/socfpga/clk-periph.c
 create mode 100644 drivers/clk/socfpga/clk-pll.c
 create mode 100644 drivers/clk/socfpga/clk.h

-- 
1.8.4.rc3

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

end of thread, other threads:[~2013-11-19 22:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 15:07 [PATCH 0/4] Socfpga: clk: trivial fixes and cleanup Steffen Trumtrar
2013-11-07 15:07 ` [PATCH 1/4] ARM: socfpga: clk: remove unused field Steffen Trumtrar
2013-11-07 15:07 ` [PATCH 2/4] ARM: socfpga: clk: fix define typo Steffen Trumtrar
2013-11-07 15:07 ` [PATCH 3/4] ARM: socfpga: clk: split clk code Steffen Trumtrar
2013-11-07 15:07 ` [PATCH 4/4] ARM: socfpga: clk: add clk_divider to periph Steffen Trumtrar
2013-11-12  0:12 ` [PATCH 0/4] Socfpga: clk: trivial fixes and cleanup Dinh Nguyen
2013-11-12  3:40   ` Dinh Nguyen
2013-11-12  7:40     ` Steffen Trumtrar
     [not found]       ` <CADhT+wffgF1veA8ec4zF7J3_4tsKUZXcq5-X9cLCgN5D3A7Nrw@mail.gmail.com>
2013-11-19  8:14         ` Steffen Trumtrar
2013-11-19 16:21           ` Dinh Nguyen
2013-11-19 21:34           ` Dinh Nguyen
2013-11-19 22:07             ` Steffen Trumtrar

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).