mbox

[GIT,PULL] Renesas ARM based emev2 SoC updates for v3.11

Message ID 1369573523-10980-1-git-send-email-horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-emev2-for-v3.11

Message

Simon Horman May 26, 2013, 1:05 p.m. UTC
Hi Arnd, Hi Olof,

The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:

  Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-emev2-for-v3.11

for you to fetch changes up to 94a6af856df56ed39bb59ebe17bfa2d10fb333f2:

  ARM: shmobile: emev2: Remove init_irq declaration in machine description (2013-05-22 21:42:03 +0900)

----------------------------------------------------------------
Renesas ARM based emev2 SoC updates for v3.11

Clean-up from Maxime Ripard to remove unnecessary init_irq declaration in
machine description.

----------------------------------------------------------------
Maxime Ripard (1):
      ARM: shmobile: emev2: Remove init_irq declaration in machine description

 arch/arm/mach-shmobile/setup-emev2.c |    2 --
 1 file changed, 2 deletions(-)

Comments

Olof Johansson May 28, 2013, 3:18 a.m. UTC | #1
On Sun, May 26, 2013 at 10:05:22PM +0900, Simon Horman wrote:
> Hi Arnd, Hi Olof,
> 
> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
> 
>   Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-emev2-for-v3.11
> 
> for you to fetch changes up to 94a6af856df56ed39bb59ebe17bfa2d10fb333f2:
> 
>   ARM: shmobile: emev2: Remove init_irq declaration in machine description (2013-05-22 21:42:03 +0900)

Hi,

You could have grouped all of the SoC updates into one branch instead of
sending them up SoC by SoC to us. Either way works, just letting you know
there's no need to keep them separate if that's easier.

Also, the changes from Maxime could all have gone into one cleanup branch
together instead of with the SoC code.

Anyway, no harm done, I've pulled this branch (and will pull the others as
well) into our next/soc branch.


Thanks,

-Olof
Olof Johansson May 28, 2013, 3:59 a.m. UTC | #2
Hi,


On Mon, May 27, 2013 at 8:18 PM, Olof Johansson <olof@lixom.net> wrote:
> On Sun, May 26, 2013 at 10:05:22PM +0900, Simon Horman wrote:
>> Hi Arnd, Hi Olof,
>>
>> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
>>
>>   Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-emev2-for-v3.11
>>
>> for you to fetch changes up to 94a6af856df56ed39bb59ebe17bfa2d10fb333f2:
>>
>>   ARM: shmobile: emev2: Remove init_irq declaration in machine description (2013-05-22 21:42:03 +0900)
>
> Hi,
>
> You could have grouped all of the SoC updates into one branch instead of
> sending them up SoC by SoC to us. Either way works, just letting you know
> there's no need to keep them separate if that's easier.
>
> Also, the changes from Maxime could all have gone into one cleanup branch
> together instead of with the SoC code.
>
> Anyway, no harm done, I've pulled this branch (and will pull the others as
> well) into our next/soc branch.

Based on the comments on the r8a7740 pull request, I've held off
merging this after all.


-Olof
Simon Horman May 28, 2013, 5:27 a.m. UTC | #3
On Mon, May 27, 2013 at 08:18:26PM -0700, Olof Johansson wrote:
> On Sun, May 26, 2013 at 10:05:22PM +0900, Simon Horman wrote:
> > Hi Arnd, Hi Olof,
> > 
> > The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
> > 
> >   Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-emev2-for-v3.11
> > 
> > for you to fetch changes up to 94a6af856df56ed39bb59ebe17bfa2d10fb333f2:
> > 
> >   ARM: shmobile: emev2: Remove init_irq declaration in machine description (2013-05-22 21:42:03 +0900)
> 
> Hi,
> 
> You could have grouped all of the SoC updates into one branch instead of
> sending them up SoC by SoC to us. Either way works, just letting you know
> there's no need to keep them separate if that's easier.

Thanks, I think it would have been easier to merge each of the soc-branches
into a single branch and send a single request. I will do so in future.

> Also, the changes from Maxime could all have gone into one cleanup branch
> together instead of with the SoC code.

Sorry, I missed that somehow.

> Anyway, no harm done, I've pulled this branch (and will pull the others as
> well) into our next/soc branch.

Thanks!