The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] sta2x11 common clock framework implementation
@ 2013-03-08 15:31 Davide Ciminaghi
  2013-03-08 15:31 ` [PATCH 1/3] x86, pci sta2x11-fixup: add clk related field to struct sta2x11_instance Davide Ciminaghi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Davide Ciminaghi @ 2013-03-08 15:31 UTC (permalink / raw)
  To: tglx, mingo, hpa, x86, rubini, sameo, giancarlo.asnaghi,
	mturquette, arnd, linus.walleij, rob.herring, broonie
  Cc: linux-kernel

Hi,

this patchset is the first implementation of the common clock framework for
the STA2X11 (aka connext) chip.

Actually 1/3 and 2/3 are not strictly relevant to the clock framework, but
they're needed to get the rest of the code to compile and have already
been submitted some months ago (see https://lkml.org/lkml/2012/9/20/363)
and acked by Alessandro Rubini (see https://lkml.org/lkml/2012/9/20/452).

3/3 has been submitted RFC on Jun 20th 2012
(see https://lkml.org/lkml/2012/6/20/779).
Mike Turquette reviewed it (see https://lkml.org/lkml/2012/8/23/624) and
his comments have been taken into account for this submission.

Please note that this patchset applies to next-20130307, should build cleanly
and do no harm at runtime, but it is not functional because it needs the
pci-to-amba bridge patch by Alessandro Rubini, which has already been
submitted several times but has not made it in the linux-next tree
yet (see thread https://lkml.org/lkml/2013/2/20/561 for more details).

Some clocks still have to be added and some others need to be implemented
with different types (see the TODOs in the code), but the current
implementation is actually enough to get a Connext based board up and running
(with its UARTs working at least), of course provided that the pci to
amba bridge is there. Multiple instances of the Connext chip should also be
supported, even if no test has been done up to now.

Thanks and regards
Davide


Davide Ciminaghi (3):
  x86, pci sta2x11-fixup: add clk related field to struct
    sta2x11_instance
  x86, pci sta2x11-fixup: add function to access sta2x11 instance id
  drivers/clk: sta2x11 common clock framework implementation

 arch/x86/Kconfig                    |    1 +
 arch/x86/include/asm/sta2x11.h      |   16 +
 arch/x86/pci/sta2x11-fixup.c        |   20 +
 drivers/clk/Makefile                |    1 +
 drivers/clk/sta2x11/Makefile        |    1 +
 drivers/clk/sta2x11/clk-audio-pll.c |  150 +++++++
 drivers/clk/sta2x11/clk-soc-pll.c   |   96 +++++
 drivers/clk/sta2x11/clk.c           |  782 +++++++++++++++++++++++++++++++++++
 drivers/clk/sta2x11/clk.h           |   73 ++++
 9 files changed, 1140 insertions(+)
 create mode 100644 drivers/clk/sta2x11/Makefile
 create mode 100644 drivers/clk/sta2x11/clk-audio-pll.c
 create mode 100644 drivers/clk/sta2x11/clk-soc-pll.c
 create mode 100644 drivers/clk/sta2x11/clk.c
 create mode 100644 drivers/clk/sta2x11/clk.h

-- 
1.7.10.4


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

end of thread, other threads:[~2013-03-12  0:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 15:31 [PATCH 0/3] sta2x11 common clock framework implementation Davide Ciminaghi
2013-03-08 15:31 ` [PATCH 1/3] x86, pci sta2x11-fixup: add clk related field to struct sta2x11_instance Davide Ciminaghi
2013-03-08 15:31 ` [PATCH 2/3] x86, pci sta2x11-fixup: add function to access sta2x11 instance id Davide Ciminaghi
2013-03-08 16:13   ` Arnd Bergmann
2013-03-12  0:51     ` Davide Ciminaghi
2013-03-08 15:31 ` [PATCH 3/3] drivers/clk: sta2x11 common clock framework implementation Davide Ciminaghi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox