mbox

[GIT,PULL] sa1100 fixes for 3.2

Message ID CAN1soZyDCb8BqjTZ3N7kJBspQQtGuBchQYRbr2qcY1J24zCfuw@mail.gmail.com
State New
Headers show

Pull-request

git://github.com/hzhuang1/linux.git fixes

Message

Haojian Zhuang Dec. 8, 2011, 7:16 a.m. UTC
Hi Arnd,

Please pull sa1100 fixes for 3.2.

The following changes since commit 56f54e7d671969da13693e5a147438f2cc50ca9b:

  Merge branch 'fix' of git://github.com/ycmiao/pxa-linux into fixes
(2011-11-23 20:30:08 +0000)

are available in the git repository at:

  git://github.com/hzhuang1/linux.git fixes

Jett.Zhou (1):
      ARM: sa1100: fix build error

 arch/arm/mach-sa1100/Makefile.boot |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Thanks
Haojian

Comments

Arnd Bergmann Dec. 8, 2011, 4:49 p.m. UTC | #1
On Thursday 08 December 2011, Haojian Zhuang wrote:
> The following changes since commit 56f54e7d671969da13693e5a147438f2cc50ca9b:
> 
>   Merge branch 'fix' of git://github.com/ycmiao/pxa-linux into fixes
> (2011-11-23 20:30:08 +0000)

Pulled, thanks! Note that generally, I'd prefer pull requests to be based
on an -rc release instead of my own fixes branch, but it's not a big
deal.

I've also applied the two bug fixes for your pxa gpio series on top of the
branch I already had. It took me a while to figure out that those are not
for 3.2 but instead on the other branch. Since they are obviously required,
I applied them directly (I've noticed the same bug before).

I'm a bit confused about who I should be pulling from pxa and mmp stuff
in general. I've taken the liberal approach so far and just pulled whatever
gets thrown at me as long as it looks good from each of you, but the
MAINTAINERS file currently lists:

PXA2xx/PXA3xx SUPPORT
M:      Eric Miao <eric.y.miao@gmail.com>
M:      Russell King <linux@arm.linux.org.uk>
PXA168 SUPPORT
M:      Eric Miao <eric.y.miao@gmail.com>
M:      Jason Chagas <jason.chagas@marvell.com>
PXA910 SUPPORT
M:      Eric Miao <eric.y.miao@gmail.com>
MMP2 SUPPORT (aka ARMADA610)
M:      Haojian Zhuang <haojian.zhuang@marvell.com>
M:      Eric Miao <eric.y.miao@gmail.com>

Should that be updated to include you for all of these? I certainly don't
want to step on Eric's and Russell's toes but you seem to be doing the bulk
of the pxa/mmp work nowadays and I would prefer to pull from someone
who is actually listed as maintainer.

	Arnd
Russell King - ARM Linux Dec. 8, 2011, 9:20 p.m. UTC | #2
On Thu, Dec 08, 2011 at 04:49:23PM +0000, Arnd Bergmann wrote:
> I'm a bit confused about who I should be pulling from pxa and mmp stuff
> in general. I've taken the liberal approach so far and just pulled whatever
> gets thrown at me as long as it looks good from each of you, but the
> MAINTAINERS file currently lists:
> 
> PXA2xx/PXA3xx SUPPORT
> M:      Eric Miao <eric.y.miao@gmail.com>
> M:      Russell King <linux@arm.linux.org.uk>
> PXA168 SUPPORT
> M:      Eric Miao <eric.y.miao@gmail.com>
> M:      Jason Chagas <jason.chagas@marvell.com>
> PXA910 SUPPORT
> M:      Eric Miao <eric.y.miao@gmail.com>
> MMP2 SUPPORT (aka ARMADA610)
> M:      Haojian Zhuang <haojian.zhuang@marvell.com>
> M:      Eric Miao <eric.y.miao@gmail.com>
> 
> Should that be updated to include you for all of these? I certainly don't
> want to step on Eric's and Russell's toes but you seem to be doing the bulk
> of the pxa/mmp work nowadays and I would prefer to pull from someone
> who is actually listed as maintainer.

Eric no longer works for Marvell, but does what he can to look after PXA
stuff.  I can't really claim to be a 'maintainer' for PXA, but I still do
some work in this area mostly in an advisory role.

Jason doesn't seem to be contactable by any means (even his personal
cell phone number and work number don't get him - though I do get his
voicemail) and I've been worried about this for a number of months -
even Haojian seems unable to contact Jason.

Haojian is now the contact within Marvell for PXA/MMP stuff, so can be
regarded as valid to pull from.

If Haojian wishes to send a patch adding to the MAINTAINERS entries as
appropriate, then I'd support that.