Bug#785707: Add USB support for APM Mustang

2015-06-01 Thread Steve McIntyre
On Sat, May 23, 2015 at 11:45:15AM +0100, Ian Campbell wrote: >On Sat, 2015-05-23 at 11:42 +0100, Ian Campbell wrote: >> Including a v3 which is slightly different to what has been posted here >[...] >> So that's the one I intend to apply > >Looks like Ben a) already spotted there was a v3 and b) c

Bug#785707: Add USB support for APM Mustang

2015-05-23 Thread Ian Campbell
On Sat, 2015-05-23 at 11:42 +0100, Ian Campbell wrote: > Including a v3 which is slightly different to what has been posted here [...] > So that's the one I intend to apply Looks like Ben a) already spotted there was a v3 and b) committed it to svn for both Sid and Jessie already, so I shall be do

Bug#785707: Add USB support for APM Mustang

2015-05-23 Thread Ian Campbell
On Thu, 2015-05-21 at 20:33 +0100, Steve McIntyre wrote: > On Thu, May 21, 2015 at 07:49:37PM +0100, Ian Campbell wrote: > >On Wed, 2015-05-20 at 07:53 +0100, Steve McIntyre wrote: > >> Here's patch v2... > > > >Thanks. > > > >Has this been posted to anywhere upstream? Usual policy is that this > >

Bug#785707: Add USB support for APM Mustang

2015-05-21 Thread Steve McIntyre
On Thu, May 21, 2015 at 07:49:37PM +0100, Ian Campbell wrote: >On Wed, 2015-05-20 at 07:53 +0100, Steve McIntyre wrote: >> Here's patch v2... > >Thanks. > >Has this been posted to anywhere upstream? Usual policy is that this >should happen before we take it into our kernel. That will also give us >

Bug#785707: Add USB support for APM Mustang

2015-05-21 Thread Ian Campbell
On Wed, 2015-05-20 at 07:53 +0100, Steve McIntyre wrote: > Here's patch v2... Thanks. Has this been posted to anywhere upstream? Usual policy is that this should happen before we take it into our kernel. That will also give us something (i.e. an archive URL) to put in an Origin: header. We shoul

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Steve McIntyre
Here's patch v2... -- Steve McIntyre, Cambridge, UK.st...@einval.com Into the distance, a ribbon of black Stretched to the point of no turning back diff -Nru linux-3.16.7-ckt9/debian/changelog linux-3.16.7-ckt9/debian/changelog --- linux-3.16.7-ckt9/debian/changelo

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Steve McIntyre
On Tue, May 19, 2015 at 08:03:12PM +0100, Ian Campbell wrote: >On Tue, 2015-05-19 at 20:02 +0100, Ian Campbell wrote: >> On Tue, 2015-05-19 at 12:52 +0100, Steve McIntyre wrote: >> > +CONFIG_USB_XHCI_PLATFORM=y >> >> This guy seems to match on: >> static const struct of_device_id usb_xhci_of_match

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Ian Campbell
On Tue, 2015-05-19 at 20:02 +0100, Ian Campbell wrote: > On Tue, 2015-05-19 at 12:52 +0100, Steve McIntyre wrote: > > +CONFIG_USB_XHCI_PLATFORM=y > > This guy seems to match on: > static const struct of_device_id usb_xhci_of_match[] = { > { .compatible = "generic-xhci" }, > { .comp

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Ian Campbell
On Tue, 2015-05-19 at 12:52 +0100, Steve McIntyre wrote: > +CONFIG_USB_XHCI_PLATFORM=y This guy seems to match on: static const struct of_device_id usb_xhci_of_match[] = { { .compatible = "generic-xhci" }, { .compatible = "xhci-platform" }, { .compatible = "marvell,armada-3

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Ben Hutchings
On Tue, 2015-05-19 at 18:22 +0100, Steve McIntyre wrote: > On Tue, May 19, 2015 at 02:20:08PM +0100, Ben Hutchings wrote: > >On Tue, 2015-05-19 at 12:52 +0100, Steve McIntyre wrote: [...] > >> +Index: linux-3.16.7-ckt9/drivers/usb/host/xhci-plat.c > >> +=

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Steve McIntyre
On Tue, May 19, 2015 at 02:20:08PM +0100, Ben Hutchings wrote: >On Tue, 2015-05-19 at 12:52 +0100, Steve McIntyre wrote: >> diff -Nru linux-3.16.7-ckt9/debian/changelog >> linux-3.16.7-ckt9/debian/changelog >> --- linux-3.16.7-ckt9/debian/changelog 2015-04-13 01:01:55.0 + >> +++ linux

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Ben Hutchings
On Tue, 2015-05-19 at 12:52 +0100, Steve McIntyre wrote: > diff -Nru linux-3.16.7-ckt9/debian/changelog > linux-3.16.7-ckt9/debian/changelog > --- linux-3.16.7-ckt9/debian/changelog 2015-04-13 01:01:55.0 + > +++ linux-3.16.7-ckt9/debian/changelog 2015-05-15 08:47:00.0 + >

Bug#785707: Add USB support for APM Mustang

2015-05-19 Thread Steve McIntyre
Package: src:linux Version: 3.16.7-ckt9-2 Severity: normal Tags: d-i patch Hi folks, As described a little at http://blog.einval.com/2015/05/19#mustang_installer I've been working on getting Mustang support working. There's a (quite generic!) patch from Mark Langsdorf for the XHCI platform code t