* [GIT PULL] Versatile Express clk
@ 2012-09-24 15:46 Pawel Moll
2012-09-24 16:35 ` Mike Turquette
2012-10-11 22:40 ` Mike Turquette
0 siblings, 2 replies; 4+ messages in thread
From: Pawel Moll @ 2012-09-24 15:46 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mike,
Would you be so kind and pull the VE clocking stuff? They are rebased on
top of Linus' Realview patch.
Thanks!
Pawel
The following changes since commit b9f8a0f8e255919bdcfb96a8d50d1523233a458a:
clk: convert ARM RealView to common clk (2012-09-24 16:28:29 +0100)
are available in the git repository at:
git://git.linaro.org/people/pawelmoll/linux.git clk-v3.6-rc7
for you to fetch changes up to b262f1ed394218f9327b72e7d1d17a5e62074be0:
clk: Common clocks implementation for Versatile Express (2012-09-24 16:28:30 +0100)
----------------------------------------------------------------
Pawel Moll (2):
clk: Versatile Express clock generators ("osc") driver
clk: Common clocks implementation for Versatile Express
arch/arm/include/asm/hardware/sp810.h | 2 +
drivers/clk/Kconfig | 8 +-
drivers/clk/versatile/Makefile | 2 +
drivers/clk/versatile/clk-vexpress-osc.c | 150 ++++++++++++++++++++++++++++++
drivers/clk/versatile/clk-vexpress.c | 142 ++++++++++++++++++++++++++++
5 files changed, 301 insertions(+), 3 deletions(-)
create mode 100644 drivers/clk/versatile/clk-vexpress-osc.c
create mode 100644 drivers/clk/versatile/clk-vexpress.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Versatile Express clk
2012-09-24 15:46 [GIT PULL] Versatile Express clk Pawel Moll
@ 2012-09-24 16:35 ` Mike Turquette
2012-10-11 22:40 ` Mike Turquette
1 sibling, 0 replies; 4+ messages in thread
From: Mike Turquette @ 2012-09-24 16:35 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Pawel Moll (2012-09-24 08:46:08)
> Hi Mike,
>
> Would you be so kind and pull the VE clocking stuff? They are rebased on
> top of Linus' Realview patch.
>
Hi Pawell,
I had not planned on taking any more changes for 3.7. I'm happy to take
these patches for 3.8.
Regards,
Mike
> Thanks!
>
> Pawel
>
>
> The following changes since commit b9f8a0f8e255919bdcfb96a8d50d1523233a458a:
>
> clk: convert ARM RealView to common clk (2012-09-24 16:28:29 +0100)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/pawelmoll/linux.git clk-v3.6-rc7
>
> for you to fetch changes up to b262f1ed394218f9327b72e7d1d17a5e62074be0:
>
> clk: Common clocks implementation for Versatile Express (2012-09-24 16:28:30 +0100)
>
> ----------------------------------------------------------------
> Pawel Moll (2):
> clk: Versatile Express clock generators ("osc") driver
> clk: Common clocks implementation for Versatile Express
>
> arch/arm/include/asm/hardware/sp810.h | 2 +
> drivers/clk/Kconfig | 8 +-
> drivers/clk/versatile/Makefile | 2 +
> drivers/clk/versatile/clk-vexpress-osc.c | 150 ++++++++++++++++++++++++++++++
> drivers/clk/versatile/clk-vexpress.c | 142 ++++++++++++++++++++++++++++
> 5 files changed, 301 insertions(+), 3 deletions(-)
> create mode 100644 drivers/clk/versatile/clk-vexpress-osc.c
> create mode 100644 drivers/clk/versatile/clk-vexpress.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Versatile Express clk
2012-09-24 15:46 [GIT PULL] Versatile Express clk Pawel Moll
2012-09-24 16:35 ` Mike Turquette
@ 2012-10-11 22:40 ` Mike Turquette
2012-10-12 9:18 ` Pawel Moll
1 sibling, 1 reply; 4+ messages in thread
From: Mike Turquette @ 2012-10-11 22:40 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Pawel Moll (2012-09-24 08:46:08)
> Hi Mike,
>
> Would you be so kind and pull the VE clocking stuff? They are rebased on
> top of Linus' Realview patch.
>
Hi Pawel,
I've taken these into my new clk-next towards 3.8. That branch is not
yet pushed out publicly but will be after -rc1 is released.
Regards,
Mike
> Thanks!
>
> Pawel
>
>
> The following changes since commit b9f8a0f8e255919bdcfb96a8d50d1523233a458a:
>
> clk: convert ARM RealView to common clk (2012-09-24 16:28:29 +0100)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/pawelmoll/linux.git clk-v3.6-rc7
>
> for you to fetch changes up to b262f1ed394218f9327b72e7d1d17a5e62074be0:
>
> clk: Common clocks implementation for Versatile Express (2012-09-24 16:28:30 +0100)
>
> ----------------------------------------------------------------
> Pawel Moll (2):
> clk: Versatile Express clock generators ("osc") driver
> clk: Common clocks implementation for Versatile Express
>
> arch/arm/include/asm/hardware/sp810.h | 2 +
> drivers/clk/Kconfig | 8 +-
> drivers/clk/versatile/Makefile | 2 +
> drivers/clk/versatile/clk-vexpress-osc.c | 150 ++++++++++++++++++++++++++++++
> drivers/clk/versatile/clk-vexpress.c | 142 ++++++++++++++++++++++++++++
> 5 files changed, 301 insertions(+), 3 deletions(-)
> create mode 100644 drivers/clk/versatile/clk-vexpress-osc.c
> create mode 100644 drivers/clk/versatile/clk-vexpress.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Versatile Express clk
2012-10-11 22:40 ` Mike Turquette
@ 2012-10-12 9:18 ` Pawel Moll
0 siblings, 0 replies; 4+ messages in thread
From: Pawel Moll @ 2012-10-12 9:18 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, 2012-10-11 at 23:40 +0100, Mike Turquette wrote:
> > Would you be so kind and pull the VE clocking stuff? They are rebased on
> > top of Linus' Realview patch.
>
> I've taken these into my new clk-next towards 3.8. That branch is not
> yet pushed out publicly but will be after -rc1 is released.
Awesome, thanks!
Pawe?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-12 9:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 15:46 [GIT PULL] Versatile Express clk Pawel Moll
2012-09-24 16:35 ` Mike Turquette
2012-10-11 22:40 ` Mike Turquette
2012-10-12 9:18 ` Pawel Moll
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).