Re: [PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform

2015-08-08 Thread Javier Martinez Canillas
Hello Greg, On Sat, Aug 8, 2015 at 5:37 PM, Greg KH wrote: > On Sat, Aug 08, 2015 at 07:43:40AM +0200, Javier Martinez Canillas wrote: >> Hello Greg, >> >> On Sat, Aug 8, 2015 at 3:29 AM, Greg KH wrote: >> > On Fri, Aug 07, 2015 at 06:03:36PM -0700, Duc Dang wrote: >> >> Provide the methods to l

Re: [PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform

2015-08-08 Thread Duc Dang
On Sat, Aug 8, 2015 at 8:37 AM, Greg KH wrote: > On Sat, Aug 08, 2015 at 07:43:40AM +0200, Javier Martinez Canillas wrote: >> Hello Greg, >> >> On Sat, Aug 8, 2015 at 3:29 AM, Greg KH wrote: >> > On Fri, Aug 07, 2015 at 06:03:36PM -0700, Duc Dang wrote: >> >> Provide the methods to let ACPI ident

Re: [PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform

2015-08-08 Thread Greg KH
On Sat, Aug 08, 2015 at 07:43:40AM +0200, Javier Martinez Canillas wrote: > Hello Greg, > > On Sat, Aug 8, 2015 at 3:29 AM, Greg KH wrote: > > On Fri, Aug 07, 2015 at 06:03:36PM -0700, Duc Dang wrote: > >> Provide the methods to let ACPI identify the need to use > >> xhci-platform. Change the Kco

Re: [PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform

2015-08-07 Thread Javier Martinez Canillas
Hello Greg, On Sat, Aug 8, 2015 at 3:29 AM, Greg KH wrote: > On Fri, Aug 07, 2015 at 06:03:36PM -0700, Duc Dang wrote: >> Provide the methods to let ACPI identify the need to use >> xhci-platform. Change the Kconfig files so the >> xhci-plat.o file is selectable during kernel config. >> >> This h

Re: [PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform

2015-08-07 Thread Duc Dang
On Fri, Aug 7, 2015 at 6:29 PM, Greg KH wrote: > On Fri, Aug 07, 2015 at 06:03:36PM -0700, Duc Dang wrote: >> Provide the methods to let ACPI identify the need to use >> xhci-platform. Change the Kconfig files so the >> xhci-plat.o file is selectable during kernel config. >> >> This has been teste

Re: [PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform

2015-08-07 Thread Greg KH
On Fri, Aug 07, 2015 at 06:03:36PM -0700, Duc Dang wrote: > Provide the methods to let ACPI identify the need to use > xhci-platform. Change the Kconfig files so the > xhci-plat.o file is selectable during kernel config. > > This has been tested on an ARM64 machine with platform XHCI, an > x86_64

[PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform

2015-08-07 Thread Duc Dang
Provide the methods to let ACPI identify the need to use xhci-platform. Change the Kconfig files so the xhci-plat.o file is selectable during kernel config. This has been tested on an ARM64 machine with platform XHCI, an x86_64 machine with XHCI, and an x86_64 machine without XHCI. There were no r