mbox

[GIT,PULL] Third Round of Renesas ARM Based SoC Updates for v3.20

Message ID cover.1421715134.git.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-soc3-for-v3.20

Message

Simon Horman Jan. 20, 2015, 1:27 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these third round of Renesas ARM based SoC updates for v3.20.

This pull request is based on the previous round of
such requests, tagged as renesas-soc2-for-v3.20,
which I have already sent a pull-request for.


The following changes since commit 2173fc7cb681c38b9e5bc526211045caecf96e44:

  ARM: shmobile: R-Mobile: Add DT support for PM domains (2015-01-15 08:38:14 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc3-for-v3.20

for you to fetch changes up to 1632ff162f305f38667632c465e4bfaab8ef87a2:

  ARM: shmobile: R-Mobile: Special-case PM domains with memory-controllers (2015-01-16 11:02:42 +0900)

----------------------------------------------------------------
Third Round of Renesas ARM Based SoC Updates for v3.20

* Special-case PM domains with memory-controllers

----------------------------------------------------------------
Geert Uytterhoeven (3):
      ARM: shmobile: R-Mobile: Consolidate rmobile_pd_suspend_*()
      ARM: shmobile: R-Mobile: Generalize adding/looking up special PM domains
      ARM: shmobile: R-Mobile: Special-case PM domains with memory-controllers

 arch/arm/mach-shmobile/pm-rmobile.c | 155 ++++++++++++++++++++++--------------
 1 file changed, 97 insertions(+), 58 deletions(-)

Comments

Olof Johansson Jan. 22, 2015, 1:33 a.m. UTC | #1
On Tue, Jan 20, 2015 at 10:27:08AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these third round of Renesas ARM based SoC updates for v3.20.
> 
> This pull request is based on the previous round of
> such requests, tagged as renesas-soc2-for-v3.20,
> which I have already sent a pull-request for.
> 
> 
> The following changes since commit 2173fc7cb681c38b9e5bc526211045caecf96e44:
> 
>   ARM: shmobile: R-Mobile: Add DT support for PM domains (2015-01-15 08:38:14 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc3-for-v3.20
> 
> for you to fetch changes up to 1632ff162f305f38667632c465e4bfaab8ef87a2:
> 
>   ARM: shmobile: R-Mobile: Special-case PM domains with memory-controllers (2015-01-16 11:02:42 +0900)

Simon,

Doing each merge of a pull request is an amount of work from us. You sent
a preceding pull request for the soc branch just three days before this one.

Can you try to reduce the frequency of how often you drain the queue
of pending patches, perhaps? I know there's a balance to be had between
merge early-merge often and getting more aggregated, but I wonder if it
can be tuned back a bit to avoid flooding us.

Maybe a good balance would be wait to send the next pull request of a
branch until the previous one has been taken care of.

That being said: Merged.


Thanks,

-Olof
Simon Horman Jan. 22, 2015, 2:04 a.m. UTC | #2
On Wed, Jan 21, 2015 at 05:33:01PM -0800, Olof Johansson wrote:
> On Tue, Jan 20, 2015 at 10:27:08AM +0900, Simon Horman wrote:
> > Hi Olof, Hi Kevin, Hi Arnd,
> > 
> > Please consider these third round of Renesas ARM based SoC updates for v3.20.
> > 
> > This pull request is based on the previous round of
> > such requests, tagged as renesas-soc2-for-v3.20,
> > which I have already sent a pull-request for.
> > 
> > 
> > The following changes since commit 2173fc7cb681c38b9e5bc526211045caecf96e44:
> > 
> >   ARM: shmobile: R-Mobile: Add DT support for PM domains (2015-01-15 08:38:14 +0900)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc3-for-v3.20
> > 
> > for you to fetch changes up to 1632ff162f305f38667632c465e4bfaab8ef87a2:
> > 
> >   ARM: shmobile: R-Mobile: Special-case PM domains with memory-controllers (2015-01-16 11:02:42 +0900)
> 
> Simon,
> 
> Doing each merge of a pull request is an amount of work from us. You sent
> a preceding pull request for the soc branch just three days before this one.
> 
> Can you try to reduce the frequency of how often you drain the queue
> of pending patches, perhaps? I know there's a balance to be had between
> merge early-merge often and getting more aggregated, but I wonder if it
> can be tuned back a bit to avoid flooding us.
> 
> Maybe a good balance would be wait to send the next pull request of a
> branch until the previous one has been taken care of.

Thanks, I will try to find a better balance.

> That being said: Merged.

Thanks.