All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
@ 2013-04-05  4:19 Kuninori Morimoto
  2013-04-09 12:50 ` Simon Horman
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-04-05  4:19 UTC (permalink / raw)
  To: linux-sh


Hi Simon, Magnus

These patches are v2 of r8a73a4 clock topology support.

These are tested on APE6EVM board,
and based on renesas-next-20130404v2 tags

Kuninori Morimoto (5):
      ARM: shmobile: r8a73a4: add main clock
      ARM: shmobile: r8a73a4: add pll clocks
      ARM: shmobile: r8a73a4: add div4 clocks
      ARM: shmobile: r8a73a4: add div6 clocks
      ARM: shmobile: ape6evm: MP clock parent become EXTAL2

 arch/arm/mach-shmobile/board-ape6evm.c |   15 ++
 arch/arm/mach-shmobile/clock-r8a73a4.c |  375 ++++++++++++++++++++++++++++++--
 2 files changed, 374 insertions(+), 16 deletions(-)

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
@ 2013-04-09 12:50 ` Simon Horman
  2013-04-12  5:10 ` Kuninori Morimoto
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-04-09 12:50 UTC (permalink / raw)
  To: linux-sh

On Thu, Apr 04, 2013 at 09:19:57PM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon, Magnus
> 
> These patches are v2 of r8a73a4 clock topology support.
> 
> These are tested on APE6EVM board,
> and based on renesas-next-20130404v2 tags
> 
> Kuninori Morimoto (5):
>       ARM: shmobile: r8a73a4: add main clock
>       ARM: shmobile: r8a73a4: add pll clocks
>       ARM: shmobile: r8a73a4: add div4 clocks
>       ARM: shmobile: r8a73a4: add div6 clocks
>       ARM: shmobile: ape6evm: MP clock parent become EXTAL2
> 
>  arch/arm/mach-shmobile/board-ape6evm.c |   15 ++
>  arch/arm/mach-shmobile/clock-r8a73a4.c |  375 ++++++++++++++++++++++++++++++--

Magnus, could you review these patches?

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
  2013-04-09 12:50 ` Simon Horman
@ 2013-04-12  5:10 ` Kuninori Morimoto
  2013-04-12  6:58 ` Simon Horman
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-04-12  5:10 UTC (permalink / raw)
  To: linux-sh


Hi Magnus

> > Hi Simon, Magnus
> > 
> > These patches are v2 of r8a73a4 clock topology support.
> > 
> > These are tested on APE6EVM board,
> > and based on renesas-next-20130404v2 tags
> > 
> > Kuninori Morimoto (5):
> >       ARM: shmobile: r8a73a4: add main clock
> >       ARM: shmobile: r8a73a4: add pll clocks
> >       ARM: shmobile: r8a73a4: add div4 clocks
> >       ARM: shmobile: r8a73a4: add div6 clocks
> >       ARM: shmobile: ape6evm: MP clock parent become EXTAL2
> > 
> >  arch/arm/mach-shmobile/board-ape6evm.c |   15 ++
> >  arch/arm/mach-shmobile/clock-r8a73a4.c |  375 ++++++++++++++++++++++++++++++--
> 
> Magnus, could you review these patches?

ping ?


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
  2013-04-09 12:50 ` Simon Horman
  2013-04-12  5:10 ` Kuninori Morimoto
@ 2013-04-12  6:58 ` Simon Horman
  2013-04-12  7:16 ` Kuninori Morimoto
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-04-12  6:58 UTC (permalink / raw)
  To: linux-sh

On Thu, Apr 11, 2013 at 10:10:02PM -0700, Kuninori Morimoto wrote:
> 
> Hi Magnus
> 
> > > Hi Simon, Magnus
> > > 
> > > These patches are v2 of r8a73a4 clock topology support.
> > > 
> > > These are tested on APE6EVM board,
> > > and based on renesas-next-20130404v2 tags
> > > 
> > > Kuninori Morimoto (5):
> > >       ARM: shmobile: r8a73a4: add main clock
> > >       ARM: shmobile: r8a73a4: add pll clocks
> > >       ARM: shmobile: r8a73a4: add div4 clocks
> > >       ARM: shmobile: r8a73a4: add div6 clocks
> > >       ARM: shmobile: ape6evm: MP clock parent become EXTAL2
> > > 
> > >  arch/arm/mach-shmobile/board-ape6evm.c |   15 ++
> > >  arch/arm/mach-shmobile/clock-r8a73a4.c |  375 ++++++++++++++++++++++++++++++--
> > 
> > Magnus, could you review these patches?
> 
> ping ?

pong

I have spoken with Magnus and queued-up the patches for v3.11.

The first 4 patches are in the soc-r8a77a3 branch.

I have merged that branch into the boards-ape6evm branch
and queued-up the last patch of the series there.

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2013-04-12  6:58 ` Simon Horman
@ 2013-04-12  7:16 ` Kuninori Morimoto
  2013-04-12  7:22 ` Simon Horman
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-04-12  7:16 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> I have spoken with Magnus and queued-up the patches for v3.11.
> 
> The first 4 patches are in the soc-r8a77a3 branch.
> 
> I have merged that branch into the boards-ape6evm branch
> and queued-up the last patch of the series there.

OK thank you
But I couldn't find that branch from your repository.
Can you push it ?

PC> git branch -r | grep simon
 simon/boards
 simon/boards-bockw
 simon/boards-kzm9d
 simon/boards-kzm9g
 simon/boards-lager
 simon/boards-marzen
 ...
 simon/soc
 simon/soc-r8a7740
 simon/soc-r8a7778
 simon/soc-r8a7779
 simon/soc-r8a7790
 simon/soc-sh7372
 simon/soc-sh73a0
 ...

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (3 preceding siblings ...)
  2013-04-12  7:16 ` Kuninori Morimoto
@ 2013-04-12  7:22 ` Simon Horman
  2013-04-12  7:39 ` Kuninori Morimoto
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-04-12  7:22 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 12, 2013 at 12:16:23AM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > I have spoken with Magnus and queued-up the patches for v3.11.
> > 
> > The first 4 patches are in the soc-r8a77a3 branch.
> > 
> > I have merged that branch into the boards-ape6evm branch
> > and queued-up the last patch of the series there.
> 
> OK thank you
> But I couldn't find that branch from your repository.
> Can you push it ?

I was planning to push it after you re-send
"ARM: shmobile: r8a7778: use fixed ratio clock".

Can you wait until then?

> PC> git branch -r | grep simon
>  simon/boards
>  simon/boards-bockw
>  simon/boards-kzm9d
>  simon/boards-kzm9g
>  simon/boards-lager
>  simon/boards-marzen
>  ...
>  simon/soc
>  simon/soc-r8a7740
>  simon/soc-r8a7778
>  simon/soc-r8a7779
>  simon/soc-r8a7790
>  simon/soc-sh7372
>  simon/soc-sh73a0
>  ...
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (4 preceding siblings ...)
  2013-04-12  7:22 ` Simon Horman
@ 2013-04-12  7:39 ` Kuninori Morimoto
  2013-04-12  9:00 ` Simon Horman
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-04-12  7:39 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > OK thank you
> > But I couldn't find that branch from your repository.
> > Can you push it ?
> 
> I was planning to push it after you re-send
> "ARM: shmobile: r8a7778: use fixed ratio clock".
> 
> Can you wait until then?

Sure, of course :)
Thank you for your help


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (5 preceding siblings ...)
  2013-04-12  7:39 ` Kuninori Morimoto
@ 2013-04-12  9:00 ` Simon Horman
  2013-04-12 10:47 ` Kuninori Morimoto
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-04-12  9:00 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 12, 2013 at 12:39:02AM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > OK thank you
> > > But I couldn't find that branch from your repository.
> > > Can you push it ?
> > 
> > I was planning to push it after you re-send
> > "ARM: shmobile: r8a7778: use fixed ratio clock".
> > 
> > Can you wait until then?
> 
> Sure, of course :)
> Thank you for your help

I have now pushed the changes and tagged next as renesas-next-20130412.
It should hit kernel.org within the next 10 minutes or so.

Please let me know if I have not pushed anything I said I would.

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (6 preceding siblings ...)
  2013-04-12  9:00 ` Simon Horman
@ 2013-04-12 10:47 ` Kuninori Morimoto
  2013-04-15  3:52 ` Simon Horman
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-04-12 10:47 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > Sure, of course :)
> > Thank you for your help
> 
> I have now pushed the changes and tagged next as renesas-next-20130412.
> It should hit kernel.org within the next 10 minutes or so.
> 
> Please let me know if I have not pushed anything I said I would.

Thank you for your help.

But, I couldn't find below my patches...

[PATCH 2/3 v2] ARM: shmobile: r8a7778: Register PFC device
Date: Wed, 10 Apr 2013 02:32:53 -0700 (PDT)

[PATCH 3/3 v2] ARM: shmobile: bockw: add pinctrl support
Date: Wed, 10 Apr 2013 02:33:12 -0700 (PDT)

[PATCH] sh-pfc: r8a7779: use RCAR_GP_PIN() on _GP_GPIO() macro
Date:	Tue, 09 Apr 2013 19:07:40 +0200


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (7 preceding siblings ...)
  2013-04-12 10:47 ` Kuninori Morimoto
@ 2013-04-15  3:52 ` Simon Horman
  2013-04-16  3:11 ` Simon Horman
  2013-04-16  3:13 ` Kuninori Morimoto
  10 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-04-15  3:52 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 12, 2013 at 03:47:30AM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > Sure, of course :)
> > > Thank you for your help
> > 
> > I have now pushed the changes and tagged next as renesas-next-20130412.
> > It should hit kernel.org within the next 10 minutes or so.
> > 
> > Please let me know if I have not pushed anything I said I would.
> 
> Thank you for your help.
> 
> But, I couldn't find below my patches...
> 
> [PATCH 2/3 v2] ARM: shmobile: r8a7778: Register PFC device
> Date: Wed, 10 Apr 2013 02:32:53 -0700 (PDT)
> 
> [PATCH 3/3 v2] ARM: shmobile: bockw: add pinctrl support
> Date: Wed, 10 Apr 2013 02:33:12 -0700 (PDT)
> 
> [PATCH] sh-pfc: r8a7779: use RCAR_GP_PIN() on _GP_GPIO() macro
> Date:	Tue, 09 Apr 2013 19:07:40 +0200

Thanks, I will queue them up.

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (8 preceding siblings ...)
  2013-04-15  3:52 ` Simon Horman
@ 2013-04-16  3:11 ` Simon Horman
  2013-04-16  3:13 ` Kuninori Morimoto
  10 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-04-16  3:11 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 15, 2013 at 12:52:32PM +0900, Simon Horman wrote:
> On Fri, Apr 12, 2013 at 03:47:30AM -0700, Kuninori Morimoto wrote:
> > 
> > Hi Simon
> > 
> > > > Sure, of course :)
> > > > Thank you for your help
> > > 
> > > I have now pushed the changes and tagged next as renesas-next-20130412.
> > > It should hit kernel.org within the next 10 minutes or so.
> > > 
> > > Please let me know if I have not pushed anything I said I would.
> > 
> > Thank you for your help.
> > 
> > But, I couldn't find below my patches...
> > 
> > [PATCH 2/3 v2] ARM: shmobile: r8a7778: Register PFC device
> > Date: Wed, 10 Apr 2013 02:32:53 -0700 (PDT)
> > 
> > [PATCH 3/3 v2] ARM: shmobile: bockw: add pinctrl support
> > Date: Wed, 10 Apr 2013 02:33:12 -0700 (PDT)
> > 
> > [PATCH] sh-pfc: r8a7779: use RCAR_GP_PIN() on _GP_GPIO() macro
> > Date:	Tue, 09 Apr 2013 19:07:40 +0200
> 
> Thanks, I will queue them up.

Done, I will push them later today.

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

* Re: [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support
  2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
                   ` (9 preceding siblings ...)
  2013-04-16  3:11 ` Simon Horman
@ 2013-04-16  3:13 ` Kuninori Morimoto
  10 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-04-16  3:13 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > > [PATCH 2/3 v2] ARM: shmobile: r8a7778: Register PFC device
> > > Date: Wed, 10 Apr 2013 02:32:53 -0700 (PDT)
> > > 
> > > [PATCH 3/3 v2] ARM: shmobile: bockw: add pinctrl support
> > > Date: Wed, 10 Apr 2013 02:33:12 -0700 (PDT)
> > > 
> > > [PATCH] sh-pfc: r8a7779: use RCAR_GP_PIN() on _GP_GPIO() macro
> > > Date:	Tue, 09 Apr 2013 19:07:40 +0200
> > 
> > Thanks, I will queue them up.
> 
> Done, I will push them later today.

Thank you for your hard work

Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2013-04-16  3:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-05  4:19 [PATCH 0/6 v2] ARM: shmobile: r8a73a4: detailed clock topology support Kuninori Morimoto
2013-04-09 12:50 ` Simon Horman
2013-04-12  5:10 ` Kuninori Morimoto
2013-04-12  6:58 ` Simon Horman
2013-04-12  7:16 ` Kuninori Morimoto
2013-04-12  7:22 ` Simon Horman
2013-04-12  7:39 ` Kuninori Morimoto
2013-04-12  9:00 ` Simon Horman
2013-04-12 10:47 ` Kuninori Morimoto
2013-04-15  3:52 ` Simon Horman
2013-04-16  3:11 ` Simon Horman
2013-04-16  3:13 ` Kuninori Morimoto

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.