All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Table lookup for mux clock type
@ 2013-01-28 15:54 ` Peter De Schrijver
  0 siblings, 0 replies; 12+ messages in thread
From: Peter De Schrijver @ 2013-01-28 15:54 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds a table lookup feature to the mux clock type. This will
be used by the forthcoming Tegra114 clock implementation. Also instead of
a fixed field width, a mask is used. This is because Tegra114 has some muxes
where the parent selector is spread over several bitfields. The second patch
adapts the tegra periph clock implementation which uses struct clk_mux
directly.

Peter De Schrijver (2):
  clk: add table lookup to mux
  clk: tegra: adapt tegra periph clk to mux table/mask

 drivers/clk/clk-mux.c        |   51 ++++++++++++++++++++++++++++++++---------
 drivers/clk/tegra/clk.h      |   27 +++++++++++++++------
 include/linux/clk-private.h  |    3 +-
 include/linux/clk-provider.h |    9 ++++++-
 4 files changed, 69 insertions(+), 21 deletions(-)

-- 
1.7.7.rc0.72.g4b5ea.dirty

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

end of thread, other threads:[~2013-01-29 16:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 15:54 [PATCH 0/2] Table lookup for mux clock type Peter De Schrijver
2013-01-28 15:54 ` Peter De Schrijver
2013-01-28 15:54 ` [PATCH 1/2] clk: add table lookup to mux Peter De Schrijver
2013-01-28 15:54   ` Peter De Schrijver
2013-01-28 15:54 ` [PATCH 2/2] clk: tegra: adapt tegra periph clk to mux table/mask Peter De Schrijver
2013-01-28 15:54   ` Peter De Schrijver
2013-01-28 16:49   ` Stephen Warren
2013-01-28 16:49     ` Stephen Warren
2013-01-29  9:51     ` Peter De Schrijver
2013-01-29  9:51       ` Peter De Schrijver
2013-01-29 16:38       ` Stephen Warren
2013-01-29 16:38         ` Stephen Warren

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.