mbox

[0/6] v2 PowerPC e500mc patchset

Message ID cover.1339693612.git.bcollins@ubuntu.com
State New
Headers show

Pull-request

git://github.com/benmcollins/ubuntu-quantal-fsl.git e500mc-config

Message

Benjamin Collins June 14, 2012, 4:42 p.m. UTC
So this reduces the patches to just those to get the flavour created. The
Upstream patches have all been accepted, but I don't know if they will make
the 3.5 cut. All of them are specific to PowerPC, and in fact, all of them
only affect this new flavour.

The following changes since commit e73dfc7ffe973e793bf3cc1448113e9e9aab2af6:

  UBUNTU: (config) Move dependency on crda to extra package (2012-06-11 09:09:04 -0700)

are available in the git repository at:

  git://github.com/benmcollins/ubuntu-quantal-fsl.git e500mc-config

for you to fetch changes up to 3dbf5071c8c6196387599798358a3b0ad2d0a424:

  UBUNTU: build: Add powerpc-e500mc flavour (2012-06-14 12:39:34 -0400)

Ben Collins (6):
  UBUNTU: [Upstream] EDAC: Fix compilation of mpc85xx_edac driver
  UBUNTU: [Upstream] Complete fsl qe/udc driver conversion
  UBUNTU: [Upstream] PPC: PCI: Fix pcibios_io_space_offset() so it
    works for 32-bit ptr/64-bit rsrcs
  UBUNTU: build: Fix genportconfigs maintainer target
  UBUNTU: build: Add a command that allows overriding vars by flavours
  UBUNTU: build: Add powerpc-e500mc flavour

 arch/powerpc/kernel/pci-common.c                   |    8 +-
 debian.master/config/amd64/config.common.amd64     |    3 +
 debian.master/config/armel/config.common.armel     |    5 +
 debian.master/config/armhf/config.common.armhf     |    5 +
 debian.master/config/config.common.ubuntu          |  130 +++++++++++++++++---
 debian.master/config/enforce                       |    2 +-
 debian.master/config/i386/config.common.i386       |    3 +
 debian.master/config/powerpc/config.common.powerpc |   14 ++-
 .../config/powerpc/config.flavour.powerpc-e500mc   |   54 ++++++++
 .../config/powerpc/config.flavour.powerpc-smp      |   11 ++
 .../config/powerpc/config.flavour.powerpc64-smp    |    9 ++
 debian.master/config/ppc64/config.common.ppc64     |    9 ++
 debian.master/control.d/vars.powerpc-e500mc        |    6 +
 debian.master/control.stub.in                      |    2 +-
 debian.master/d-i/kernel-versions.in               |    1 +
 debian.master/rules.d/powerpc.mk                   |   16 ++-
 debian/rules.d/0-common-vars.mk                    |    5 +
 debian/rules.d/1-maintainer.mk                     |    2 +-
 debian/rules.d/2-binary-arch.mk                    |   15 ++-
 drivers/edac/mpc85xx_edac.c                        |    2 +-
 drivers/usb/gadget/fsl_qe_udc.h                    |    4 +-
 drivers/usb/gadget/fsl_udc_core.c                  |    2 +-
 drivers/usb/gadget/fsl_usb2_udc.h                  |    4 +-
 23 files changed, 275 insertions(+), 37 deletions(-)
 create mode 100644 debian.master/config/powerpc/config.flavour.powerpc-e500mc
 create mode 100644 debian.master/control.d/vars.powerpc-e500mc

Comments

Benjamin Collins June 23, 2012, 4:35 a.m. UTC | #1
FWIW, I've rebased this on the latest master-next

On Jun 14, 2012, at 12:42 PM, Ben Collins wrote:

> So this reduces the patches to just those to get the flavour created. The
> Upstream patches have all been accepted, but I don't know if they will make
> the 3.5 cut. All of them are specific to PowerPC, and in fact, all of them
> only affect this new flavour.
> 
> The following changes since commit e73dfc7ffe973e793bf3cc1448113e9e9aab2af6:
> 
>  UBUNTU: (config) Move dependency on crda to extra package (2012-06-11 09:09:04 -0700)
> 
> are available in the git repository at:
> 
>  git://github.com/benmcollins/ubuntu-quantal-fsl.git e500mc-config
> 
> for you to fetch changes up to 3dbf5071c8c6196387599798358a3b0ad2d0a424:
> 
>  UBUNTU: build: Add powerpc-e500mc flavour (2012-06-14 12:39:34 -0400)
> 
> Ben Collins (6):
>  UBUNTU: [Upstream] EDAC: Fix compilation of mpc85xx_edac driver
>  UBUNTU: [Upstream] Complete fsl qe/udc driver conversion
>  UBUNTU: [Upstream] PPC: PCI: Fix pcibios_io_space_offset() so it
>    works for 32-bit ptr/64-bit rsrcs
>  UBUNTU: build: Fix genportconfigs maintainer target
>  UBUNTU: build: Add a command that allows overriding vars by flavours
>  UBUNTU: build: Add powerpc-e500mc flavour
> 
> arch/powerpc/kernel/pci-common.c                   |    8 +-
> debian.master/config/amd64/config.common.amd64     |    3 +
> debian.master/config/armel/config.common.armel     |    5 +
> debian.master/config/armhf/config.common.armhf     |    5 +
> debian.master/config/config.common.ubuntu          |  130 +++++++++++++++++---
> debian.master/config/enforce                       |    2 +-
> debian.master/config/i386/config.common.i386       |    3 +
> debian.master/config/powerpc/config.common.powerpc |   14 ++-
> .../config/powerpc/config.flavour.powerpc-e500mc   |   54 ++++++++
> .../config/powerpc/config.flavour.powerpc-smp      |   11 ++
> .../config/powerpc/config.flavour.powerpc64-smp    |    9 ++
> debian.master/config/ppc64/config.common.ppc64     |    9 ++
> debian.master/control.d/vars.powerpc-e500mc        |    6 +
> debian.master/control.stub.in                      |    2 +-
> debian.master/d-i/kernel-versions.in               |    1 +
> debian.master/rules.d/powerpc.mk                   |   16 ++-
> debian/rules.d/0-common-vars.mk                    |    5 +
> debian/rules.d/1-maintainer.mk                     |    2 +-
> debian/rules.d/2-binary-arch.mk                    |   15 ++-
> drivers/edac/mpc85xx_edac.c                        |    2 +-
> drivers/usb/gadget/fsl_qe_udc.h                    |    4 +-
> drivers/usb/gadget/fsl_udc_core.c                  |    2 +-
> drivers/usb/gadget/fsl_usb2_udc.h                  |    4 +-
> 23 files changed, 275 insertions(+), 37 deletions(-)
> create mode 100644 debian.master/config/powerpc/config.flavour.powerpc-e500mc
> create mode 100644 debian.master/control.d/vars.powerpc-e500mc
> 
> -- 
> 1.7.9.5
> 

--
Bluecherry: http://www.bluecherrydvr.com/
SwissDisk : http://www.swissdisk.com/
Ubuntu    : http://www.ubuntu.com/
My Blog   : http://ben-collins.blogspot.com/
Tim Gardner June 25, 2012, 3:24 p.m. UTC | #2
On 06/22/2012 10:35 PM, Ben Collins wrote:
> FWIW, I've rebased this on the latest master-next
> 

I'm taking this off list since its a bit of a biz-dev discussion.

As mentioned in a previous email, I've been given very clear direction
from management to minimize the number of distro supported kernel
flavours and focus all efforts on our core offerings, which right now
are armhf and amd64.

I'm not going to entertain a pull request to add a powerpc flavour until
my biz-dev folks tell me it is what they want.

That means you have to convince Chris Van Hoof et al.

rtg
Chris Van Hoof June 25, 2012, 3:27 p.m. UTC | #3
On 06/25/2012 11:24 AM, Tim Gardner wrote:
> On 06/22/2012 10:35 PM, Ben Collins wrote:
>> FWIW, I've rebased this on the latest master-next
>>
> 
> I'm taking this off list since its a bit of a biz-dev discussion.
> 
> As mentioned in a previous email, I've been given very clear direction
> from management to minimize the number of distro supported kernel
> flavours and focus all efforts on our core offerings, which right now
> are armhf and amd64.
> 
> I'm not going to entertain a pull request to add a powerpc flavour until
> my biz-dev folks tell me it is what they want.
> 
> That means you have to convince Chris Van Hoof et al.
> 
> rtg

Thanks Tim -- Henry and I will sort this out on our end.

--chris