linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR
@ 2014-08-06  1:22 Kuninori Morimoto
  2014-08-20  7:28 ` Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2014-08-06  1:22 UTC (permalink / raw)
  To: linux-sh


Hi Simon, Mike

These patches fixup hidden-bug for R-Car Gen2 clock.

Kuninori Morimoto (3):
      clk: shmobile: add missing 0x0100 for SDCKCR
      ARM: shmobile: r8a7790: add missing 0x0100 for SDCKCR
      ARM: shmobile: r8a7791: add missing 0x0100 for SDCKCR

 arch/arm/mach-shmobile/clock-r8a7790.c |    4 ++--
 arch/arm/mach-shmobile/clock-r8a7791.c |    2 +-
 drivers/clk/shmobile/clk-rcar-gen2.c   |    1 +
 3 files changed, 4 insertions(+), 3 deletions(-)


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR
  2014-08-06  1:22 [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR Kuninori Morimoto
@ 2014-08-20  7:28 ` Kuninori Morimoto
  2014-08-22  0:58 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2014-08-20  7:28 UTC (permalink / raw)
  To: linux-sh


Hi Simon, Mike

Could you teach me current status of these patches ?

> These patches fixup hidden-bug for R-Car Gen2 clock.
> 
> Kuninori Morimoto (3):
>       clk: shmobile: add missing 0x0100 for SDCKCR
>       ARM: shmobile: r8a7790: add missing 0x0100 for SDCKCR
>       ARM: shmobile: r8a7791: add missing 0x0100 for SDCKCR
> 
>  arch/arm/mach-shmobile/clock-r8a7790.c |    4 ++--
>  arch/arm/mach-shmobile/clock-r8a7791.c |    2 +-
>  drivers/clk/shmobile/clk-rcar-gen2.c   |    1 +
>  3 files changed, 4 insertions(+), 3 deletions(-)
> 
> 
> Best regards
> ---
> Kuninori Morimoto

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

* Re: [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR
  2014-08-06  1:22 [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR Kuninori Morimoto
  2014-08-20  7:28 ` Kuninori Morimoto
@ 2014-08-22  0:58 ` Simon Horman
  2014-08-22  4:40 ` Kuninori Morimoto
  2014-08-28  2:28 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-08-22  0:58 UTC (permalink / raw)
  To: linux-sh

On Wed, Aug 20, 2014 at 12:28:36AM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon, Mike
> 
> Could you teach me current status of these patches ?
> 
> > These patches fixup hidden-bug for R-Car Gen2 clock.
> > 
> > Kuninori Morimoto (3):
> >       clk: shmobile: add missing 0x0100 for SDCKCR
> >       ARM: shmobile: r8a7790: add missing 0x0100 for SDCKCR
> >       ARM: shmobile: r8a7791: add missing 0x0100 for SDCKCR

Mike, could you consider picking up the first patch, which I have Acked.

Morimoto-san, I'll pick up the last two patches, sorry for the delay there.


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

* Re: [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR
  2014-08-06  1:22 [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR Kuninori Morimoto
  2014-08-20  7:28 ` Kuninori Morimoto
  2014-08-22  0:58 ` Simon Horman
@ 2014-08-22  4:40 ` Kuninori Morimoto
  2014-08-28  2:28 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2014-08-22  4:40 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > Could you teach me current status of these patches ?
> > 
> > > These patches fixup hidden-bug for R-Car Gen2 clock.
> > > 
> > > Kuninori Morimoto (3):
> > >       clk: shmobile: add missing 0x0100 for SDCKCR
> > >       ARM: shmobile: r8a7790: add missing 0x0100 for SDCKCR
> > >       ARM: shmobile: r8a7791: add missing 0x0100 for SDCKCR
> 
> Mike, could you consider picking up the first patch, which I have Acked.
> 
> Morimoto-san, I'll pick up the last two patches, sorry for the delay there.

No problem ! Thank you


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

* Re: [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR
  2014-08-06  1:22 [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2014-08-22  4:40 ` Kuninori Morimoto
@ 2014-08-28  2:28 ` Kuninori Morimoto
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2014-08-28  2:28 UTC (permalink / raw)
  To: linux-sh


Hi Mike

ping ?

> > > Could you teach me current status of these patches ?
> > > 
> > > > These patches fixup hidden-bug for R-Car Gen2 clock.
> > > > 
> > > > Kuninori Morimoto (3):
> > > >       clk: shmobile: add missing 0x0100 for SDCKCR
> > > >       ARM: shmobile: r8a7790: add missing 0x0100 for SDCKCR
> > > >       ARM: shmobile: r8a7791: add missing 0x0100 for SDCKCR
> > 
> > Mike, could you consider picking up the first patch, which I have Acked.
> > 
> > Morimoto-san, I'll pick up the last two patches, sorry for the delay there.
> 
> No problem ! Thank you
> 

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

end of thread, other threads:[~2014-08-28  2:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06  1:22 [PATCH 0/3 v2] clk: shmobile: clk: shmobile: add missing 0x0100 for SDCKCR Kuninori Morimoto
2014-08-20  7:28 ` Kuninori Morimoto
2014-08-22  0:58 ` Simon Horman
2014-08-22  4:40 ` Kuninori Morimoto
2014-08-28  2:28 ` Kuninori Morimoto

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