linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] clk: rockchip: add support for the clock-tree of the rk3368
@ 2015-07-05  9:00 Heiko Stuebner
  2015-07-05  9:00 ` [PATCH 1/7] clk: rockchip: add support for phase inverters Heiko Stuebner
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Heiko Stuebner @ 2015-07-05  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

This is the respin of the no-yet-applied parts of the rk3368 clock support.

It definitly needs the clock-changes that went into the mainline kernel
during the merge window (constifying stuff etc) and I'd need the
dt-binding header in a stable branch to be included into armsoc too.


changes since v2:
- drop patches already applied
- address comments from Stephen Boyd:
  - no dump recalc_rate callback
  - missing header includes
  - style issues (parentheses and saving some lines)
- fix similar issues in the already included code
changes since v1:
- add CLK_SET_RATE_PARENT to sclk_mac to provide sane rates
  when using a rmii phy with soc-side clock generation.
  Both as fix for the 3288 and in the newly added rk3368.


Heiko Stuebner (7):
  clk: rockchip: add support for phase inverters
  clk: rockchip: fix issues in the mmc-phase clock
  clk: rockchip: define the inverters of rk3066/rk3188 and rk3288
  dt-bindings: add documentation of rk3668 clock controller
  clk: rockchip: add dt-binding header for rk3368
  clk: rockchip: add missing include guards
  clk: rockchip: add rk3368 clock controller

 .../bindings/clock/rockchip,rk3368-cru.txt         |  61 ++
 drivers/clk/rockchip/Makefile                      |   2 +
 drivers/clk/rockchip/clk-inverter.c                | 116 +++
 drivers/clk/rockchip/clk-mmc-phase.c               |   6 +-
 drivers/clk/rockchip/clk-rk3188.c                  |   9 +-
 drivers/clk/rockchip/clk-rk3288.c                  |   7 +-
 drivers/clk/rockchip/clk-rk3368.c                  | 881 +++++++++++++++++++++
 drivers/clk/rockchip/clk.c                         |   7 +
 drivers/clk/rockchip/clk.h                         |  36 +
 include/dt-bindings/clock/rk3066a-cru.h            |   5 +
 include/dt-bindings/clock/rk3188-cru-common.h      |   5 +
 include/dt-bindings/clock/rk3188-cru.h             |   5 +
 include/dt-bindings/clock/rk3288-cru.h             |   5 +
 include/dt-bindings/clock/rk3368-cru.h             | 384 +++++++++
 14 files changed, 1524 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.txt
 create mode 100644 drivers/clk/rockchip/clk-inverter.c
 create mode 100644 drivers/clk/rockchip/clk-rk3368.c
 create mode 100644 include/dt-bindings/clock/rk3368-cru.h

-- 
2.1.4

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

end of thread, other threads:[~2015-07-06 22:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-05  9:00 [PATCH v3 0/7] clk: rockchip: add support for the clock-tree of the rk3368 Heiko Stuebner
2015-07-05  9:00 ` [PATCH 1/7] clk: rockchip: add support for phase inverters Heiko Stuebner
2015-07-06 22:00   ` Stephen Boyd
2015-07-06 22:06   ` Stephen Boyd
2015-07-05  9:00 ` [PATCH 2/7] clk: rockchip: fix issues in the mmc-phase clock Heiko Stuebner
2015-07-06 22:07   ` Stephen Boyd
2015-07-05  9:00 ` [PATCH 3/7] clk: rockchip: define the inverters of rk3066/rk3188 and rk3288 Heiko Stuebner
2015-07-06 22:08   ` Stephen Boyd
2015-07-05  9:00 ` [PATCH 4/7] dt-bindings: add documentation of rk3668 clock controller Heiko Stuebner
2015-07-06 22:10   ` Stephen Boyd
2015-07-05  9:00 ` [PATCH 5/7] clk: rockchip: add dt-binding header for rk3368 Heiko Stuebner
2015-07-06 22:11   ` Stephen Boyd
2015-07-05  9:00 ` [PATCH 6/7] clk: rockchip: add missing include guards Heiko Stuebner
2015-07-06 22:12   ` Stephen Boyd
2015-07-06 22:12   ` Stephen Boyd
2015-07-05  9:00 ` [PATCH 7/7] clk: rockchip: add rk3368 clock controller Heiko Stuebner
2015-07-06 22:12   ` Stephen Boyd

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