linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mmc: dw_mmc: k3 remove clk_table
@ 2014-01-13  9:14 Zhangfei Gao
  2014-01-13  9:14 ` [PATCH 1/2] clk: hisilicon: add hi3620_mmc_clks Zhangfei Gao
  2014-01-13  9:14 ` [PATCH 2/2] mmc: dw_mmc: k3: remove clk_table Zhangfei Gao
  0 siblings, 2 replies; 22+ messages in thread
From: Zhangfei Gao @ 2014-01-13  9:14 UTC (permalink / raw)
  To: linux-arm-kernel

clk_table is used to set clock source in each mode, as well as limitation, max_rate and init rate.
It concerned many experts though, and Seungwon recommended some limitation can be hide in clk.c.
Also soc is updated as the limitation now same as max_rate, so directly using ios->clock.

Zhangfei Gao (2):
  clk: hisilicon: add hi3620_mmc_clks
  mmc: dw_mmc: k3: remove clk_table

 .../bindings/arm/hisilicon/hisilicon.txt           |   14 +
 .../devicetree/bindings/clock/hi3620-clock.txt     |    1 +
 .../devicetree/bindings/mmc/k3-dw-mshc.txt         |   14 -
 drivers/clk/hisilicon/clk-hi3620.c                 |  267 ++++++++++++++++++++
 drivers/mmc/host/dw_mmc-k3.c                       |   41 +--
 include/dt-bindings/clock/hi3620-clock.h           |    5 +
 6 files changed, 289 insertions(+), 53 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-02-27  0:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13  9:14 [PATCH 0/2] mmc: dw_mmc: k3 remove clk_table Zhangfei Gao
2014-01-13  9:14 ` [PATCH 1/2] clk: hisilicon: add hi3620_mmc_clks Zhangfei Gao
2014-01-13  9:37   ` [PATCH] " Zhangfei Gao
2014-02-27  0:10     ` Mike Turquette
2014-01-14  9:47   ` [PATCH 1/2] " Seungwon Jeon
2014-01-14 10:04     ` Zhangfei Gao
2014-01-14 10:40   ` Seungwon Jeon
2014-01-14 11:52     ` zhangfei
2014-01-14 20:17   ` Mike Turquette
2014-01-15  1:40     ` zhangfei
2014-01-15  3:53       ` Mike Turquette
2014-01-15  5:59         ` Haojian Zhuang
2014-01-15  8:29           ` Mike Turquette
2014-01-15  9:34             ` Haojian Zhuang
2014-01-15 16:14             ` Kevin Hilman
2014-01-13  9:14 ` [PATCH 2/2] mmc: dw_mmc: k3: remove clk_table Zhangfei Gao
2014-01-14 10:42   ` Seungwon Jeon
2014-01-17 15:01     ` Chris Ball
2014-01-17 16:10       ` Seungwon Jeon
2014-01-17 22:56         ` Mike Turquette
2014-01-17 23:00           ` Chris Ball
2014-01-17 14:43   ` Seungwon Jeon

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