devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] R-Car SATA driver and platform data
@ 2013-02-18 20:27 Sergei Shtylyov
  2013-02-19  3:42 ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2013-02-18 20:27 UTC (permalink / raw)
  To: horms, magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik,
	linux-ide
  Cc: grant.likely, rob.herring, devicetree-discuss, vladimir.barinov

Hello.

   Here's the v2 of the set of 4 patches against the Simon Horman's renesas.git
repo, 'next' branch:

[1/4] libata: add R-Car SATA driver
[2/4] ARM: mach-shmobile: r8a7779: SATA DT configuration
[3/4] ARM: mach-shmobile: r8a7779: add SATA support
[4/4] ARM: mach-shmobile: marzen: add SATA support

Patch 1 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git
repo.

Patch changes since the initial posting are reported in the individual patches.

MBR, Sergei

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

* Re: [PATCH v2 0/4] R-Car SATA driver and platform data
  2013-02-18 20:27 [PATCH v2 0/4] R-Car SATA driver and platform data Sergei Shtylyov
@ 2013-02-19  3:42 ` Simon Horman
  2013-02-25 13:08   ` Sergei Shtylyov
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2013-02-19  3:42 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik,
	linux-ide, grant.likely, rob.herring, devicetree-discuss,
	vladimir.barinov

On Mon, Feb 18, 2013 at 11:27:46PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
>    Here's the v2 of the set of 4 patches against the Simon Horman's renesas.git
> repo, 'next' branch:
> 
> [1/4] libata: add R-Car SATA driver
> [2/4] ARM: mach-shmobile: r8a7779: SATA DT configuration
> [3/4] ARM: mach-shmobile: r8a7779: add SATA support
> [4/4] ARM: mach-shmobile: marzen: add SATA support
> 
> Patch 1 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git
> repo.
> 
> Patch changes since the initial posting are reported in the individual patches.

Thanks, I have updated topic/r-car-sata and verified
that the SATA driver is successfully initialised for both
non-DT and DT boot.

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

* Re: [PATCH v2 0/4] R-Car SATA driver and platform data
  2013-02-19  3:42 ` Simon Horman
@ 2013-02-25 13:08   ` Sergei Shtylyov
  2013-02-26  0:07     ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2013-02-25 13:08 UTC (permalink / raw)
  To: Simon Horman
  Cc: magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik,
	linux-ide, grant.likely, rob.herring, devicetree-discuss,
	vladimir.barinov

Hello.

On 19-02-2013 7:42, Simon Horman wrote:

>>     Here's the v2 of the set of 4 patches against the Simon Horman's renesas.git
>> repo, 'next' branch:

>> [1/4] libata: add R-Car SATA driver
>> [2/4] ARM: mach-shmobile: r8a7779: SATA DT configuration
>> [3/4] ARM: mach-shmobile: r8a7779: add SATA support
>> [4/4] ARM: mach-shmobile: marzen: add SATA support

>> Patch 1 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git
>> repo.

>> Patch changes since the initial posting are reported in the individual patches.

> Thanks, I have updated topic/r-car-sata and verified
> that the SATA driver is successfully initialised for both
> non-DT and DT boot.

    The SATA driver have been already merged by Linus:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=163cf81d266f017d718ef786fbbb6b2513ce7ec3

Can we merge the rest of the patches in this merge window?

WBR, Sergei


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

* Re: [PATCH v2 0/4] R-Car SATA driver and platform data
  2013-02-25 13:08   ` Sergei Shtylyov
@ 2013-02-26  0:07     ` Simon Horman
  2013-02-26  3:10       ` Kuninori Morimoto
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2013-02-26  0:07 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik,
	linux-ide, grant.likely, rob.herring, devicetree-discuss,
	vladimir.barinov

On Mon, Feb 25, 2013 at 05:08:19PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 19-02-2013 7:42, Simon Horman wrote:
> 
> >>    Here's the v2 of the set of 4 patches against the Simon Horman's renesas.git
> >>repo, 'next' branch:
> 
> >>[1/4] libata: add R-Car SATA driver
> >>[2/4] ARM: mach-shmobile: r8a7779: SATA DT configuration
> >>[3/4] ARM: mach-shmobile: r8a7779: add SATA support
> >>[4/4] ARM: mach-shmobile: marzen: add SATA support
> 
> >>Patch 1 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git
> >>repo.
> 
> >>Patch changes since the initial posting are reported in the individual patches.
> 
> >Thanks, I have updated topic/r-car-sata and verified
> >that the SATA driver is successfully initialised for both
> >non-DT and DT boot.
> 
>    The SATA driver have been already merged by Linus:
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=163cf81d266f017d718ef786fbbb6b2513ce7ec3
> 
> Can we merge the rest of the patches in this merge window?

Unfortunately the path for patches for shmobile is long, arduous and
out of my control.

I will merge the remaining patches into the renesas tree ASAP
and push them to arm-soc for v3.10.

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

* Re: [PATCH v2 0/4] R-Car SATA driver and platform data
  2013-02-26  0:07     ` Simon Horman
@ 2013-02-26  3:10       ` Kuninori Morimoto
  0 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2013-02-26  3:10 UTC (permalink / raw)
  To: Simon Horman
  Cc: Sergei Shtylyov, magnus.damm, linux, linux-sh, linux-arm-kernel,
	jgarzik, linux-ide, grant.likely, rob.herring, devicetree-discuss,
	vladimir.barinov


Hi Simon, Sergei

> > >>[1/4] libata: add R-Car SATA driver
> > >>[2/4] ARM: mach-shmobile: r8a7779: SATA DT configuration
> > >>[3/4] ARM: mach-shmobile: r8a7779: add SATA support
> > >>[4/4] ARM: mach-shmobile: marzen: add SATA support
> > 
> > >>Patch 1 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git
> > >>repo.
> > 
> > >>Patch changes since the initial posting are reported in the individual patches.
> > 
> > >Thanks, I have updated topic/r-car-sata and verified
> > >that the SATA driver is successfully initialised for both
> > >non-DT and DT boot.
> > 
> >    The SATA driver have been already merged by Linus:
> > 
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=163cf81d266f017d718ef786fbbb6b2513ce7ec3
> > 
> > Can we merge the rest of the patches in this merge window?
> 
> Unfortunately the path for patches for shmobile is long, arduous and
> out of my control.
> 
> I will merge the remaining patches into the renesas tree ASAP
> and push them to arm-soc for v3.10.

I guess this patch is using gic_spi() on setup-r8a7779.c

Could you please send additional patch (or v2) to use gic_iid()
instead of gic_spi() if Simon accepts my gic_iid() macro patch ?
[ARM: shmobile: add gic_iid macro for ICCIAR / interrupt ID]


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2013-02-26  3:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 20:27 [PATCH v2 0/4] R-Car SATA driver and platform data Sergei Shtylyov
2013-02-19  3:42 ` Simon Horman
2013-02-25 13:08   ` Sergei Shtylyov
2013-02-26  0:07     ` Simon Horman
2013-02-26  3:10       ` 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).