linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regulator: First pull of MFD <-> Regulator IB (v3.16)
@ 2014-04-23 11:39 Lee Jones
  2014-04-23 12:46 ` Mark Brown
  2014-04-28  9:12 ` [GIT PULL v2] " Lee Jones
  0 siblings, 2 replies; 6+ messages in thread
From: Lee Jones @ 2014-04-23 11:39 UTC (permalink / raw)
  To: broonie; +Cc: linux-kernel

The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:

  Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-3.16

for you to fetch changes up to 60e91b51b515b20f85697fcd397911fdb97bbdca:

  regulator: tps65090: Allow setting the overcurrent wait time (2014-04-23 12:34:01 +0100)

----------------------------------------------------------------
Immutable branch between MFD and Regulator due for v3.16 merge-window.

----------------------------------------------------------------
Doug Anderson (3):
      mfd: tps65090: Don't tell child devices we have an IRQ if we don't
      mfd: tps65090: Stop caching most registers
      regulator: tps65090: Allow setting the overcurrent wait time

 Documentation/devicetree/bindings/regulator/tps65090.txt |  4 ++++
 drivers/mfd/tps65090.c                                   | 41 +++++++++++++++++++++++++----------------
 drivers/power/tps65090-charger.c                         | 11 -----------
 drivers/regulator/tps65090-regulator.c                   | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/tps65090.h                             | 19 +++++++++++++++++++
 5 files changed, 104 insertions(+), 27 deletions(-)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [GIT PULL] regulator: First pull of MFD <-> Regulator IB (v3.16)
  2014-04-23 11:39 [GIT PULL] regulator: First pull of MFD <-> Regulator IB (v3.16) Lee Jones
@ 2014-04-23 12:46 ` Mark Brown
  2014-04-23 15:00   ` Lee Jones
  2014-04-28  9:12 ` [GIT PULL v2] " Lee Jones
  1 sibling, 1 reply; 6+ messages in thread
From: Mark Brown @ 2014-04-23 12:46 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]

On Wed, Apr 23, 2014 at 12:39:41PM +0100, Lee Jones wrote:

> Doug Anderson (3):
>       mfd: tps65090: Don't tell child devices we have an IRQ if we don't
>       mfd: tps65090: Stop caching most registers
>       regulator: tps65090: Allow setting the overcurrent wait time

Can you drop the last one please, I've already applied it?  I'd have
expected just the first two (or probably even just the second one).  If
you need it in your tree just grab the branch (or I can tag it if you
like).

I tend to apply these things early where they don't have dependencies
due to the large number of reposts for unrelated changes in the series
that tend to happen (and often several very similar serieses being in
flight at once); I frequently end up just deleting them unread.  Not
sure what the best way to handle this stuff is in general.

>  Documentation/devicetree/bindings/regulator/tps65090.txt |  4 ++++
>  drivers/mfd/tps65090.c                                   | 41 +++++++++++++++++++++++++----------------
>  drivers/power/tps65090-charger.c                         | 11 -----------
>  drivers/regulator/tps65090-regulator.c                   | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/mfd/tps65090.h                             | 19 +++++++++++++++++++
>  5 files changed, 104 insertions(+), 27 deletions(-)

Your formatting for these still seems to be messing up.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [GIT PULL] regulator: First pull of MFD <-> Regulator IB (v3.16)
  2014-04-23 12:46 ` Mark Brown
@ 2014-04-23 15:00   ` Lee Jones
  2014-04-23 18:13     ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Jones @ 2014-04-23 15:00 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-kernel

> > Doug Anderson (3):
> >       mfd: tps65090: Don't tell child devices we have an IRQ if we don't
> >       mfd: tps65090: Stop caching most registers
> >       regulator: tps65090: Allow setting the overcurrent wait time
> 
> Can you drop the last one please, I've already applied it?  I'd have
> expected just the first two (or probably even just the second one).  If
> you need it in your tree just grab the branch (or I can tag it if you
> like).
> 
> I tend to apply these things early where they don't have dependencies
> due to the large number of reposts for unrelated changes in the series
> that tend to happen (and often several very similar serieses being in
> flight at once); I frequently end up just deleting them unread.  Not
> sure what the best way to handle this stuff is in general.

I know that you due, which I think makes things easier for you, but
more difficult for everyone else (author, other maintainers). Applying
cross-subsystem patches also makes things difficult down the line.

Not sure what do do about the last patch now, as it has MFD changes
which aren't in the MFD tree. All well and good if no one else touches
that hunk for the remainder of the cycle, but if they do we're likely
to have merge conflicts.

I'll re-spin Monday.

> >  Documentation/devicetree/bindings/regulator/tps65090.txt |  4 ++++
> >  drivers/mfd/tps65090.c                                   | 41 +++++++++++++++++++++++++----------------
> >  drivers/power/tps65090-charger.c                         | 11 -----------
> >  drivers/regulator/tps65090-regulator.c                   | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  include/linux/mfd/tps65090.h                             | 19 +++++++++++++++++++
> >  5 files changed, 104 insertions(+), 27 deletions(-)
> 
> Your formatting for these still seems to be messing up.

How so? Looks fine for me I think?

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [GIT PULL] regulator: First pull of MFD <-> Regulator IB (v3.16)
  2014-04-23 15:00   ` Lee Jones
@ 2014-04-23 18:13     ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2014-04-23 18:13 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2816 bytes --]

On Wed, Apr 23, 2014 at 04:00:47PM +0100, Lee Jones wrote:

> > Can you drop the last one please, I've already applied it?  I'd have
> > expected just the first two (or probably even just the second one).  If
> > you need it in your tree just grab the branch (or I can tag it if you
> > like).

> > I tend to apply these things early where they don't have dependencies
> > due to the large number of reposts for unrelated changes in the series
> > that tend to happen (and often several very similar serieses being in
> > flight at once); I frequently end up just deleting them unread.  Not
> > sure what the best way to handle this stuff is in general.

> I know that you due, which I think makes things easier for you, but
> more difficult for everyone else (author, other maintainers). Applying
> cross-subsystem patches also makes things difficult down the line.

It's not really my convenience here - it's about trying progress the
serieses and cut the amount of code that people are having to carry.

People were complaining about things getting stalled due to lack of
review but of course one of the reasons for that is that it seems that
the early bits of the series commonly need respins and there's frequent
delays too (probably compounded by the frequent respins).  That creates
a sense that these things are going nowhere slowly (or are just reposts
of already reviewed changes) which discourages spending time on them
until someone actively chases and then compounds the problem.

> Not sure what do do about the last patch now, as it has MFD changes
> which aren't in the MFD tree. All well and good if no one else touches
> that hunk for the remainder of the cycle, but if they do we're likely
> to have merge conflicts.

As I said above just pull the branch into MFD - like I say I can tag it
if you want, in fact I just pushed one:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/tps65090-reg-pdata-v3.16

That's what all the tiny topic branches are for, to make it easy to do
merges when needed - there shouldn't be any great difficulty here?

> > >  Documentation/devicetree/bindings/regulator/tps65090.txt |  4 ++++
> > >  drivers/mfd/tps65090.c                                   | 41 +++++++++++++++++++++++++----------------
> > >  drivers/power/tps65090-charger.c                         | 11 -----------
> > >  drivers/regulator/tps65090-regulator.c                   | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >  include/linux/mfd/tps65090.h                             | 19 +++++++++++++++++++
> > >  5 files changed, 104 insertions(+), 27 deletions(-)

> > Your formatting for these still seems to be messing up.

> How so? Looks fine for me I think?

The lines are *way* over 80 columns, look to be formatted for about 130
or something.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [GIT PULL v2] regulator: First pull of MFD <-> Regulator IB (v3.16)
  2014-04-23 11:39 [GIT PULL] regulator: First pull of MFD <-> Regulator IB (v3.16) Lee Jones
  2014-04-23 12:46 ` Mark Brown
@ 2014-04-28  9:12 ` Lee Jones
  2014-04-29 17:04   ` Mark Brown
  1 sibling, 1 reply; 6+ messages in thread
From: Lee Jones @ 2014-04-28  9:12 UTC (permalink / raw)
  To: broonie; +Cc: linux-kernel

With the Regulator patch removed this time - as requested.

The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:

  Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-3.16

for you to fetch changes up to c42ba72ec3a7a1b6aa30122931f1f4b91b601c31:

  mfd: tps65090: Stop caching most registers (2014-04-23 12:32:19 +0100)

----------------------------------------------------------------
Immutable branch between MFD and Regulator due for v3.16 merge-window.

----------------------------------------------------------------
Doug Anderson (2):
      mfd: tps65090: Don't tell child devices we have an IRQ if we don't
      mfd: tps65090: Stop caching most registers

 drivers/mfd/tps65090.c           | 41 +++++++++++++++++++++++++----------------
 drivers/power/tps65090-charger.c | 11 -----------
 include/linux/mfd/tps65090.h     | 14 ++++++++++++++
 3 files changed, 39 insertions(+), 27 deletions(-)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [GIT PULL v2] regulator: First pull of MFD <-> Regulator IB (v3.16)
  2014-04-28  9:12 ` [GIT PULL v2] " Lee Jones
@ 2014-04-29 17:04   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2014-04-29 17:04 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

On Mon, Apr 28, 2014 at 10:12:28AM +0100, Lee Jones wrote:
> With the Regulator patch removed this time - as requested.
> 
> The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:
> 
>   Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-3.16
> 
> for you to fetch changes up to c42ba72ec3a7a1b6aa30122931f1f4b91b601c31:
> 
>   mfd: tps65090: Stop caching most registers (2014-04-23 12:32:19 +0100)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD and Regulator due for v3.16 merge-window.
> 
> ----------------------------------------------------------------

Pulled, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2014-04-29 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-23 11:39 [GIT PULL] regulator: First pull of MFD <-> Regulator IB (v3.16) Lee Jones
2014-04-23 12:46 ` Mark Brown
2014-04-23 15:00   ` Lee Jones
2014-04-23 18:13     ` Mark Brown
2014-04-28  9:12 ` [GIT PULL v2] " Lee Jones
2014-04-29 17:04   ` Mark Brown

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