All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add ZTE zx296702 audio and gpio clock
@ 2015-07-23  7:02 Jun Nie
  2015-07-23  7:02 ` [PATCH v2 1/3] clk: zx: Add audio div clock method for zx296702 Jun Nie
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jun Nie @ 2015-07-23  7:02 UTC (permalink / raw)
  To: mturquette, sboyd, linux-clk; +Cc: shawn.guo, jason.liu, wan.zhijun, Jun Nie

Add ZTE zx296702 audio clock and GPIO clock

Changes to v1:
- Fix minor format issue in clk driver.
- Rename clk-pll.c to clk.c.
- Add a patch to constify parent names in clock init data.

Jun Nie (3):
  clk: zx: Add audio div clock method for zx296702
  clk: zx: Add audio and GPIO clock for zx296702
  clk: zx: Constify parent names in clock init data

 drivers/clk/zte/Makefile                   |   2 +-
 drivers/clk/zte/clk-pll.c                  | 172 ----------------
 drivers/clk/zte/clk-zx296702.c             | 126 ++++++++++--
 drivers/clk/zte/clk.c                      | 309 +++++++++++++++++++++++++++++
 drivers/clk/zte/clk.h                      |   9 +
 include/dt-bindings/clock/zx296702-clock.h |  17 +-
 6 files changed, 441 insertions(+), 194 deletions(-)
 delete mode 100644 drivers/clk/zte/clk-pll.c
 create mode 100644 drivers/clk/zte/clk.c

-- 
1.9.1

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

end of thread, other threads:[~2015-07-24 21:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-23  7:02 [PATCH v2 0/3] Add ZTE zx296702 audio and gpio clock Jun Nie
2015-07-23  7:02 ` [PATCH v2 1/3] clk: zx: Add audio div clock method for zx296702 Jun Nie
2015-07-24 21:45   ` Stephen Boyd
2015-07-23  7:02 ` [PATCH v2 2/3] clk: zx: Add audio and GPIO clock " Jun Nie
2015-07-24 21:45   ` Stephen Boyd
2015-07-23  7:02 ` [PATCH v2 3/3] clk: zx: Constify parent names in clock init data Jun Nie
2015-07-24 21:45   ` 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.