linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
@ 2015-01-22  4:07 Kuninori Morimoto
  2015-01-22 11:21 ` Laurent Pinchart
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2015-01-22  4:07 UTC (permalink / raw)
  To: linux-sh


Hi Simon

These are v3 of SDHI DMA support for r8a7790/r8a7791.
These are based on Ulf's
git.linaro.org/people/ulf.hansson/mmc.git tmio

Kuninori Morimoto (2):
      ARM: shmobile: r8a7790: tidyup SDHI register size on DTSI
      ARM: shmobile: r8a7791: tidyup SDHI register size on DTSI

Laurent Pinchart (2):
      ARM: shmobile: r8a7790: Reference DMA channels in SDHI DT nodes
      ARM: shmobile: r8a7791: Reference DMA channels in SDHI DT nodes

 arch/arm/boot/dts/r8a7790.dtsi |   12 ++++++++++--
 arch/arm/boot/dts/r8a7791.dtsi |    8 +++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)

Best regards
---
Kuninori Morimoto
--
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] 9+ messages in thread

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
@ 2015-01-22 11:21 ` Laurent Pinchart
  2015-01-23  2:13 ` Simon Horman
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Laurent Pinchart @ 2015-01-22 11:21 UTC (permalink / raw)
  To: linux-sh

Hi Morimoto-san,

Thank you for the patches.

On Thursday 22 January 2015 04:07:52 Kuninori Morimoto wrote:
> Hi Simon
> 
> These are v3 of SDHI DMA support for r8a7790/r8a7791.
> These are based on Ulf's
> git.linaro.org/people/ulf.hansson/mmc.git tmio
> 
> Kuninori Morimoto (2):
>       ARM: shmobile: r8a7790: tidyup SDHI register size on DTSI
>       ARM: shmobile: r8a7791: tidyup SDHI register size on DTSI
> 
> Laurent Pinchart (2):
>       ARM: shmobile: r8a7790: Reference DMA channels in SDHI DT nodes
>       ARM: shmobile: r8a7791: Reference DMA channels in SDHI DT nodes
> 
>  arch/arm/boot/dts/r8a7790.dtsi |   12 ++++++++++--
>  arch/arm/boot/dts/r8a7791.dtsi |    8 +++++++-
>  2 files changed, 17 insertions(+), 3 deletions(-)

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
  2015-01-22 11:21 ` Laurent Pinchart
@ 2015-01-23  2:13 ` Simon Horman
  2015-01-29  1:45 ` Kuninori Morimoto
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-23  2:13 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 22, 2015 at 01:21:00PM +0200, Laurent Pinchart wrote:
> Hi Morimoto-san,
> 
> Thank you for the patches.
> 
> On Thursday 22 January 2015 04:07:52 Kuninori Morimoto wrote:
> > Hi Simon
> > 
> > These are v3 of SDHI DMA support for r8a7790/r8a7791.
> > These are based on Ulf's
> > git.linaro.org/people/ulf.hansson/mmc.git tmio
> > 
> > Kuninori Morimoto (2):
> >       ARM: shmobile: r8a7790: tidyup SDHI register size on DTSI
> >       ARM: shmobile: r8a7791: tidyup SDHI register size on DTSI
> > 
> > Laurent Pinchart (2):
> >       ARM: shmobile: r8a7790: Reference DMA channels in SDHI DT nodes
> >       ARM: shmobile: r8a7791: Reference DMA channels in SDHI DT nodes
> > 
> >  arch/arm/boot/dts/r8a7790.dtsi |   12 ++++++++++--
> >  arch/arm/boot/dts/r8a7791.dtsi |    8 +++++++-
> >  2 files changed, 17 insertions(+), 3 deletions(-)
> 
> For the whole series,
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks,

I have queued up this series with your ack added to the two
patches that were not already signed off by you.

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

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
  2015-01-22 11:21 ` Laurent Pinchart
  2015-01-23  2:13 ` Simon Horman
@ 2015-01-29  1:45 ` Kuninori Morimoto
  2015-01-29  2:09 ` Simon Horman
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2015-01-29  1:45 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > > These are v3 of SDHI DMA support for r8a7790/r8a7791.
> > > These are based on Ulf's
> > > git.linaro.org/people/ulf.hansson/mmc.git tmio
> > > 
> > > Kuninori Morimoto (2):
> > >       ARM: shmobile: r8a7790: tidyup SDHI register size on DTSI
> > >       ARM: shmobile: r8a7791: tidyup SDHI register size on DTSI
> > > 
> > > Laurent Pinchart (2):
> > >       ARM: shmobile: r8a7790: Reference DMA channels in SDHI DT nodes
> > >       ARM: shmobile: r8a7791: Reference DMA channels in SDHI DT nodes
> > > 
> > >  arch/arm/boot/dts/r8a7790.dtsi |   12 ++++++++++--
> > >  arch/arm/boot/dts/r8a7791.dtsi |    8 +++++++-
> > >  2 files changed, 17 insertions(+), 3 deletions(-)
> > 
> > For the whole series,
> > 
> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> Thanks,
> 
> I have queued up this series with your ack added to the two
> patches that were not already signed off by you.

Please take care about these patches.
As I mentioned above, it needs Ulf's tmio branch

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

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2015-01-29  1:45 ` Kuninori Morimoto
@ 2015-01-29  2:09 ` Simon Horman
  2015-01-29  3:35 ` Kuninori Morimoto
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-29  2:09 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 29, 2015 at 01:45:03AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > > These are v3 of SDHI DMA support for r8a7790/r8a7791.
> > > > These are based on Ulf's
> > > > git.linaro.org/people/ulf.hansson/mmc.git tmio
> > > > 
> > > > Kuninori Morimoto (2):
> > > >       ARM: shmobile: r8a7790: tidyup SDHI register size on DTSI
> > > >       ARM: shmobile: r8a7791: tidyup SDHI register size on DTSI
> > > > 
> > > > Laurent Pinchart (2):
> > > >       ARM: shmobile: r8a7790: Reference DMA channels in SDHI DT nodes
> > > >       ARM: shmobile: r8a7791: Reference DMA channels in SDHI DT nodes
> > > > 
> > > >  arch/arm/boot/dts/r8a7790.dtsi |   12 ++++++++++--
> > > >  arch/arm/boot/dts/r8a7791.dtsi |    8 +++++++-
> > > >  2 files changed, 17 insertions(+), 3 deletions(-)
> > > 
> > > For the whole series,
> > > 
> > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> > Thanks,
> > 
> > I have queued up this series with your ack added to the two
> > patches that were not already signed off by you.
> 
> Please take care about these patches.
> As I mentioned above, it needs Ulf's tmio branch

Oops, I forgot about that.

As I am targeting these changes at v3.21 perhaps it would
be best if I dropped them and you reposted them once the dependencies
have hit an rc release.

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

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
                   ` (3 preceding siblings ...)
  2015-01-29  2:09 ` Simon Horman
@ 2015-01-29  3:35 ` Kuninori Morimoto
  2015-01-29  6:59 ` Simon Horman
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2015-01-29  3:35 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > Please take care about these patches.
> > As I mentioned above, it needs Ulf's tmio branch
> 
> Oops, I forgot about that.
> 
> As I am targeting these changes at v3.21 perhaps it would
> be best if I dropped them and you reposted them once the dependencies
> have hit an rc release.

OK
I will repost these again if renesas-devel-xxx included necessary branch


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

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
                   ` (4 preceding siblings ...)
  2015-01-29  3:35 ` Kuninori Morimoto
@ 2015-01-29  6:59 ` Simon Horman
  2015-01-29  7:59 ` Ulf Hansson
  2015-01-29  8:51 ` Simon Horman
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-29  6:59 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 29, 2015 at 03:35:47AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > Please take care about these patches.
> > > As I mentioned above, it needs Ulf's tmio branch
> > 
> > Oops, I forgot about that.
> > 
> > As I am targeting these changes at v3.21 perhaps it would
> > be best if I dropped them and you reposted them once the dependencies
> > have hit an rc release.
> 
> OK
> I will repost these again if renesas-devel-xxx included necessary branch

Thanks.

The branch will most likely be included via a full or rc release from Linus.
Please note the version of the release when you repost so that
it also ends up in renesas-next-xxx when I queue up the patches.


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

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
                   ` (5 preceding siblings ...)
  2015-01-29  6:59 ` Simon Horman
@ 2015-01-29  7:59 ` Ulf Hansson
  2015-01-29  8:51 ` Simon Horman
  7 siblings, 0 replies; 9+ messages in thread
From: Ulf Hansson @ 2015-01-29  7:59 UTC (permalink / raw)
  To: linux-sh

On 29 January 2015 at 07:59, Simon Horman <horms@verge.net.au> wrote:
> On Thu, Jan 29, 2015 at 03:35:47AM +0000, Kuninori Morimoto wrote:
>>
>> Hi Simon
>>
>> > > Please take care about these patches.
>> > > As I mentioned above, it needs Ulf's tmio branch
>> >
>> > Oops, I forgot about that.
>> >
>> > As I am targeting these changes at v3.21 perhaps it would
>> > be best if I dropped them and you reposted them once the dependencies
>> > have hit an rc release.
>>
>> OK
>> I will repost these again if renesas-devel-xxx included necessary branch
>
> Thanks.
>
> The branch will most likely be included via a full or rc release from Linus.
> Please note the version of the release when you repost so that
> it also ends up in renesas-next-xxx when I queue up the patches.
>

Okay, so then you don't need my immutable tmio branch from mmc trre,
since those patches will go in for 3.20.

Kind regards
Uffe

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

* Re: [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support
  2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
                   ` (6 preceding siblings ...)
  2015-01-29  7:59 ` Ulf Hansson
@ 2015-01-29  8:51 ` Simon Horman
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-29  8:51 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 29, 2015 at 08:59:34AM +0100, Ulf Hansson wrote:
> On 29 January 2015 at 07:59, Simon Horman <horms@verge.net.au> wrote:
> > On Thu, Jan 29, 2015 at 03:35:47AM +0000, Kuninori Morimoto wrote:
> >>
> >> Hi Simon
> >>
> >> > > Please take care about these patches.
> >> > > As I mentioned above, it needs Ulf's tmio branch
> >> >
> >> > Oops, I forgot about that.
> >> >
> >> > As I am targeting these changes at v3.21 perhaps it would
> >> > be best if I dropped them and you reposted them once the dependencies
> >> > have hit an rc release.
> >>
> >> OK
> >> I will repost these again if renesas-devel-xxx included necessary branch
> >
> > Thanks.
> >
> > The branch will most likely be included via a full or rc release from Linus.
> > Please note the version of the release when you repost so that
> > it also ends up in renesas-next-xxx when I queue up the patches.
> >
> 
> Okay, so then you don't need my immutable tmio branch from mmc trre,
> since those patches will go in for 3.20.

Yes, I think that is the case.
Sorry for any bother this has caused you.

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

end of thread, other threads:[~2015-01-29  8:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  4:07 [PATCH 0/4 v3] ARM: shmobile: r8a779x: add SDHI DMA support Kuninori Morimoto
2015-01-22 11:21 ` Laurent Pinchart
2015-01-23  2:13 ` Simon Horman
2015-01-29  1:45 ` Kuninori Morimoto
2015-01-29  2:09 ` Simon Horman
2015-01-29  3:35 ` Kuninori Morimoto
2015-01-29  6:59 ` Simon Horman
2015-01-29  7:59 ` Ulf Hansson
2015-01-29  8:51 ` Simon Horman

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