public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: dwc3: add support for Merrifield
@ 2013-09-26 20:01 David Cohen
  2013-09-26 20:14 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: David Cohen @ 2013-09-26 20:01 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, linux-kernel, David Cohen

Add PCI id for Intel Merrifield

Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
---
 drivers/usb/dwc3/dwc3-pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c
index 997ebe4..2e252aa 100644
--- a/drivers/usb/dwc3/dwc3-pci.c
+++ b/drivers/usb/dwc3/dwc3-pci.c
@@ -29,6 +29,7 @@
 #define PCI_VENDOR_ID_SYNOPSYS		0x16c3
 #define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3	0xabcd
 #define PCI_DEVICE_ID_INTEL_BYT		0x0f37
+#define PCI_DEVICE_ID_INTEL_MRFLD	0x119e
 
 struct dwc3_pci {
 	struct device		*dev;
@@ -189,6 +190,7 @@ static DEFINE_PCI_DEVICE_TABLE(dwc3_pci_id_table) = {
 				PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3),
 	},
 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BYT), },
+	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_MRFLD), },
 	{  }	/* Terminating Entry */
 };
 MODULE_DEVICE_TABLE(pci, dwc3_pci_id_table);
-- 
1.8.4.rc3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] usb: dwc3: add support for Merrifield
  2013-09-26 20:01 [PATCH] usb: dwc3: add support for Merrifield David Cohen
@ 2013-09-26 20:14 ` Greg KH
  2013-09-26 20:39   ` David Cohen
  2013-09-30 16:22   ` Felipe Balbi
  0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2013-09-26 20:14 UTC (permalink / raw)
  To: David Cohen; +Cc: balbi, linux-usb, linux-kernel

On Thu, Sep 26, 2013 at 01:01:44PM -0700, David Cohen wrote:
> Add PCI id for Intel Merrifield
> 
> Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
> ---
>  drivers/usb/dwc3/dwc3-pci.c | 2 ++
>  1 file changed, 2 insertions(+)

Nice, Felipe, mind if I just pick this up now, as I'm applying USB
patches at the moment...

David, this should go to older kernels as well, right?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] usb: dwc3: add support for Merrifield
  2013-09-26 20:14 ` Greg KH
@ 2013-09-26 20:39   ` David Cohen
  2013-09-26 20:40     ` Greg KH
  2013-09-30 16:22   ` Felipe Balbi
  1 sibling, 1 reply; 5+ messages in thread
From: David Cohen @ 2013-09-26 20:39 UTC (permalink / raw)
  To: Greg KH; +Cc: balbi, linux-usb, linux-kernel

Hi Greg,

On 09/26/2013 01:14 PM, Greg KH wrote:
> On Thu, Sep 26, 2013 at 01:01:44PM -0700, David Cohen wrote:
>> Add PCI id for Intel Merrifield
>>
>> Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
>> ---
>>   drivers/usb/dwc3/dwc3-pci.c | 2 ++
>>   1 file changed, 2 insertions(+)
>
> Nice, Felipe, mind if I just pick this up now, as I'm applying USB
> patches at the moment...
>
> David, this should go to older kernels as well, right?

This was first tested on kernel 3.10. So I can't ack any older kernel at 
this moment.

Br, David Cohen

>
> thanks,
>
> greg k-h
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] usb: dwc3: add support for Merrifield
  2013-09-26 20:39   ` David Cohen
@ 2013-09-26 20:40     ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2013-09-26 20:40 UTC (permalink / raw)
  To: David Cohen; +Cc: balbi, linux-usb, linux-kernel

On Thu, Sep 26, 2013 at 01:39:04PM -0700, David Cohen wrote:
> Hi Greg,
> 
> On 09/26/2013 01:14 PM, Greg KH wrote:
> >On Thu, Sep 26, 2013 at 01:01:44PM -0700, David Cohen wrote:
> >>Add PCI id for Intel Merrifield
> >>
> >>Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
> >>---
> >>  drivers/usb/dwc3/dwc3-pci.c | 2 ++
> >>  1 file changed, 2 insertions(+)
> >
> >Nice, Felipe, mind if I just pick this up now, as I'm applying USB
> >patches at the moment...
> >
> >David, this should go to older kernels as well, right?
> 
> This was first tested on kernel 3.10. So I can't ack any older
> kernel at this moment.

3.10+ is good enough for me, that's all that really has dwc3 support
anyway that I care about :)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] usb: dwc3: add support for Merrifield
  2013-09-26 20:14 ` Greg KH
  2013-09-26 20:39   ` David Cohen
@ 2013-09-30 16:22   ` Felipe Balbi
  1 sibling, 0 replies; 5+ messages in thread
From: Felipe Balbi @ 2013-09-30 16:22 UTC (permalink / raw)
  To: Greg KH; +Cc: David Cohen, balbi, linux-usb, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

Hi,

On Thu, Sep 26, 2013 at 01:14:54PM -0700, Greg KH wrote:
> On Thu, Sep 26, 2013 at 01:01:44PM -0700, David Cohen wrote:
> > Add PCI id for Intel Merrifield
> > 
> > Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
> > ---
> >  drivers/usb/dwc3/dwc3-pci.c | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> Nice, Felipe, mind if I just pick this up now, as I'm applying USB
> patches at the moment...

Sure, just go ahead.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-30 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 20:01 [PATCH] usb: dwc3: add support for Merrifield David Cohen
2013-09-26 20:14 ` Greg KH
2013-09-26 20:39   ` David Cohen
2013-09-26 20:40     ` Greg KH
2013-09-30 16:22   ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox