mbox

ACK: [SRU trusty] arm64 USB support for APM Mustang

Message ID 1447692880.13751.7.camel@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/cmagina/trusty-xgene.git 1514971

Message

Craig Magina Nov. 16, 2015, 4:54 p.m. UTC
On Thu, 2015-11-12 at 13:38 -0700, Tim Gardner wrote:
> Positive test results, though the last patch that enables USB needs 
> another updateconfigs pass. Also the patches from linux-next should
> be 
> prefaced with 'UBUNTU: SAUCE: (noup)'.
> 

Completely forgot about that and have since added it as well as run
'updateconfigs.' The new pull-request is below.

> I'm also wondering why you don't also enable all of the USB devices 
> available to arm64 ?

I was going with the the kernel defaults. I went through and enabled
all devices, basically matching what we have enabled for arm64 in wily.

> rtg

The following changes since commit
40c4e87e71354ccad701b7f36e522424e6504bca:

  UBUNTU: Ubuntu-3.13.0-68.111 (2015-11-05 16:44:57 +0000)

are available in the git repository at:

  git://kernel.ubuntu.com/cmagina/trusty-xgene.git 1514971

for you to fetch changes up to
2db0366252977d9a571685a5c814a720e477dd4b:

  UBUNTU: [Config] Enable USB for arm64 (2015-11-16 11:52:08 -0500)

----------------------------------------------------------------
Craig Magina (1):
      UBUNTU: [Config] Enable USB for arm64

Duc Dang (3):
      usb: make xhci platform driver use 64 bit or 32 bit DMA
      usb: Add support for ACPI identification to xhci-platform
      UBUNTU: SAUCE: (noup) arm64: dts: Add USB nodes for APM X-Gene v1
platforms

 arch/arm64/boot/dts/apm-storm.dtsi                 | 19 +++++
 debian.master/config/amd64/config.common.amd64     |  2 +-
 debian.master/config/arm64/config.common.arm64     | 82
+++++++++++++++++++++-
 debian.master/config/armhf/config.common.armhf     |  2 +-
 debian.master/config/config.common.ubuntu          |  2 +-
 debian.master/config/i386/config.common.i386       |  2 +-
 debian.master/config/powerpc/config.common.powerpc |  2 +-
 debian.master/config/ppc64el/config.common.ppc64el |  1 -
 drivers/usb/host/xhci-plat.c                       | 29 ++++++--
 9 files changed, 127 insertions(+), 14 deletions(-)

Thanks,
Craig Magina

Comments

Kamal Mostafa Nov. 17, 2015, 10:12 p.m. UTC | #1
On Mon, 2015-11-16 at 11:54 -0500, Craig Magina wrote:
> On Thu, 2015-11-12 at 13:38 -0700, Tim Gardner wrote:
> > Positive test results, though the last patch that enables USB needs 
> > another updateconfigs pass. Also the patches from linux-next should
> > be 
> > prefaced with 'UBUNTU: SAUCE: (noup)'.
> > 
> 
> Completely forgot about that and have since added it as well as run
> 'updateconfigs.' The new pull-request is below.
> 
> > I'm also wondering why you don't also enable all of the USB devices 
> > available to arm64 ?
> 
> I was going with the the kernel defaults. I went through and enabled
> all devices, basically matching what we have enabled for arm64 in wily.
> 
> > rtg
> 
> The following changes since commit
> 40c4e87e71354ccad701b7f36e522424e6504bca:
> 
>   UBUNTU: Ubuntu-3.13.0-68.111 (2015-11-05 16:44:57 +0000)
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/cmagina/trusty-xgene.git 1514971


Applied to Trusty.

 -Kamal


> for you to fetch changes up to
> 2db0366252977d9a571685a5c814a720e477dd4b:
> 
>   UBUNTU: [Config] Enable USB for arm64 (2015-11-16 11:52:08 -0500)
> 
> ----------------------------------------------------------------
> Craig Magina (1):
>       UBUNTU: [Config] Enable USB for arm64
> 
> Duc Dang (3):
>       usb: make xhci platform driver use 64 bit or 32 bit DMA
>       usb: Add support for ACPI identification to xhci-platform
>       UBUNTU: SAUCE: (noup) arm64: dts: Add USB nodes for APM X-Gene v1
> platforms
> 
>  arch/arm64/boot/dts/apm-storm.dtsi                 | 19 +++++
>  debian.master/config/amd64/config.common.amd64     |  2 +-
>  debian.master/config/arm64/config.common.arm64     | 82
> +++++++++++++++++++++-
>  debian.master/config/armhf/config.common.armhf     |  2 +-
>  debian.master/config/config.common.ubuntu          |  2 +-
>  debian.master/config/i386/config.common.i386       |  2 +-
>  debian.master/config/powerpc/config.common.powerpc |  2 +-
>  debian.master/config/ppc64el/config.common.ppc64el |  1 -
>  drivers/usb/host/xhci-plat.c                       | 29 ++++++--
>  9 files changed, 127 insertions(+), 14 deletions(-)
> 
> Thanks,
> Craig Magina
>
Kamal Mostafa Nov. 17, 2015, 10:13 p.m. UTC | #2
On Tue, 2015-11-17 at 14:12 -0800, Kamal Mostafa wrote:
> On Mon, 2015-11-16 at 11:54 -0500, Craig Magina wrote:
> > On Thu, 2015-11-12 at 13:38 -0700, Tim Gardner wrote:
> > > Positive test results, though the last patch that enables USB needs 
> > > another updateconfigs pass. Also the patches from linux-next should
> > > be 
> > > prefaced with 'UBUNTU: SAUCE: (noup)'.
> > > 
> > 
> > Completely forgot about that and have since added it as well as run
> > 'updateconfigs.' The new pull-request is below.
> > 
> > > I'm also wondering why you don't also enable all of the USB devices 
> > > available to arm64 ?
> > 
> > I was going with the the kernel defaults. I went through and enabled
> > all devices, basically matching what we have enabled for arm64 in wily.
> > 
> > > rtg
> > 
> > The following changes since commit
> > 40c4e87e71354ccad701b7f36e522424e6504bca:
> > 
> >   UBUNTU: Ubuntu-3.13.0-68.111 (2015-11-05 16:44:57 +0000)
> > 
> > are available in the git repository at:
> > 
> >   git://kernel.ubuntu.com/cmagina/trusty-xgene.git 1514971
> 
> 
> Applied to Trusty.
> 
>  -Kamal
> 
> 
> > for you to fetch changes up to
> > 2db0366252977d9a571685a5c814a720e477dd4b:
> > 
> >   UBUNTU: [Config] Enable USB for arm64 (2015-11-16 11:52:08 -0500)
> > 
> > ----------------------------------------------------------------
> > Craig Magina (1):
> >       UBUNTU: [Config] Enable USB for arm64
> > 
> > Duc Dang (3):
> >       usb: make xhci platform driver use 64 bit or 32 bit DMA
> >       usb: Add support for ACPI identification to xhci-platform
> >       UBUNTU: SAUCE: (noup) arm64: dts: Add USB nodes for APM X-Gene v1
> > platforms
> > 
> >  arch/arm64/boot/dts/apm-storm.dtsi                 | 19 +++++
> >  debian.master/config/amd64/config.common.amd64     |  2 +-
> >  debian.master/config/arm64/config.common.arm64     | 82
> > +++++++++++++++++++++-
> >  debian.master/config/armhf/config.common.armhf     |  2 +-
> >  debian.master/config/config.common.ubuntu          |  2 +-
> >  debian.master/config/i386/config.common.i386       |  2 +-
> >  debian.master/config/powerpc/config.common.powerpc |  2 +-
> >  debian.master/config/ppc64el/config.common.ppc64el |  1 -
> >  drivers/usb/host/xhci-plat.c                       | 29 ++++++--
> >  9 files changed, 127 insertions(+), 14 deletions(-)
> > 
> > Thanks,
> > Craig Magina
> > 
> 
>