The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 00/10] net2280: Support for PLX USB338x and cleanout code
@ 2014-05-20 16:30 Ricardo Ribalda Delgado
  2014-05-20 16:30 ` [PATCH 01/10 v5.1] usb: gadget: net2280: Add support for PLX USB338X Ricardo Ribalda Delgado
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Ricardo Ribalda Delgado @ 2014-05-20 16:30 UTC (permalink / raw)
  To: balbi, gregkh, linux-kernel, linux-usb, joe, auttamchandani,
	stern
  Cc: Ricardo Ribalda Delgado

The USB 3380 is a PCI Express Gen 2 to USB 3.0 SuperSpeed Peripheral
Controller. It shares a lot functionatily with the net228x family.

This series of patches includes some resend of previous patches.

Please check the changelog for every patch. This time it has been placed
under the tear line



Ricardo Ribalda Delgado (10):
  usb: gadget: net2280: Add support for PLX USB338X
  usb: gadget: net2280: Dont use magic numbers
  usb: gadget: net2280: Use BIT() macro
  usb: gadget: net2280: Use true/false instead of 1/0
  usb: gadget: net2280: Use module_pci_driver macro
  usb: gadget: net2280: Refactor queues_show
  usb: gadget: net2280: Pass checkpacth.pl test
  usb: gadget: net2280: Code Cleanup
  usb: gadget: net2280: Use pr_* function
  usb: gadget: net2280: Use quirks instead of pci id

 drivers/usb/gadget/Kconfig   |   10 +-
 drivers/usb/gadget/net2280.c | 2752 ++++++++++++++++++++++++++++--------------
 drivers/usb/gadget/net2280.h |  285 +++--
 include/linux/usb/usb338x.h  |  199 +++
 4 files changed, 2235 insertions(+), 1011 deletions(-)
 create mode 100644 include/linux/usb/usb338x.h

-- 
2.0.0.rc2


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

end of thread, other threads:[~2014-06-30 19:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 16:30 [PATCH 00/10] net2280: Support for PLX USB338x and cleanout code Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 01/10 v5.1] usb: gadget: net2280: Add support for PLX USB338X Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 02/10] usb: gadget: net2280: Dont use magic numbers Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 03/10] usb: gadget: net2280: Use BIT() macro Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 04/10] usb: gadget: net2280: Use true/false instead of 1/0 Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 05/10] usb: gadget: net2280: Use module_pci_driver macro Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 06/10] usb: gadget: net2280: Refactor queues_show Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 07/10 v3] usb: gadget: net2280: Pass checkpacth.pl test Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 08/10 v2.1] usb: gadget: net2280: Code Cleanup Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 09/10 v2.1] usb: gadget: net2280: Use pr_* function Ricardo Ribalda Delgado
2014-05-20 16:30 ` [PATCH 10/10] usb: gadget: net2280: Use quirks instead of pci id Ricardo Ribalda Delgado
2014-06-10 20:19 ` [PATCH 00/10] net2280: Support for PLX USB338x and cleanout code Ricardo Ribalda Delgado
2014-06-30 19:30   ` Ricardo Ribalda Delgado
2014-06-30 19:38     ` Felipe Balbi

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