linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] R-Car SATA platform data
@ 2013-02-27 20:32 Sergei Shtylyov
  2013-03-01  7:25 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2013-02-27 20:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

   Here's the v4 of the set of now 3 patches (the driver itself has been merged
since) against the Simon Horman's renesas.git repo, 'next' branch:

[1/3] ARM: mach-shmobile: r8a7779: SATA DT configuration
[2/3] ARM: mach-shmobile: r8a7779: add SATA support
[3/3] ARM: mach-shmobile: marzen: add SATA support

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

MBR, Sergei

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

* [PATCH v4 0/3] R-Car SATA platform data
  2013-02-27 20:32 [PATCH v4 0/3] R-Car SATA platform data Sergei Shtylyov
@ 2013-03-01  7:25 ` Simon Horman
  2013-03-06 23:28   ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2013-03-01  7:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 27, 2013 at 11:32:51PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
>    Here's the v4 of the set of now 3 patches (the driver itself has been merged
> since) against the Simon Horman's renesas.git repo, 'next' branch:
> 
> [1/3] ARM: mach-shmobile: r8a7779: SATA DT configuration
> [2/3] ARM: mach-shmobile: r8a7779: add SATA support
> [3/3] ARM: mach-shmobile: marzen: add SATA support
> 
> Patch changes since the initial posting are reported in the individual patches.

Thanks. I have refreshed the topic/r-car-sata branch of the renesas tree
accordingly. That branch still contains a copy of the "Add Renesas R-Car
on-chip 3Gbps SATA controller driver." but it should disappear once I rebase
(e.g. on v3.9-rc1).

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

* [PATCH v4 0/3] R-Car SATA platform data
  2013-03-01  7:25 ` Simon Horman
@ 2013-03-06 23:28   ` Sergei Shtylyov
  2013-03-07  3:20     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2013-03-06 23:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 03/01/2013 10:25 AM, Simon Horman wrote:

>
>> Hello.
>>
>>     Here's the v4 of the set of now 3 patches (the driver itself has been merged
>> since) against the Simon Horman's renesas.git repo, 'next' branch:
>>
>> [1/3] ARM: mach-shmobile: r8a7779: SATA DT configuration
>> [2/3] ARM: mach-shmobile: r8a7779: add SATA support
>> [3/3] ARM: mach-shmobile: marzen: add SATA support
>>
>> Patch changes since the initial posting are reported in the individual patches.
> Thanks. I have refreshed the topic/r-car-sata branch of the renesas tree
> accordingly. That branch still contains a copy of the "Add Renesas R-Car
> on-chip 3Gbps SATA controller driver." but it should disappear once I rebase
> (e.g. on v3.9-rc1).

    I see you have finally merged my patches to your 'next' branch, thanks.
However, you've also merged Morimoto-san's patch to change from gic_spi()
to gic_iid(), and I thought I'd recast patch 2/3 to make it use 
gic_iid() too.
How do we do now, do I need to send a new patch to convert to gic_iid()?

WBR, Sergei

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

* [PATCH v4 0/3] R-Car SATA platform data
  2013-03-06 23:28   ` Sergei Shtylyov
@ 2013-03-07  3:20     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-03-07  3:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 07, 2013 at 02:28:57AM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 03/01/2013 10:25 AM, Simon Horman wrote:
> 
> >
> >>Hello.
> >>
> >>    Here's the v4 of the set of now 3 patches (the driver itself has been merged
> >>since) against the Simon Horman's renesas.git repo, 'next' branch:
> >>
> >>[1/3] ARM: mach-shmobile: r8a7779: SATA DT configuration
> >>[2/3] ARM: mach-shmobile: r8a7779: add SATA support
> >>[3/3] ARM: mach-shmobile: marzen: add SATA support
> >>
> >>Patch changes since the initial posting are reported in the individual patches.
> >Thanks. I have refreshed the topic/r-car-sata branch of the renesas tree
> >accordingly. That branch still contains a copy of the "Add Renesas R-Car
> >on-chip 3Gbps SATA controller driver." but it should disappear once I rebase
> >(e.g. on v3.9-rc1).
> 
>    I see you have finally merged my patches to your 'next' branch, thanks.
> However, you've also merged Morimoto-san's patch to change from gic_spi()
> to gic_iid(), and I thought I'd recast patch 2/3 to make it use
> gic_iid() too.

Sorry for messing that up.

> How do we do now, do I need to send a new patch to convert to gic_iid()?

Yes, I think it would be best if you sent an incremental patch.

Sorry once again for the mix-up.

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

end of thread, other threads:[~2013-03-07  3:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-27 20:32 [PATCH v4 0/3] R-Car SATA platform data Sergei Shtylyov
2013-03-01  7:25 ` Simon Horman
2013-03-06 23:28   ` Sergei Shtylyov
2013-03-07  3:20     ` 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).